RangeBase.SideMargin Property
In This Article
Gets or sets the margin to extend the min and max values.
Namespace: DevExpress.XamarinForms.Charts
Assembly: DevExpress.XamarinForms.Charts.dll
NuGet Package: DevExpress.XamarinForms.Charts
#Declaration
C#
public double SideMargin { get; set; }
#Property Value
Type | Description |
---|---|
Double | 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