Class SankeyLabelRenderEventArgs
Represents the event arguments for the SfSankey component LabelRendering event.
Inherited Members
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. |