SankeyNodeInfo.Label Property
In This Article
Returns the DxSankey node’s label.
Namespace: DevExpress.Blazor
Assembly: DevExpress.Blazor.v24.2.dll
NuGet Package: DevExpress.Blazor
#Declaration
C#
public string Label { get; set; }
#Property Value
Type | Description |
---|---|
String | The node label. |
See Also