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