TQCSeries::ShowText Property

__property bool ShowText = {read = FShowText, write = SetShowText};

Show/Hide control limits value.

Read: bool FShowText;
Write: void SetShowText(const bool Value);
Remarks:

If True, CL, LCL and UCL values are displayed next to control limit line.

See Also: TQCSeries::TextNumericFormat
Declared in Dew::Stats::Controls::VCL::TQCSeries · Dew.Stats.Controls.VCL/StatSeries.h · C++Builder only