Class LegendRenderEventArgs
Defines the LegendRenderEventArgs.
Inheritance
System.Object
LegendRenderEventArgs
Namespace: Syncfusion.Blazor.HeatMap
Assembly: Syncfusion.Blazor.dll
Syntax
public class LegendRenderEventArgs : Object
Constructors
LegendRenderEventArgs()
Declaration
public LegendRenderEventArgs()
Properties
Cancel
Defines the event cancel status.
Declaration
public bool Cancel { get; set; }
Property Value
Type |
---|
System.Boolean |
Text
Defines the current legend text.
Declaration
public string Text { get; set; }
Property Value
Type |
---|
System.String |