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