Skip to main content

TdxChartRange.ActualSideMarginMin Property

Returns the actual extra margin between the minimum available series argument or value (depending on the axis) and the corresponding border of the available diagram area.

Declaration

property ActualSideMarginMin: Double read;

Property Value

Type Description
Double

The actual extra margin between the minimum available series argument or value (depending on the axis) and the corresponding border of the available diagram area. The property returns the SideMarginMin property value if the AutoSideMargins property is set to False. Otherwise, the ActualSideMarginMin property returns an automatically calculated extra margin size.

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.

VCL Chart Control: The Base Diagram Area

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.

VCL Chart Control: The Base Diagram Area and Side Margins

See Also