Skip to main content

TitleCollection Class

Namespace: DevExpress.Xpf.Charts

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

#Declaration

public class TitleCollection :
    ChartElementCollection<Title>

#Returned By

Properties that return TitleCollection instances:

#Remarks

An object of the TitleCollection type stores Title objects, and is returned by the ChartControl.Titles and PieSeries.Titles properties.

See Also