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

StripModel.MinLimit Property

Returns the model of the minimum limit of the modeled strip.

Namespace: DevExpress.XtraCharts.Designer

Assembly: DevExpress.XtraCharts.v18.2.Wizard.dll

Declaration

[PropertyForOptions]
[AllocateToGroup("Min Limit", 0)]
[LocalizableCategory(DesignerCategories.Behavior)]
public MinStripLimitModel MinLimit { get; }

Property Value

Type Description
MinStripLimitModel

The model of the minimum limit.

See Also