Skip to main content

Range.SideMarginsValue Property

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

Namespace: DevExpress.Xpf.Charts

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

#Declaration

[XtraSerializableProperty]
public double SideMarginsValue { get; set; }

#Property Value

Type Description
Double

A Double value that is the side margins value.

#Remarks

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

See Also