Skip to main content
All docs
V26.1
  • DxSankeyNodeSettings.Spacing Property

    Specifies the vertical distance between two nodes.

    Namespace: DevExpress.Blazor

    Assembly: DevExpress.Blazor.v26.1.dll

    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 additional information and an example.

    See Also