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 . |
DXFont | Gets or sets the font used for the custom axis 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. |
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