RangeBase.SideMargin Property
Gets or sets the margin to extend the min and max values.
Namespace: DevExpress.Maui.Charts
Assembly: DevExpress.Maui.Charts.dll
NuGet Package: DevExpress.Maui.Charts
Declaration
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 DateTimeAxisX.MeasurementUnit property value. |
See Also