| 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.
|
| ActiveReports Developer 7 | |
| Item Property | |
| See Also | |
| GrapeCity.ActiveReports.Chart.v7 Assembly > GrapeCity.ActiveReports.Chart Namespace > DoubleArray Class : Item Property |
Specifies the index of the value to get or set.
Glossary Item Box