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.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

Delphi
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