Returns the Stroke specified in the palette.
Namespace:
PerpetuumSoft.ChartsAssembly: PerpetuumSoft.Charts (in PerpetuumSoft.Charts.dll) Version: 3.9.0.1
Syntax
| C# |
|---|
protected Stroke GetPaletteStroke( int index ) |
| Visual Basic (Declaration) |
|---|
Protected Function GetPaletteStroke ( _ index As Integer _ ) As Stroke |
| Visual C++ |
|---|
protected: Stroke^ GetPaletteStroke( int index ) |
Parameters
- index
- Type: System..::.Int32