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

SankeyDiagramControl.SmallSankeyText Property

Returns the settings for the text that is displayed in the diagram when it is too small.

Namespace: DevExpress.XtraCharts.Sankey

Assembly: DevExpress.XtraCharts.v20.2.UI.dll

NuGet Package: DevExpress.Win.Charts

Declaration

public SmallSankeyText SmallSankeyText { get; }

Property Value

Type Description
SmallSankeyText

Contains text options.

Remarks

The following code specifies text that is displayed in a small diagram:

sankeyDiagramControl1.SmallSankeyText.Text = "Increase the diagram's size to display its content.";
sankeyDiagramControl1.SmallSankeyText.TextColor = Color.Black;
See Also