TAxisScaleTool::UpperMargin Property

__property int UpperMargin = {read = FUpperMargin, write = SetUpperMargin};

Specifies upper margin.

Read: int FUpperMargin;
Write: void SetUpperMargin(const int Value);
Remarks:

Defines the upper 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