[]
        
(Showing Draft Content)

FarPoint.Web.Chart.PolarRadiusAxisCollection.Item

this Property

this[int]

Gets the axis at the specified index.

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

Index of axis.

Property Value
Type Description
PolarRadiusAxis

Axis at specified location.

Implements
Exceptions
Type Condition
ArgumentNullException

item is a null reference (Nothing in VB).