Skip to main content
A newer version of this page is available. .
All docs
V21.2

SankeyDiagramControl.Titles Property

Returns the diagram’s title collection.

Namespace: DevExpress.Xpf.Charts.Sankey

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

NuGet Package: DevExpress.Wpf.Charts

Declaration

public SankeyTitleCollection Titles { get; }

Property Value

Type Description
SankeyTitleCollection

A collection of titles.

Remarks

The following image shows a diagram with a marked title:

Sankey diagram title

The code below adds a title to the Sankey Diagram Control:

<dxsa:SankeyDiagramControl.Titles>
    <dxsa:SankeyTitle Content="Export/Import" HorizontalAlignment="Center"/>
</dxsa:SankeyDiagramControl.Titles>
See Also