Skip to main content
All docs
V25.1
  • SankeyDiagramControl.Titles Property

    Returns the diagram’s title collection.

    Namespace: DevExpress.Xpf.Charts.Sankey

    Assembly: DevExpress.Xpf.Charts.v25.1.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