Back to Devexpress

MaxStripLimit Class

corelibraries-devexpress-dot-xtracharts-d322f53f.md

latest2.0 KB
Original Source

MaxStripLimit Class

Contains settings that define the maximum limiting value of a strip.

Namespace : DevExpress.XtraCharts

Assembly : DevExpress.XtraCharts.v25.2.dll

NuGet Package : DevExpress.Charts

Declaration

csharp
public sealed class MaxStripLimit :
    StripLimit
vb
Public NotInheritable Class MaxStripLimit
    Inherits StripLimit

The following members return MaxStripLimit objects:

Remarks

The MaxStripLimit class contains setting that define a strip‘s maximum limiting value. The MaxStripLimit class inherits properties and methods from the base StripLimit class which define the common strip limiting settings. Please see the StripLimit class’s description for more information on the available main settings.

An object of the MaxStripLimit type can be accessed via the Strip.MaxLimit property.

Inheritance

Object ChartElement StripLimit MaxStripLimit

See Also

MaxStripLimit Members

StripLimit

MinStripLimit

DevExpress.XtraCharts Namespace