I have a datatable (shown below),which i provide as datasource to my ultrachart.The datatype of all the 3 fields in the datatable is double. i want balance (distinct value) to be plotted on X axis and its corresponding Sale Price(Rs and USD) to be plotted on Y axis.
Balance
Sale Price(Rs)
Sale Price(USD)
25
306750
75000
10
10225
2500
4090
1000
5
11349.75
2775
5112.5
1250
25562.5
6250
2000
2045000
500000
Thanks in advance.
Hello MauryaIsha,
MauryaIsha said: i want balance (distinct value) to be plotted on X axis and its corresponding Sale Price(Rs and USD) to be plotted on Y axis
Please note that our chart just represent your data and we didn`t implement distinct functionality. So if you want to achieve desired behavior you should modify your DataSource. I`m not sure what kind of chart you are using into your application, but I will use columnChart to present few possible options:
Option 1: If we are using your DataTable, then the result will be:
Option 2: If you want to achieve groupBy Balance column, then this column should be data type String. The result is:
Option 3: If you modify your DataTable (see the screenshot below), you will get:
Please let me know if you have any questions.
Regards
So is it possible without changing the datatype to string?
MauryaIsha said:So is it possible without changing the datatype to string?
No. it is not possible. At that moment our UltraChart doesn`t have such kind functionality
Let me know if you have any questions.
Thanks.