DxSankeyNodeSettings.Spacing Property
Specifies the vertical distance between two nodes.
Namespace: DevExpress.Blazor
Assembly: DevExpress.Blazor.v24.2.dll
NuGet Package: DevExpress.Blazor
Declaration
[DefaultValue(30)]
[Parameter]
public int Spacing { get; set; }
Property Value
Type | Default | Description |
---|---|---|
Int32 | 30 | The vertical distance between two nodes in pixels. |
Remarks
Refer to the DxSankeyNodeSettings class description for more information and an example.
See Also