Class AccumulationTextRenderEventArgs
Specifies the event arguments available on accumulation chart text render.
Inheritance
System.Object
Syncfusion.Blazor.Charts.AccumulationRenderingEventArgs
AccumulationTextRenderEventArgs
Namespace: Syncfusion.Blazor.Charts
Assembly: Syncfusion.Blazor.dll
Syntax
public class AccumulationTextRenderEventArgs : 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 data label.
Declaration
public ChartCommonBorder Border { get; set; }
Property Value
Type | Description |
---|---|
ChartCommonBorder | The ChartCommonBorder object representing the border for the data label. |
Color
Defines the color for the data label text.
Declaration
public string Color { get; set; }
Property Value
Type | Description |
---|---|
System.String | Accepts the string value. The default value is |
Font
Defines the font for the data label.
Declaration
public ChartCommonFont Font { get; set; }
Property Value
Type | Description |
---|---|
ChartCommonFont | The ChartCommonFont object representing the font for the data label. |
Text
Defines the text for the point.
Declaration
public string Text { get; set; }
Property Value
Type | Description |
---|---|
System.String | Accepts the string value. |