Strip Properties
Represents a strip line within a chart control’s diagram.| Name | Description |
|---|---|
| AxisLabelText | Gets or sets the text for an axis label that identifies the strip within its axis. |
| CheckableInLegend | Specifies a value which determines whether to show a legend check box instead of a legend marker for a strip. |
| CheckedInLegend | Gets or sets a value that determines whether a legend check box is checked for a strip. |
| Color | Gets or sets a strip‘s color. |
| FillStyle | Gets the fill style settings of the strip. |
| Legend | Gets or sets a legend displaying a strip legend item. |
| LegendName | For internal use. Supports serialization of the SeriesBase.Legend property. |
| LegendText | Gets or sets the text that identifies the strip within the legend of a chart control. |
| MaxLimit | Gets the settings that define the maximum limiting value of the strip along an axis. |
| MinLimit | Gets the settings that define the minimum limiting value of the strip along an axis. |
| Name | Gets or sets the name of the chart element. Inherited from ChartElementNamed. |
| ShowAxisLabel | Gets or sets a value that specifies whether the strip is labeled within its axis. |
| ShowInLegend | Gets or sets a value that specifies whether the strip is represented in the chart control’s legend. |
| StripID | |
| Tag | Gets or sets the object that contains data related to the chart element. Inherited from ChartElement. |
| Visible | Specifies whether the strip is visible. |
See Also