ActiveReports.Chart Request technical support
Item(Int32) Property
See Also 


index
The index of the chart area.
Gets or sets the chart area at the specified index.

Syntax

Visual Basic (Declaration) 
Overloads Public Property Item( _
   ByVal index As Integer _
) As ChartArea
Visual Basic (Usage)Copy Code
Dim instance As ChartAreasCollection
Dim index As Integer
Dim value As ChartArea
 
instance.Item(index) = value
 
value = instance.Item(index)
C# 
public ChartArea Item( 
   int index
) {get; set;}

Parameters

index
The index of the chart area.

See Also