Class BulletChartLabelRenderEventArgs
Defines the label render event arguments.
Inheritance
System.Object
Syncfusion.Blazor.Charts.BulletChartBaseEventArgs
BulletChartLabelRenderEventArgs
Namespace: Syncfusion.Blazor.Charts
Assembly: Syncfusion.Blazor.dll
Syntax
public class BulletChartLabelRenderEventArgs : BulletChartBaseEventArgs
Constructors
BulletChartLabelRenderEventArgs()
Declaration
public BulletChartLabelRenderEventArgs()
Properties
Text
Specifies the text of label.
Declaration
public string Text { get; set; }
Property Value
Type | Description |
---|---|
System.String |
X
Specifies the X position of label.
Declaration
public double X { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
Y
Specifies the Y position of label.
Declaration
public double Y { get; set; }
Property Value
Type | Description |
---|---|
System.Double |