C1.Xaml.Chart Assembly > C1.Xaml.Chart Namespace > Axis Class : RadarPointIndices Property |
'Declaration Public Property RadarPointIndices As System.Collections.Generic.IList(Of Integer)
public System.Collections.Generic.IList<int> RadarPointIndices {get; set;}
chart.View.Axes.Add( new Axis() { AxisType= AxisType.Y, RadarPointIndices=new int[] {1} });