C1.Silverlight.Chart.5 Assembly > C1.Silverlight.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} });