Skip to main content
All docs
V25.1
  • SankeyTitle Class

    A title for Sankey diagrams.

    Namespace: DevExpress.XtraCharts.Sankey

    Assembly: DevExpress.XtraCharts.v25.1.dll

    NuGet Package: DevExpress.Charts

    Declaration

    public class SankeyTitle :
        SankeyTextElement,
        IXtraSupportShouldSerialize

    Remarks

    The following code creates a title and adds it to a Sankey diagram:

    sankeyDiagramControl1.Titles.Add(new SankeyTitle {
        Text = "Export/Import", 
        Dock = SankeyTitleDockStyle.Top, 
        Indent = 100 
    });
    

    Related API members:

    Inheritance

    See Also