Skip to main content

Range.ActualAutoSideMargins Property

Returns the actual value indicating whether the range calculates its side margins automatically.

Namespace: DevExpress.Xpf.Charts

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

NuGet Package: DevExpress.Wpf.Charts

Declaration

public bool ActualAutoSideMargins { get; }

Property Value

Type Description
Boolean

true, if side margins are calculated automatically; otherwise false.

See Also