Back to Devexpress

SankeyDiagramControl.SmallSankeyText Property

windowsforms-devexpress-dot-xtracharts-dot-sankey-dot-sankeydiagramcontrol-78ce1846.md

latest1.7 KB
Original Source

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.v25.2.UI.dll

NuGet Package : DevExpress.Win.Charts

Declaration

csharp
public SmallSankeyText SmallSankeyText { get; }
vb
Public ReadOnly Property SmallSankeyText As SmallSankeyText

Property Value

TypeDescription
SmallSankeyText

Contains text options.

|

Remarks

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

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

See Also

SankeyDiagramControl Class

SankeyDiagramControl Members

DevExpress.XtraCharts.Sankey Namespace