corelibraries-devexpress-dot-xtracharts-dot-sankey-7a836b8e.md
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.2.dll
NuGet Package : DevExpress.Charts
public class EmptySankeyText :
SankeyTextElement
Public Class EmptySankeyText
Inherits SankeyTextElement
The following members return EmptySankeyText objects:
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);
sankeyDiagramControl1.EmptySankeyText.Text = "There is no data to display."
sankeyDiagramControl1.EmptySankeyText.Font = New Font("Tahoma", 14)
Object SankeyTextElement EmptySankeyText
See Also