__property bool AutoMaxMin = {read = FAutoMaxMin, write = SetAutoMaxMin};
Set to true, if MaxValue and MinValue are computed internally.
Read:
bool FAutoMaxMin;Write:
void SetAutoMaxMin(const bool Value);Remarks:
Set this property to true, if MaxValue and MinValue are to be computed internally each time data changes. If you want to maintain a fixed scaling, set this property to false, but dont forget to set MinValue and MaxValue properties manually.
Declared in Dew::Math::Controls::VCL::TColorPalette · Dew.Math.Controls.VCL/MtxVecTee.h · C++Builder only