Gets or sets the specified style from the collection by numeric index.
Namespace:
C1.Win.C1Chart3DAssembly: C1.Win.C1Chart3D.2 (in C1.Win.C1Chart3D.2.dll)
Syntax
| C# |
|---|
public Chart3DStyle this[ int index ] { get; set; } |
| Visual Basic |
|---|
Public Default Property Item ( _ index As Integer _ ) As Chart3DStyle Get Set |
Parameters
- index
- Type: System..::..Int32