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

    Contains options for the text that is displayed at runtime when a diagram has no data to display.

    Namespace: DevExpress.XtraCharts.Sankey

    Assembly: DevExpress.XtraCharts.v25.1.dll

    NuGet Package: DevExpress.Charts

    Declaration

    public class EmptySankeyText :
        SankeyTextElement

    The following members return EmptySankeyText objects:

    Remarks

    The following code specifies text for a diagram when it does not have an assigned data source:

    sankeyDiagramControl1.EmptySankeyText.Text = "There is no data to display.";
    sankeyDiagramControl1.EmptySankeyText.Font = new Font("Tahoma", 14);
    

    Inheritance

    See Also