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.v24.1.UI.dll
NuGet Package: DevExpress.Win.Charts
Declaration
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