Back to Devexpress

CrosshairAxisLabelOptions Members

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

latest5.4 KB
Original Source

CrosshairAxisLabelOptions Members

Contains settings that define the appearance of crosshair axis labels.

Properties

NameDescription
ActualBackColorGets the actual back color used to fill a crosshair axis label.
ActualDXFont
ActualFontGets the actual font that is used to display a crosshair axis label.
ActualPatternGets the actual pattern of the crosshair axis label.
ActualTextColorGets the text actual color used to fill a crosshair axis label.
ActualVisibilityGets the actual value that specifies whether the crosshair axis labels are visible.
BackColorGets or sets the background color of crosshair axis labels.
DXFontGets or sets the text font of the chart elements. Inherited from TextOptions.
EnableAntialiasingGets or sets the value indicating whether anti-aliasing should be enabled for a crosshair label element. Inherited from TextOptions.
FontGets or sets the font of the text configured using these options. Inherited from TextOptions.
PatternGets or sets a string which represents the pattern specifying the text to be displayed within the crosshair axis label that appears for a series point.
TagGets or sets the object that contains data related to the chart element. Inherited from ChartElement.
TextColorGets or sets the color of the text configured using these options. Inherited from TextOptions.
VisibilitySpecifies whether to show crosshair axis labels for a diagram.

Methods

NameDescription
Assign(ChartElement)Copies all the settings from the CrosshairAxisLabelOptions object passed as a 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 chart element. Inherited from ChartElement.

See Also

CrosshairAxisLabelOptions Class

DevExpress.XtraCharts Namespace