ActiveReports 12
Item Property (DoubleArray)

GrapeCity.ActiveReports.Chart.v12 Assembly > GrapeCity.ActiveReports.Chart Namespace > DoubleArray Class : Item Property

Specifies the index of the value to get or set.

Gets or sets the value at the index specified.
Syntax
'Declaration
 
Public Default Property Item( _
   ByVal i As Integer _
) As Double
public double this[ 
   int i
]; {get; set;}

Parameters

i

Specifies the index of the value to get or set.

See Also

Reference

DoubleArray Class
DoubleArray Members