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.v24.1.dll
NuGet Package: DevExpress.Charts
Declaration
Related API Members
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
Object
SankeyTextElement
EmptySankeyText
See Also