Class AccumulationPointRenderEventArgs
Specifies the event arguments available on accumulation chart point render.
Inheritance
System.Object
Syncfusion.Blazor.Charts.AccumulationRenderingEventArgs
AccumulationPointRenderEventArgs
Namespace: Syncfusion.Blazor.Charts
Assembly: Syncfusion.Blazor.dll
Syntax
public class AccumulationPointRenderEventArgs : AccumulationRenderingEventArgs
Fields
Point
Defines the point.
Declaration
public readonly AccumulationPoints Point
Field Value
| Type |
|---|
| AccumulationPoints |
Series
Defines the Series.
Declaration
public readonly AccumulationChartSeries Series
Field Value
| Type |
|---|
| AccumulationChartSeries |
Properties
Border
Defines the border for the datalabel.
Declaration
public ChartCommonBorder Border { get; set; }
Property Value
| Type | Description |
|---|---|
| ChartCommonBorder | The ChartCommonBorder object representing the border for the data label. |
Fill
Defines the color for the dataLabel text.
Declaration
public string Fill { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String | Accepts the string value. The default value is empty. |