Skip to main content
A newer version of this page is available. .

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.
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.
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.
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 when a ChartFrameworkElement class property’s value changes. Inherited from ChartFrameworkElement.
See Also