I have a step line chart using time on the X axis and an integer on the Y axis.
The Y axis tick marks are set to DataInterval.
I need the chart to label the zero tick mark because many times the data will be zero for a long period of time.
How can I accompish this?
Thanks!
The zero value should be automatically included as soon as your data has a zero in it, unless you've set a custom range on your y axis. Try setting chart.Data.ZeroAligned = true.