[]
        
(Showing Draft Content)

C1.WPF.C1Chart.Axis.RadarPointIndices

RadarPointIndices Property

RadarPointIndices

Gets or set the collection of point indices for the axis.

Declaration
public IList<int> RadarPointIndices { get; set; }
Remarks

This property allows to use different axes for data points.

Examples

Add auxiliary axis for second(index=1) data point.

chart.View.Axes.Add( new Axis() { AxisType= AxisType.Y, RadarPointIndices=new int[] {1} });