Skip to main content

Title.ActualContent Property

Returns the current actual content of the title. This is a dependency property.

Namespace: DevExpress.Xpf.Charts

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

NuGet Package: DevExpress.Wpf.Charts

Declaration

public object ActualContent { get; }

Property Value

Type Description
Object

The title’s actual content.

Remarks

This property value depends on the PieSeries.SeriesTitleTextPattern attached property and the TitleBase.Content property. The Content property has a higher priority than the TextPattern property. If Content is specified, then ActualContent uses its value; otherwise ActualContent value is set to a string formed by the SeriesTitleTextPattern.

See Also