Skip to main content

AxisTitle Class

Represents an axis title.

Namespace: DevExpress.Xpf.Charts

Assembly: DevExpress.Xpf.Charts.v14.2.dll

#Declaration

public class AxisTitle :
    AxisElementTitleBase,
    ISupportVisibilityControlElement

#Returned By

Properties that return AxisTitle instances:

#Remarks

An object of the AxisTitle type is returned by the Axis.Title property.

The AxisTitle class exposes the AxisTitle.Alignment property, that defines the position of the title relative to its axis.

See Also