| Visual Basic (Declaration) | |
|---|---|
Public Default Property Item( _ ByVal i As Integer _ ) As Double | |
| Visual Basic (Usage) | Copy Code |
|---|---|
| |
| C# | |
|---|---|
public double this[ int i ]; {get; set;} | |
Parameters
- i
Specifies the index of the value to get or set.
| ActiveReports.Chart | Request technical support |
| Item Property | |
| See Also | |
|
Specifies the index of the value to get or set.
| Visual Basic (Declaration) | |
|---|---|
Public Default Property Item( _ ByVal i As Integer _ ) As Double | |
| Visual Basic (Usage) | Copy Code |
|---|---|
| |
| C# | |
|---|---|
public double this[ int i ]; {get; set;} | |
Specifies the index of the value to get or set.