Skip to main content
All docs
V25.1
  • 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 False. Otherwise, the ActualSideMarginMax 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