menu

Blazor

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class BulletChartLabelRenderEventArgs - Blazor API Reference | Syncfusion

    Show / Hide Table of Contents

    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.

    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved