Back to Devexpress

Strip Members

corelibraries-devexpress-dot-xtracharts-dot-strip-dot-underscore-members.md

latest7.1 KB
Original Source

Strip Members

Represents a strip line within a chart control’s diagram.

Constructors

NameDescription
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

NameDescription
AxisLabelTextGets or sets the text for an axis label that identifies the strip within its axis.
CheckableInLegendSpecifies a value which determines whether to show a legend check box instead of a legend marker for a strip.
CheckedInLegendGets or sets a value that determines whether a legend check box is checked for a strip.
ColorGets or sets a strip‘s color.
FillStyleGets the fill style settings of the strip.
LegendGets or sets a legend displaying a strip legend item.
LegendNameFor internal use. Supports serialization of the SeriesBase.Legend property.
LegendTextGets or sets the text that identifies the strip within the legend of a chart control.
MaxLimitGets the settings that define the maximum limiting value of the strip along an axis.
MinLimitGets the settings that define the minimum limiting value of the strip along an axis.
NameGets or sets the name of the chart element. Inherited from ChartElementNamed.
ShowAxisLabelGets or sets a value that specifies whether the strip is labeled within its axis.
ShowInLegendGets or sets a value that specifies whether the strip is represented in the chart control’s legend.
StripID
TagGets or sets the object that contains data related to the chart element. Inherited from ChartElement.
VisibleSpecifies whether the strip is visible.

Methods

NameDescription
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) staticDetermines 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() protectedCreates a shallow copy of the current Object. Inherited from Object.
ReferenceEquals(Object, Object) staticDetermines 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

Strip Class

DevExpress.XtraCharts Namespace