Class LegendRenderEventArgs
Specifies the event arguments for rendering a legend in circular gauge.
Inheritance
System.Object
Syncfusion.Blazor.CircularGauge.BaseEventArgs
LegendRenderEventArgs
Namespace: Syncfusion.Blazor.CircularGauge
Assembly: Syncfusion.Blazor.dll
Syntax
public class LegendRenderEventArgs : BaseEventArgs
Constructors
LegendRenderEventArgs()
Declaration
public LegendRenderEventArgs()
Properties
Fill
Gets or sets the fill color of the legend in circular gauge.
Declaration
public string Fill { get; set; }
Property Value
Type |
---|
System.String |
Shape
Gets or sets the shape of the legend in circular gauge.
Declaration
public GaugeShape Shape { get; set; }
Property Value
Type |
---|
GaugeShape |
Text
Gets or sets the text of the legend in circular gauge.
Declaration
public string Text { get; set; }
Property Value
Type |
---|
System.String |