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

CustomAxisLabel Properties

Represents an individual custom label of an axis.
Name Description
AxisValue Gets or sets the custom label’s position along an axis.
AxisValueSerializable Gets or sets the string value used to support serialization of the CustomAxisLabel.AxisValue property.
BackColor Gets or sets the background color for an axis custom label.
Border Returns the border style of a axis custom label .
FillStyle Gets the fill style settings of a axis custom label.
Font Gets or sets the font used by the custom axis label.
GridLineVisible Gets or sets the value that specifies whether to show a grid line for the custom axis label.
IsDisposed Gets a value indicating whether the control has been disposed of. Inherited from ChartElement.
Name Gets or sets the name of the chart element. Inherited from ChartElementNamed.
Tag Gets or sets the object that contains data related to the chart element. Inherited from ChartElement.
TextColor Gets or sets the text color used by the custom axis label.
Visible Specifies whether the custom axis label is visible.
See Also