Hello,
I have another problem. This time I am trying to display "Stacked Line chart" and bind DataTable on NeedDataSource.
DataTable source has 3 columns: DateTime, double, double
I want to show DateTime values on X axis and 2 series on chart. Each for the column. LINK TO CHART
I have tried to find similar example in Documentation but I found only very simple examples.
DataTable looks like that:
10-Jan-2000 1.1 2.0
20-Feb-2000 1.4 2.2
24-Apr-2000 1.3 2.5
...
...
...
Could you please also explain me how the binding work? How to create series, legend etc?
Regards,
Michal.
I have another problem. This time I am trying to display "Stacked Line chart" and bind DataTable on NeedDataSource.
DataTable source has 3 columns: DateTime, double, double
I want to show DateTime values on X axis and 2 series on chart. Each for the column. LINK TO CHART
I have tried to find similar example in Documentation but I found only very simple examples.
DataTable looks like that:
10-Jan-2000 1.1 2.0
20-Feb-2000 1.4 2.2
24-Apr-2000 1.3 2.5
...
...
...
Could you please also explain me how the binding work? How to create series, legend etc?
Regards,
Michal.