Class AccumulationTextRenderEventArgs
Specifies the event arguments available on accumulation chart text render.
Inheritance
System.Object
Syncfusion.Blazor.Charts.BaseEventArgs
AccumulationTextRenderEventArgs
Namespace: Syncfusion.Blazor.Charts
Assembly: Syncfusion.Blazor.dll
Syntax
public class AccumulationTextRenderEventArgs : BaseEventArgs
Fields
Point
Defines the point.
Declaration
public readonly AccumulationPoints Point
Field Value
Type | Description |
---|---|
Syncfusion.Blazor.Charts.AccumulationChart.Internal.AccumulationPoints |
Series
Defines the Series.
Declaration
public readonly AccumulationChartSeries Series
Field Value
Type | Description |
---|---|
AccumulationChartSeries |
Properties
Border
Defines the border for the data label.
Declaration
public ChartCommonBorder Border { get; set; }
Property Value
Type | Description |
---|---|
ChartCommonBorder |
Color
Defines the color for the data label text.
Declaration
public string Color { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Font
Defines the font for the data label.
Declaration
public ChartCommonFont Font { get; set; }
Property Value
Type | Description |
---|---|
ChartCommonFont |
Text
Defines the text for the point.
Declaration
public string Text { get; set; }
Property Value
Type | Description |
---|---|
System.String |