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

Range.SideMarginsValue Property

Specifies the space between the outermost series point and the diagram’s edge.

Namespace: DevExpress.Xpf.Charts

Assembly: DevExpress.Xpf.Charts.v24.2.dll

NuGet Package: DevExpress.Wpf.Charts

#Declaration

public double SideMarginsValue { get; set; }

#Property Value

Type Description
Double

The side margins value, in the axis’ current measurement unit.

#Remarks

When you specify side margins using the SideMarginsValue property, this automatically resets the Range.AutoSideMargins property.

For the axis that measures date-time values and whose scale options (AxisX2D.DateTimeScaleOptions, AxisY2D.DateTimeScaleOptions) is Continuous (ContinuousDateTimeScaleOptions) the current measurement unit is DateTimeMeasureUnit.Millisecond. The date time axis with automatic scale options (AutomaticDateTimeScaleOptions) has the automatically calculated current measurement unit that depends on the specified data set. And, the ManualDateTimeScaleOptions.MeasureUnit property specifies the current measurement unit of an axis that uses the manual scale options (ManualDateTimeScaleOptions).

For the axis that measures numeric values and whose scale options (AxisX2D.NumericScaleOptions, AxisY2D.NumericScaleOptions) is Continuous (ContinuousNumericScaleOptions) the current measurement unit is 1. The date time axis with automatic scale options (AutomaticNumericScaleOptions) has the automatically calculated current measurement unit that depends on the specified data set. And, the ManualNumericScaleOptions.MeasureUnit property specifies the current measurement unit of an axis that uses the manual scale options (ManualNumericScaleOptions).

See Also