SankeyDiagramControl.Titles Property
Returns the diagram’s title collection.
Namespace: DevExpress.Xpf.Charts.Sankey
Assembly: DevExpress.Xpf.Charts.v24.2.dll
NuGet Package: DevExpress.Wpf.Charts
#Declaration
public SankeyTitleCollection Titles { get; }
#Property Value
Type | Description |
---|---|
Sankey |
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>