Spread ASP.NET 17
FarPoint.Web.Chart Assembly / FarPoint.Web.Chart Namespace / PolarRadiusAxisCollection Class / Item Property
Index of axis.


In This Topic
    Item Property (PolarRadiusAxisCollection)
    In This Topic
    Gets the axis at the specified index.
    Syntax
    'Declaration
     
    
    Public Default Property Item( _
       ByVal index As Integer _
    ) As PolarRadiusAxis
    'Usage
     
    
    Dim instance As PolarRadiusAxisCollection
    Dim index As Integer
    Dim value As PolarRadiusAxis
     
    instance.Item(index) = value
     
    value = instance.Item(index)
    public PolarRadiusAxis this[ 
       int index
    ]; {get; set;}

    Parameters

    index
    Index of axis.

    Property Value

    Axis at specified location.
    Exceptions
    ExceptionDescription
    item is a null reference (Nothing in VB).
    See Also