ActiveReports Developer 7
Item Property
See Also 
GrapeCity.ActiveReports.Chart.v7 Assembly > GrapeCity.ActiveReports.Chart Namespace > DoubleArray Class : Item Property

i

Specifies the index of the value to get or set.

Glossary Item Box

Gets or sets the value at the index specified.

Syntax

Visual Basic (Declaration) 
Public Default Property Item( _
   ByVal i As System.Integer _
) As System.Double
C# 
public System.double this[ 
   System.int i
]; {get; set;}

Parameters

i

Specifies the index of the value to get or set.

See Also