SankeyLinkInfo.Weight Property
Returns the link’s weight obtained through the DxSankey.WeightFieldName property.
Namespace: DevExpress.Blazor
Assembly: DevExpress.Blazor.v24.2.dll
NuGet Package: DevExpress.Blazor
Declaration
public double Weight { get; set; }
Property Value
Type | Description |
---|---|
Double | The link weight. |
See Also