FarPoint.Win.Chart Assembly / FarPoint.Win.Chart Namespace / LabelAreaCollection Class / Item Property
Index of label area.


Item Property (LabelAreaCollection)
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)

Parameters

index
Index of label area.

Property Value

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