Back to Devexpress

Range.AutoSideMargins Property

wpf-devexpress-dot-xpf-dot-charts-dot-range-832de123.md

latest1.6 KB
Original Source

Range.AutoSideMargins Property

Specifies whether a space should be left between the outermost series point and the diagram’s edge, when it is scrolled.

Namespace : DevExpress.Xpf.Charts

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

NuGet Package : DevExpress.Wpf.Charts

Declaration

csharp
public bool AutoSideMargins { get; set; }
vb
Public Property AutoSideMargins As Boolean

Property Value

TypeDescription
Boolean

true, if the series are plotted with indents; otherwise, false.

|

Remarks

Use the AutoSideMargins property to force an axis to automatically extend its scroll range so that indents are preserved on both ends of the axis.

The following images demonstrate how the AutoSideMargins property works for random data.

AutoSideMargins = trueAutoSideMargins = false ; Range.SideMarginsValue = 0;

See Also

Range Class

Range Members

DevExpress.Xpf.Charts Namespace