Blazor

Code Examples Upgrade Guide User Guide Demos Support Forums Download
  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class SmithChartTextRenderEventArgs

    Show / Hide Table of Contents

    Class SmithChartTextRenderEventArgs

    Specifies the Text Render Event arguments.

    Inheritance
    System.Object
    Syncfusion.Blazor.Charts.SmithChartBaseEventArgs
    SmithChartTextRenderEventArgs
    Namespace: Syncfusion.Blazor.Charts
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public class SmithChartTextRenderEventArgs : SmithChartBaseEventArgs

    Constructors

    SmithChartTextRenderEventArgs()

    Declaration
    public SmithChartTextRenderEventArgs()

    Properties

    Border

    Defines the information of the border.

    Declaration
    public SmithChartSeriesDataLabelBorder Border { get; set; }
    Property Value
    Type Description
    SmithChartSeriesDataLabelBorder

    Color

    Defines the text color.

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

    PointIndex

    Defines the current datalabel pointIndex.

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

    SeriesIndex

    Defines the current datalabel seriesIndex.

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

    Template

    Defines the template.

    Declaration
    public RenderFragment<SmithChartPoint> Template { get; set; }
    Property Value
    Type Description
    Microsoft.AspNetCore.Components.RenderFragment<SmithChartPoint>

    Text

    Defines the current datalabel text.

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

    X

    Defines the current datalabel text x location.

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

    Y

    Defines the current datalabel text y location.

    Declaration
    public double Y { get; set; }
    Property Value
    Type Description
    System.Double
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved