Skip to main content
A newer version of this page is available. .

Range.SideMarginsValue Property

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

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v18.2.dll

Declaration

[XtraSerializableProperty]
[NonTestableProperty]
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.

The AxisBase.DateTimeScaleOptions.MeasureUnit property specifies the current measure unit for an axis that measures date time values. The current measurement unit is DateTimeMeasureUnit.Millisecond for the date-time axis whose mode (AxisBase.DateTimeScaleOptions.ScaleMode) is ScaleMode.Continuous.

The AxisBase.NumericScaleOptions.MeasureUnit property specifies the current measure unit for an axis that measures numeric values. The current measurement unit is NumericMeasureUnit.Ones for the date-time axis whose mode (AxisBase.NumericScaleOptions.ScaleMode) is ScaleMode.Continuous.

The following properties are mentioned in this remark:

Property Description
AxisBase.DateTimeScaleOptions Stores the options that define the behavior of a scale when its type is date-time.
DateTimeScaleOptions.MeasureUnit Gets or sets the detail level for date-time values.
AxisBase.NumericScaleOptions Stores the options that define the behavior of a scale when its type is numeric.
NumericScaleOptions.MeasureUnit Gets or sets the detail level for numeric values.

Refer to Visual Ranges and Whole Ranges for more information about ranges.

See Also