Skip to main content

ChartTitleCollection Class

Represents a collection of chart titles within a chart control.

Namespace: DevExpress.Xpf.Charts

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

NuGet Package: DevExpress.Wpf.Charts

Declaration

public class ChartTitleCollection :
    TitleCollection

Remarks

A chart’s collection of titles is returned by the ChartControlBase.Titles property and represented by the ChartTitleCollection class. Each collection item is represented by a Title object.

For more information, refer to Chart Titles.

See Also