Spread Windows Forms 15.0
FarPoint.Win.Chart Assembly / FarPoint.Win.Chart Namespace / LabelAreaCollection Class / Item Property
Index of label area.


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

    Parameters

    index
    Index of label area.

    Property Value

    Label area.
    Exceptions
    ExceptionDescription
    item is a null reference (Nothing in VB).
    See Also