Back to Devexpress

Axis Custom Label

aspnet-15821-components-chart-control-visual-elements-axis-custom-label.md

latest2.0 KB
Original Source

Axis Custom Label

  • Feb 23, 2023

Custom Axis Labels can display custom text along an axis. If custom labels are specified for an axis, it does not display automatically generated default labels. Refer to the following help topic for more details: Axis Labels.

The table below lists the main properties that affect the element’s appearance and functionality:

|

Availability

|

The Axis2D.CustomLabels property of an axis, the CustomAxisLabelCollection.Item property of the custom axis label collection.

| |

Appearance

|

AxisLabel.Angle, SeriesLabelBase.EnableAntialiasing, SeriesLabelBase.Font, AxisLabel.Staggered, SeriesLabelBase.TextColor

| |

Position

|

CustomAxisLabel.AxisValue

| |

Contents

|

ChartElementNamed.Name

| |

Visibility

|

CustomAxisLabel.Visible

|

See Also

Axis Labels

How to: Create Custom Axis Labels