Strip Members
Represents a strip line within a chart control’s diagram.Constructors
Name | Description |
---|---|
Strip() | Initializes a new instance of the Strip class with the default settings. |
Strip(String, DateTime, DateTime) | Initializes a new instance of the Strip class with the specified name, and minimum and maximum date time values. |
Strip(String, Double, Double) | Initializes a new instance of the Strip class with the specified name, and minimum and maximum numeric values. |
Strip(String, Object, Object) | Initializes a new instance of the Strip class with the specified name, minimum and maximum values. |
Strip(String, String, String) | Initializes a new instance of the Strip class with the specified name, and minimum and maximum qualitative values. |
Strip(String) | Initializes a new instance of the Strip class with the specified name. |
Properties
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. |
Methods
Name | Description |
---|---|
Assign(ChartElement) | Copies all the settings from the Strip object passed as the parameter. |
Clone() | Creates a copy of the current ChartElement object. Inherited from ChartElement. |
Equals(Object, Object) static | Determines whether the specified object instances are considered equal. Inherited from Object. |
Equals(Object) | Determines whether the specified object is equal to the current object. Inherited from Object. |
GetHashCode() | Serves as the default hash function. Inherited from Object. |
GetType() | Gets the Type of the current instance. Inherited from Object. |
MemberwiseClone() protected | Creates a shallow copy of the current Object. Inherited from Object. |
ReferenceEquals(Object, Object) static | Determines whether the specified Object instances are the same instance. Inherited from Object. |
ToString() | Returns the textual representation of the named chart element. Inherited from ChartElementNamed. |
See Also