Blazor

Upgrade Guide User Guide Demos Support Forums Download
  • 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

    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
    Back to top Generated by DocFX
    Copyright © 2001 - 2022 Syncfusion Inc. All Rights Reserved