aspnet-15827-components-chart-control-visual-elements-strips.md
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
|
| |
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