Back to Devexpress

Strip.MaxLimit Property

wpf-devexpress-dot-xpf-dot-charts-dot-strip-1c94bdb4.md

latest2.3 KB
Original Source

Strip.MaxLimit Property

Gets or sets the maximum limiting value of the strip along an axis.

Namespace : DevExpress.Xpf.Charts

Assembly : DevExpress.Xpf.Charts.v25.2.dll

NuGet Package : DevExpress.Wpf.Charts

Declaration

csharp
public object MaxLimit { get; set; }
vb
Public Property MaxLimit As Object

Property Value

TypeDescription
Object

An Object which specifies the maximum axis value for the strip.

|

Remarks

A strip is positioned along its axis based upon two limits - the minimum and maximum, which are specified via the Strip.MinLimit and MaxLimit properties.

The following code snippet (auto-collected from DevExpress Examples) contains a reference to the MaxLimit property.

Note

The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.

wpf-charts-custom-draw-chart-series-points/CS/CustomDrawChart/MainWindow.xaml#L22

xml
<dxc:AxisY2D.Strips>
    <dxc:Strip AxisLabelText="High" MinLimit="2" MaxLimit="3"
               Brush="#FFFFDBDB" BorderColor="#00BB002F" />

See Also

MinLimit

Strip Class

Strip Members

DevExpress.Xpf.Charts Namespace