[]
        
(Showing Draft Content)

FarPoint.Web.Chart.RadarValueAxisCollection.Item

this Property

this[int]

Gets the axis at the specified index.

Declaration
public RadarValueAxis this[int index] { get; set; }
Public Default Property Item(index As Integer) As RadarValueAxis
Parameters
Type Name Description
int index

Index of axis.

Property Value
Type Description
RadarValueAxis

Axis at specified index.

Implements
Exceptions
Type Condition
ArgumentNullException

value is a null reference (Nothing in VB).