Back to Devexpress

SankeyDiagramControl.Titles Property

wpf-devexpress-dot-xpf-dot-charts-dot-sankey-dot-sankeydiagramcontrol.md

latest1.5 KB
Original Source

SankeyDiagramControl.Titles Property

Returns the diagram’s title collection.

Namespace : DevExpress.Xpf.Charts.Sankey

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

NuGet Package : DevExpress.Wpf.Charts

Declaration

csharp
public SankeyTitleCollection Titles { get; }
vb
Public ReadOnly Property Titles As SankeyTitleCollection

Property Value

TypeDescription
SankeyTitleCollection

A collection of titles.

|

Remarks

The following image shows a diagram with a marked title:

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

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

See Also

SankeyDiagramControl Class

SankeyDiagramControl Members

DevExpress.Xpf.Charts.Sankey Namespace