Class DataLabelRenderingEventArgs
Specifies the data label rendering event arguments.
Inheritance
System.Object
Syncfusion.Blazor.Charts.SparklineBaseEventArgs
DataLabelRenderingEventArgs
Namespace: Syncfusion.Blazor.Charts
Assembly: Syncfusion.Blazor.dll
Syntax
public class DataLabelRenderingEventArgs : SparklineBaseEventArgs
Constructors
DataLabelRenderingEventArgs()
Declaration
public DataLabelRenderingEventArgs()
Properties
Border
Defines the color and width of the label border.
Declaration
public Border Border { get; set; }
Property Value
Type |
---|
Border |
Color
Defines the color of the label.
Declaration
public string Color { get; set; }
Property Value
Type |
---|
System.String |
Fill
Defines the fill color of the label.
Declaration
public string Fill { get; set; }
Property Value
Type |
---|
System.String |
PointIndex
Defines the point index of the label.
Declaration
public int PointIndex { get; set; }
Property Value
Type |
---|
System.Int32 |
Text
Defines the text of the label.
Declaration
public string Text { get; set; }
Property Value
Type |
---|
System.String |
X
Defines the x position of the label.
Declaration
public double X { get; set; }
Property Value
Type |
---|
System.Double |
Y
Defines the y position of the label.
Declaration
public double Y { get; set; }
Property Value
Type |
---|
System.Double |