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

StripModel.MaxLimit Property

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

Namespace: DevExpress.XtraCharts.Designer

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

Declaration

[PropertyForOptions]
[AllocateToGroup("Max Limit", 1)]
[LocalizableCategory(DesignerCategories.Behavior)]
public MaxStripLimitModel MaxLimit { get; }

Property Value

Type Description
MaxStripLimitModel

The model of the maximum limit.

See Also