Back to Devexpress

Strips

aspnet-15827-components-chart-control-visual-elements-strips.md

latest2.3 KB
Original Source

Strips

  • Dec 17, 2020

Strips are the highlighted areas in a chart’s diagram within a defined range of axis values (minimum and maximum). In general, strips are used to display a range of values behind series, to trace whether the series point values fall in or out of that range. End users can quickly and easily identify data that falls within a given range when strip lines are shown. Refer to the following help topic for details: Strips.

The table below lists the main properties that affect the element’s appearance and functionality:

|

Availability

|

The Axis2D.Strips property of an axis, the StripCollection.Item property of the axis’s strip line collection.

| |

Appearance

|

Strip.Color, Strip.FillStyle

| |

Identification

|

Strip.AxisLabelText, ChartElementNamed.Name, Strip.LegendText

| |

Position

|

Strip.MaxLimit, Strip.MinLimit

| |

Behavior

|

Strip.ShowAxisLabel, Strip.ShowInLegend

| |

Visibility

|

Strip.Visible, Strip.CheckedInLegend

| |

Custom Draw Event

|

WebChartControl.CustomDrawSeries

|

See Also

Strips

How to: Add a Strip to an Axis