RangeBase.SideMargin Property
In This Article
Gets or sets the space between the outermost series point and the diagram’s edge. This is a bindable property.
Namespace: DevExpress.Maui.Charts
Assembly: DevExpress.Maui.Charts.dll
NuGet Package: DevExpress.Maui.Charts
#Declaration
C#
public double SideMargin { get; set; }
#Property Value
Type | Default | Description |
---|---|---|
Double | -1 | The margin, in axis measurement units. |
#Remarks
For various axis types the measurement unit differs:
Axis Type | Measurement Unit Value |
---|---|
Qualitative | The distance between two neighbor values. |
Numeric | One (unit) |
Date-Time | The Date |
See Also