Blazor

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

    Show / Hide Table of Contents

    Class PointInfo

    Defines the information of the chart point.

    Inheritance
    System.Object
    PointInfo
    ChartDataPointInfo
    Namespace: Syncfusion.Blazor.Charts
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public class PointInfo : Object

    Constructors

    PointInfo()

    Declaration
    public PointInfo()

    Properties

    PointIndex

    Defines the point index.

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

    PointText

    Defines the point text.

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

    PointX

    Defines the x value of the point.

    Declaration
    public object PointX { get; set; }
    Property Value
    Type Description
    System.Object

    PointY

    Defines the y value of the point.

    Declaration
    public object PointY { get; set; }
    Property Value
    Type Description
    System.Object

    SeriesIndex

    Defines the chart series index.

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

    SeriesName

    Defines the chart series name.

    Declaration
    public string SeriesName { get; set; }
    Property Value
    Type Description
    System.String
    Back to top Generated by DocFX
    Copyright © 2001 - 2022 Syncfusion Inc. All Rights Reserved