Skip to main content

Title Class

The title for a chart or series.

Namespace: DevExpress.Xpf.Charts

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

#Declaration

public class Title :
    TitleBase,
    IHitTestableElement,
    IInteractiveElement,
    ISupportVisibilityControlElement

#Returned By

The ChartHitInfo.Title property returns an instance of Title.

#Remarks

The Title objects reside in the TitleCollection of a chart or its series, returned by the ChartControl.Titles or PieSeries.Titles property.

See Also