Class SeriesRenderEventArgs
Specifies the event arguments available on chart series render.
Inheritance
System.Object
Syncfusion.Blazor.Charts.BaseEventArgs
SeriesRenderEventArgs
Namespace: Syncfusion.Blazor.Charts
Assembly: Syncfusion.Blazor.dll
Syntax
public class SeriesRenderEventArgs : BaseEventArgs
Properties
Data
Defines the current series data.
Declaration
public IEnumerable<object> Data { get; set; }
Property Value
Type |
---|
System.Collections.Generic.IEnumerable<System.Object> |
Fill
Defines the current series fill color.
Declaration
public string Fill { get; set; }
Property Value
Type | Description |
---|---|
System.String | Accepts the string value. |
Series
Defines the current series.
Declaration
public ChartSeries Series { get; }
Property Value
Type | Description |
---|---|
ChartSeries | The ChartSeries object representing the current series. |