Skip to main content
A newer version of this page is available. .

StripBase.MaxLimitEnabled Property

Indicates whether the strip is limited by its MaxLimit value.

Namespace: DevExpress.XamarinForms.Charts

Assembly: DevExpress.XamarinForms.Charts.dll

Declaration

public bool MaxLimitEnabled { get; set; }

Property Value

Type Description
Boolean

true, if the strip limit is enabled; otherwise, false.

Remarks

Use the MaxLimitEnabled property to control whether the strip’s maximum limit is enabled. If you set the MaxLimitEnabled property to false, the strip’s maximum limit is equal to the maximum value of the axis range.

See Also