Back to Devexpress

Strips

windowsforms-1993-controls-and-libraries-chart-control-visual-elements-strips.md

latest2.4 KB
Original Source

Strips

  • Jan 23, 2019

Strips are the highlighted areas in a chart’s diagram within the defined range of values (minimum and maximum) of an axis, to which they belong. In general, strips are used to visually represent a range of values behind series, to trace whether the series points’ 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 implemented. For more detailed information, refer to Strips.

The table below lists the main properties which 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

|

ChartControl.CustomDrawSeries

|

See Also

Strips

How to: Add a Strip to an Axis