I have a datasource with Date and String as column datatypes. I have the axis as follows
<igChart:Axis AxisType="PrimaryX" AutoRange="True" />
<
igChart:Axis
AxisType
=
"PrimaryX"
AutoRange
"True"
/>
The datasource is generated dynamically so I have to bind it programatically. Whenever I set the datasource and try to draw the graph,
why is it that I see numbers instead of text or datetime on the X axis?
Also, how do I view labels for each of the data points on the chart?
Attached is the solution. If you observe, I see numbers on the X axis labels and items as legend. I wanted to view the values of column 'Name' on the axis. Please help.
Hi SilverDev,
Can you please send me the entire XAML of your xamWebChart. This will help me better answer your questions.
Thank you,
Marisa