Skip to main content

FunnelSeriesView.Title Property

Gets or sets a series title.

Namespace: DevExpress.UI.Xaml.Charts

Assembly: DevExpress.UI.Xaml.Charts.v21.2.dll

NuGet Package: DevExpress.Uwp.Controls

#Declaration

public SeriesTitle Title { get; set; }

#Property Value

Type Description
SeriesTitle

A SeriesTitle object that is the series title.

See Also