Class SmithChartSeriesRenderEventArgs
Specifies the Series Render Event arguments.
Inheritance
System.Object
Syncfusion.Blazor.Charts.SmithChartBaseEventArgs
SmithChartSeriesRenderEventArgs
Namespace: Syncfusion.Blazor.Charts
Assembly: Syncfusion.Blazor.dll
Syntax
public class SmithChartSeriesRenderEventArgs : SmithChartBaseEventArgs
Constructors
SmithChartSeriesRenderEventArgs()
Declaration
public SmithChartSeriesRenderEventArgs()
Properties
Fill
Defines the current series fill.
Declaration
public string Fill { get; set; }
Property Value
Type |
---|
System.String |
Index
Defines the current series index.
Declaration
public double Index { get; set; }
Property Value
Type |
---|
System.Double |
Text
Defines name of the event.
Declaration
public string Text { get; set; }
Property Value
Type |
---|
System.String |