alexa
menu

Blazor

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Search Results for

    Show / Hide Table of Contents

    Class BulletChartLabelRenderEventArgs

    Defines the label render event arguments.

    Inheritance
    object
    BulletChartBaseEventArgs
    BulletChartLabelRenderEventArgs
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    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
    string

    Accepts the string value.

    X

    Specifies the X position of label.

    Declaration
    public double X { get; set; }
    Property Value
    Type Description
    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
    double

    A double value that represents the Y position of the label.

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