Skip to main content
All docs
V23.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.v23.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