Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
304
Text on primaryXaxis
posted

I have a datasource with Date and String as column datatypes. I have the axis as follows

<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?