Visual Basic (Declaration) | |
---|---|
Public Default Property Item( _ ByVal index As Integer _ ) As ScaleRange |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public ScaleRange this[ int index ]; {get; set;} |
Parameters
- index
dotnetCHARTING | Send comments on this topic. |
Item Property | |
See Also |
dotnetCHARTING Namespace > ScaleRangeCollection Class : Item Property |
Visual Basic (Declaration) | |
---|---|
Public Default Property Item( _ ByVal index As Integer _ ) As ScaleRange |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public ScaleRange this[ int index ]; {get; set;} |