Strip Members
In This Article
#Constructors
Name | Description |
---|---|
Strip() | Initializes a new instance of the Strip class with the default settings. |
Strip |
Initializes a new instance of the Strip class with the specified name, and minimum and maximum date time values. |
Strip |
Initializes a new instance of the Strip class with the specified name, and minimum and maximum numeric values. |
Strip |
Initializes a new instance of the Strip class with the specified name, minimum and maximum values. |
Strip |
Initializes a new instance of the Strip class with the specified name, and minimum and maximum qualitative values. |
Strip |
Initializes a new instance of the Strip class with the specified name. |
#Properties
Name | Description |
---|---|
Axis |
Gets or sets the text for an axis label that identifies the strip within its axis. |
Checkable |
Specifies a value which determines whether to show a legend check box instead of a legend marker for a strip. |
Checked |
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. |
Fill |
Gets the fill style settings of the strip. |
Legend | Gets or sets a legend displaying a strip legend item. |
Legend |
For internal use. Supports serialization of the Series |
Legend |
Gets or sets the text that identifies the strip within the legend of a chart control. |
Max |
Gets the settings that define the maximum limiting value of the strip along an axis. |
Min |
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 Chart |
Show |
Gets or sets a value that specifies whether the strip is labeled within its axis. |
Show |
Gets or sets a value that specifies whether the strip is represented in the chart control’s legend. |
Strip |
|
Tag |
Gets or sets the object that contains data related to the chart element.
Inherited from Chart |
Visible | Specifies whether the strip is visible. |
#Methods
Name | Description |
---|---|
Assign |
Copies all the settings from the Strip object passed as the parameter. |
Clone() |
Creates a copy of the current Chart |
Equals |
Determines whether the specified object instances are considered equal. Inherited from Object. |
Equals |
Determines whether the specified object is equal to the current object. Inherited from Object. |
Get |
Serves as the default hash function. Inherited from Object. |
Get |
Gets the Type of the current instance. Inherited from Object. |
Memberwise |
Creates a shallow copy of the current Object. Inherited from Object. |
Reference |
Determines whether the specified Object instances are the same instance. Inherited from Object. |
To |
Returns the textual representation of the named chart element.
Inherited from Chart |
See Also