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 | Accepts the string value. |
X
Specifies the X position of label.
Declaration
public double X { get; set; }
Property Value
Type | Description |
---|---|
System.Double | A double value that represents the X position of the label. |
Y
Specifies the Y position of label.
Declaration
public double Y { get; set; }
Property Value
Type | Description |
---|---|
System.Double | A double value that represents the Y position of the label. |