Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

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

Delphi
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