Back to Devexpress

CustomAxisLabel Members

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

latest7.3 KB
Original Source

CustomAxisLabel Members

Represents an individual custom label of an axis.

Constructors

NameDescription
CustomAxisLabel()Initializes a new instance of the CustomAxisLabel class with the default settings.
CustomAxisLabel(String, DateTime)Initializes a new instance of the CustomAxisLabel class with the specified name and date time value.
CustomAxisLabel(String, Double)Initializes a new instance of the CustomAxisLabel class with the specified name and numeric value.
CustomAxisLabel(String, Object)Initializes a new instance of the CustomAxisLabel class with the specified name and value.
CustomAxisLabel(String, String)Initializes a new instance of the CustomAxisLabel class with the specified name and qualitative value.
CustomAxisLabel(String, TimeSpan)Initializes a new instance of the CustomAxisLabel class with the specified name and numeric value.
CustomAxisLabel(String)Initializes a new instance of the CustomAxisLabel class with the specified name.

Properties

NameDescription
AxisValueGets or sets the custom label’s position along an axis.
AxisValueSerializableGets or sets the string value used to support serialization of the CustomAxisLabel.AxisValue property.
BackColorGets or sets the background color for an axis custom label.
BorderReturns the border style of a axis custom label .
DXFontGets or sets the font used for the custom axis label.
FillStyleGets the fill style settings of a axis custom label.
FontGets or sets the font used by the custom axis label.
GridLineVisibleGets or sets the value that specifies whether to show a grid line for the custom axis label.
NameGets or sets the name of the chart element. Inherited from ChartElementNamed.
TagGets or sets the object that contains data related to the chart element. Inherited from ChartElement.
TextColorGets or sets the text color used by the custom axis label.
VisibleSpecifies whether the custom axis label is visible.

Methods

NameDescription
Assign(ChartElement)Copies all the settings from the CustomAxisLabel 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

CustomAxisLabel Class

DevExpress.XtraCharts Namespace