Skip to main content
All docs
V25.1
  • DxSankeyLabelSettings.Visible Property

    Specifies whether node labels are visible.

    Namespace: DevExpress.Blazor

    Assembly: DevExpress.Blazor.v25.1.dll

    NuGet Package: DevExpress.Blazor

    Declaration

    [DefaultValue(true)]
    [Parameter]
    public bool Visible { get; set; }

    Property Value

    Type Default Description
    Boolean true

    true to display node labels; otherwise, false.

    Remarks

    Refer to the DxSankeyLabelSettings class description for more information and an example.

    See Also