How do I set the intervals for numerical values on the axises? Like if the chart has values from 1 to 100 I want each interval to be 10.
this.ultraChart1.Axis.Y.TickmarkStyle = AxisTickStyle.DataInterval;
this.ultraChart1.Axis.Y.TickmarkInterval = 10;