__property bool PixelDownSample = {read = FPixelDownSample, write = SetPixelDownSample};
If True, a pixel down sample algorithm will be applied, to increase drawing speed.
Read:
bool FPixelDownSample;Write:
void SetPixelDownSample(const bool Value);Remarks:
This algorithm is applied internally to the series and is able to follow the zoom-in and zoom-out operations as well as form resizign.
Declared in Dew::Signal::Controls::VCL::TSignalHighLowSeries · Dew.Signal.Controls.VCL/SignalSeriesTee.h · C++Builder only