Skip to main content

StripModel.MinLimit Property

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

Namespace: DevExpress.XtraCharts.Designer

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

NuGet Package: DevExpress.Win.Charts

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