Skip to main content
A newer version of this page is available. .
All docs
V21.1

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.v21.1.UI.dll

NuGet Packages: DevExpress.Win.Charts, DevExpress.Win.Design

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