__property TPaletteScale PaletteScale = {read = FPaletteScale, write = SetPaletteScale};
Defines how to manage the automatic palette scaling.
Read:
TPaletteScale FPaletteScale;Write:
void SetPaletteScale(const TPaletteScale Value);Remarks:
When palette scaling is ppsAuto the scaling will follow the data passed for drawing. With ppsPeakHold, the largest and smallest value will be preserved between consecutive updates of the data. With ppsNone, the scaling of the palette will not be adjusted at all.
Declared in Dew::Math::Controls::VCL::TColorPalette · Dew.Math.Controls.VCL/MtxVecTee.h · C++Builder only