Class SmithChartTextRenderEventArgs
Specifies the Text Render Event arguments.
Inheritance
System.Object
Syncfusion.Blazor.Charts.SmithChartBaseEventArgs
SmithChartTextRenderEventArgs
Namespace: Syncfusion.Blazor.Charts
Assembly: Syncfusion.Blazor.dll
Syntax
public class SmithChartTextRenderEventArgs : SmithChartBaseEventArgs
Constructors
SmithChartTextRenderEventArgs()
Declaration
public SmithChartTextRenderEventArgs()
Properties
Border
Defines the information of the border.
Declaration
public SmithChartSeriesDataLabelBorder Border { get; set; }
Property Value
Type |
---|
SmithChartSeriesDataLabelBorder |
Color
Defines the text color.
Declaration
public string Color { get; set; }
Property Value
Type |
---|
System.String |
PointIndex
Defines the current datalabel pointIndex.
Declaration
public double PointIndex { get; set; }
Property Value
Type |
---|
System.Double |
SeriesIndex
Defines the current datalabel seriesIndex.
Declaration
public double SeriesIndex { get; set; }
Property Value
Type |
---|
System.Double |
Template
Defines the template.
Declaration
public RenderFragment<SmithChartPoint> Template { get; set; }
Property Value
Type |
---|
Microsoft.AspNetCore.Components.RenderFragment<SmithChartPoint> |
Text
Defines the current datalabel text.
Declaration
public string Text { get; set; }
Property Value
Type |
---|
System.String |
X
Defines the current datalabel text x location.
Declaration
public double X { get; set; }
Property Value
Type |
---|
System.Double |
Y
Defines the current datalabel text y location.
Declaration
public double Y { get; set; }
Property Value
Type |
---|
System.Double |