__property int PaletteSteps = {read = FPaletteSteps, write = SetPaletteSteps};
Defines number of palette steps.
Read:
int FPaletteSteps;Write:
void SetPaletteSteps(const int Value);Remarks:
Defines the number of entries in the color Palette. With more steps, more different colors will be used to identify matrix values. This property is used only if if TColorPalette::PaletteStyle is palRangeDiscrete.
See Also: TColorPalette::PaletteStyle
Declared in Dew::Math::Controls::VCL::TColorPalette · Dew.Math.Controls.VCL/MtxVecTee.h · C++Builder only