Skip to main content

Strips

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.

Strips_0

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