Blazor

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class DataLabelRenderingEventArgs - Blazor API Reference | Syncfusion

    Show / Hide Table of Contents

    Class DataLabelRenderingEventArgs

    Specifies the data label rendering event arguments.

    Inheritance
    System.Object
    Syncfusion.Blazor.Charts.SparklineBaseEventArgs
    DataLabelRenderingEventArgs
    Namespace: Syncfusion.Blazor.Charts
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public class DataLabelRenderingEventArgs : SparklineBaseEventArgs

    Constructors

    DataLabelRenderingEventArgs()

    Declaration
    public DataLabelRenderingEventArgs()

    Properties

    Border

    Defines the color and width of the label border.

    Declaration
    public Border Border { get; set; }
    Property Value
    Type Description
    Syncfusion.Blazor.Sparkline.Internal.Border

    Color

    Defines the color of the label.

    Declaration
    public string Color { get; set; }
    Property Value
    Type Description
    System.String

    Fill

    Defines the fill color of the label.

    Declaration
    public string Fill { get; set; }
    Property Value
    Type Description
    System.String

    PointIndex

    Defines the point index of the label.

    Declaration
    public int PointIndex { get; set; }
    Property Value
    Type Description
    System.Int32

    Text

    Defines the text of the label.

    Declaration
    public string Text { get; set; }
    Property Value
    Type Description
    System.String

    X

    Defines the x position of the label.

    Declaration
    public double X { get; set; }
    Property Value
    Type Description
    System.Double

    Y

    Defines the y position of the 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