StripModel.MaxLimit Property
Returns the model of the maximum limit of the modeled strip.
Namespace: DevExpress.XtraCharts.Designer
Assembly: DevExpress.XtraCharts.v24.1.Wizard.dll
NuGet Package: DevExpress.Win.Charts
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