SankeyDiagramControl.Titles Property
Returns the diagram’s title collection.
Namespace: DevExpress.Xpf.Charts.Sankey
Assembly: DevExpress.Xpf.Charts.v24.1.dll
NuGet Package: DevExpress.Wpf.Charts
Declaration
Property Value
Type | Description |
---|---|
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:
<dxsa:SankeyDiagramControl.Titles>
<dxsa:SankeyTitle Content="Export/Import" HorizontalAlignment="Center"/>
</dxsa:SankeyDiagramControl.Titles>
See Also