menu

Blazor

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class SankeyLabelRenderEventArgs - Blazor API Reference | Syncfusion

    Show / Hide Table of Contents

    Class SankeyLabelRenderEventArgs

    Represents the event arguments for the SfSankey component LabelRendering event.

    Inheritance
    System.Object
    SankeyEventArgs
    SankeyLabelRenderEventArgs
    Inherited Members
    SankeyEventArgs.Cancel
    Namespace: Syncfusion.Blazor.Sankey
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public class SankeyLabelRenderEventArgs : SankeyEventArgs

    Constructors

    SankeyLabelRenderEventArgs()

    Declaration
    public SankeyLabelRenderEventArgs()

    Properties

    LabelStyle

    Gets or sets the font style for the axis label.

    Declaration
    public SankeyEventFont LabelStyle { get; set; }
    Property Value
    Type Description
    SankeyEventFont

    A SankeyEventFont that defines the font style of the axis labels.

    Node

    Gets the SfSankey component node label.

    Declaration
    public SankeyDataNode Node { get; }
    Property Value
    Type Description
    SankeyDataNode

    A SankeyDataNode object that represents the axis.

    Remarks

    This is a read-only property.

    Text

    Gets or sets the label text for the SfSankey component.

    Declaration
    public string Text { get; set; }
    Property Value
    Type Description
    System.String

    Accepts the string value.

    Value

    Gets or sets the node value for the SfSankey axis label.

    Declaration
    public double Value { get; }
    Property Value
    Type Description
    System.Double

    Accepts the double value.

    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved