Back to Devexpress

SmallSankeyText Class

corelibraries-devexpress-dot-xtracharts-dot-sankey-6504d58d.md

latest1.8 KB
Original Source

SmallSankeyText Class

Text that is displayed in the diagram when it is too small to display titles, nodes, and links.

Namespace : DevExpress.XtraCharts.Sankey

Assembly : DevExpress.XtraCharts.v25.2.dll

NuGet Package : DevExpress.Charts

Declaration

csharp
public class SmallSankeyText :
    SankeyTextElement
vb
Public Class SmallSankeyText
    Inherits SankeyTextElement

The following members return SmallSankeyText objects:

Remarks

The following code specifies text that is displayed in a small diagram (for instance, a diagram that is 100x100 pixels and cannot display nodes and links):

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

Inheritance

Object SankeyTextElement SmallSankeyText

See Also

SmallSankeyText Members

DevExpress.XtraCharts.Sankey Namespace