Spread Windows Forms 12.0 Product Documentation
Item Property (LabelAreaCollection)


FarPoint.Win.Chart Assembly > FarPoint.Win.Chart Namespace > LabelAreaCollection Class : Item Property
Index of label area.
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

Reference

LabelAreaCollection Class
LabelAreaCollection Members