Back to Devexpress

MinStripLimit Class

corelibraries-devexpress-dot-xtracharts-0ccf4e73.md

latest2.0 KB
Original Source

MinStripLimit Class

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

Namespace : DevExpress.XtraCharts

Assembly : DevExpress.XtraCharts.v25.2.dll

NuGet Package : DevExpress.Charts

Declaration

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

The following members return MinStripLimit objects:

Remarks

The MinStripLimit class contains setting that define a strip‘s minimum limiting value. The MinStripLimit 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 MinStripLimit type can be accessed via the Strip.MinLimit property.

Inheritance

Object ChartElement StripLimit MinStripLimit

See Also

MinStripLimit Members

StripLimit

MaxStripLimit

DevExpress.XtraCharts Namespace