[]
Gets or set the collection of point indices for the axis.
public IList<int> RadarPointIndices { get; set; }
This property allows to use different axes for data points.
Add auxiliary axis for second(index=1) data point.
chart.View.Axes.Add( new Axis() { AxisType= AxisType.Y, RadarPointIndices=new int[] {1} });