TAxisScaleTool::LowerMargin Property

__property int LowerMargin = {read = FLowerMargin, write = SetLowerMargin};

Specifies lower margin.

Read: int FLowerMargin;
Write: void SetLowerMargin(const int Value);
Remarks:

Defines the lower margin on the axis as a percentage of the total span of the values across all displayed series.

Declared in Dew::Signal::Controls::VCL::TAxisScaleTool · Dew.Signal.Controls.VCL/SignalToolsTee.h · C++Builder only