StripBase.MinLimitEnabled Property
Indicates whether the strip is limited by its MinLimit value.
Namespace: DevExpress.XamarinForms.Charts
Assembly: DevExpress.XamarinForms.Charts.dll
NuGet Package: DevExpress.XamarinForms.Charts
Declaration
public bool MinLimitEnabled { get; set; }
Property Value
Type | Description |
---|---|
Boolean | true, if the strip limit is enabled; otherwise, false. |
Remarks
Use the MinLimitEnabled property to control whether the strip’s minimum limit is enabled. If you set the MinLimitEnabled property to false, the strip’s minimum limit is equal to the minimum value of the axis range.
See Also