Hi all,
I am new to Infragistics chart.
Can anyone please suggest how to set the range for X-axis showing string values. Please refer to the below snapshot. The space at the start of the X-axis
It is in windows application(vb.net)
Thanks in advance
Santosh
You can do this by setting the following properties on chart.Axis.X:RangeMin = startIndexRangeMax = endIndexRangeType = AxisRangeType.Custom
the string axis range is always from 0 to the number of points being displayed, plus the spaces between columns and series
Thanks for the reply