Skip to main content

FunnelSeries2D.Titles Property

Provides access to the collection of Funnel series titles.

Namespace: DevExpress.Xpf.Charts

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

NuGet Package: DevExpress.Wpf.Charts

Declaration

public TitleCollection Titles { get; }

Property Value

Type Description
TitleCollection

A TitleCollection object representing the collection of series titles.

See Also