Skip to main content
A newer version of this page is available. .
All docs
V20.2

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.v20.2.dll

NuGet Packages: DevExpress.Charts, DevExpress.WindowsDesktop.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