Skip to main content

SeriesTitle.Content Property

Gets or sets the title’s content. This is a dependency property.

Namespace: DevExpress.UI.Xaml.Charts

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

NuGet Package: DevExpress.Uwp.Controls

#Declaration

public object Content { get; set; }

#Property Value

Type Description
Object

An Object value that represents the title’s content.

See Also