TdxChartRange.ActualSideMarginMax Property
Returns the actual extra margin between the maximum available series argument or value (depending on the current axis) and the corresponding border of the available diagram area.
Declaration
property ActualSideMarginMax: Double read;
Property Value
Type | Description |
---|---|
Double | The actual extra margin between the maximum available series argument or value (depending on the current axis) and the corresponding border of the available diagram area. The property returns the SideMarginMax property value if the AutoSideMargins property is set to |
Remarks
Range.WholeMin and Range.WholeMax property values of the axis of arguments (X-Axis) and the axis of values (Y-Axis) define the base available diagram area. The default Range.WholeMin and Range.WholeMax property values match the corresponding absolute minimum and maximum arguments and values.
The Base Diagram Area and Side Margins
Range.ActualSideMarginMin and Range.ActualSideMarginMax
property values of X and Y axes extend the available XY diagram area beyond available minimum and maximum arguments and values.