Strip Members
Represents a strip within a chart control’s diagram.Constructors
| Name | Description |
|---|---|
| Strip() | Initializes a new instance of the Strip class with default settings. |
Fields
| Name | Description |
|---|---|
| AxisLabelTextProperty static | Identifies the Strip.AxisLabelText dependency property. |
| BrushProperty static | Identifies the Strip.Brush dependency property. |
| EndValueProperty static | Identifies the Strip.EndValue dependency property. |
| LegendMarkerTemplateProperty static | Identifies the Strip.LegendMarkerTemplate dependency property. |
| LegendTextProperty static | Identifies the Strip.LegendText dependency property. |
| StartValueProperty static | Identifies the Strip.StartValue dependency property. |
| VisibleProperty static | Identifies the Strip.Visible dependency property. |
Properties
| Name | Description |
|---|---|
| AxisLabelText | Specifies the text for the strip‘s axis label. |
| Brush | Gets or sets the color of the strip. This is a dependency property. |
| EndValue | Gets or sets the end value of the strip along an axis. |
| LegendMarkerTemplate | Gets or sets the template that defines the presentation of a legend marker for this strip. |
| LegendText | Gets or sets the legend’s text for the strip. |
| StartValue | Gets or sets the start value of the strip along an axis. |
| Visible | Gets or sets whether the strip is visible. |
Methods
| Name | Description |
|---|---|
| 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 a string that represents the current object. Inherited from Object. |
Events
| Name | Description |
|---|---|
| PropertyChanged | Occurs every time any of the ChartElement class properties has changed its value. Inherited from ChartElement. |
See Also