Hello,
I have six different value sources that can be grouped into two chart types I would like to use the Area Chart for the first group and a Column Chart for the other group, but both groups are composed by values pairs {X,Y} where the Y value is an integer or a float value and the X value is a given time when the Y value has occoured.
Both graphs should be updated when the user presses a refresh button.
The DateTime value and the values themselves are obtained from a database query. The DateTime values do not have a constant interval between them.
May I use the Chart Types I am interested in ? How can I do that ? I have only saw samples were the values were distributed within the graph width.
Thank you very much.