Returns one of shapes available by its index.
Namespace:
PerpetuumSoft.ChartsAssembly: PerpetuumSoft.Charts (in PerpetuumSoft.Charts.dll) Version: 3.9.0.1
Syntax
C# |
---|
public abstract ShapeBase GetShape( int index ) |
Visual Basic (Declaration) |
---|
Public MustOverride Function GetShape ( _ index As Integer _ ) As ShapeBase |
Visual C++ |
---|
public: virtual ShapeBase^ GetShape( int index ) abstract |
Parameters
- index
- Type: System..::.Int32