ChartTitleCollection Class
Represents a collection of chart titles within a chart control.
Namespace: DevExpress.Xpf.Charts
Assembly: DevExpress.Xpf.Charts.v24.1.dll
NuGet Package: DevExpress.Wpf.Charts
Declaration
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.
Inheritance
See Also