menu

Blazor

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class PointXY - Blazor API Reference | Syncfusion

    Show / Hide Table of Contents

    Class PointXY

    Represents the selected point X, Y, SeriesIndex, PointIndex values.

    Inheritance
    System.Object
    PointXY
    Namespace: Syncfusion.Blazor.Chart3D
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public class PointXY : Object
    Remarks

    The AtrPoints class provides a flexible way to manage selected point data.

    Constructors

    PointXY()

    Declaration
    public PointXY()

    Properties

    PointIndex

    Gets or sets the reference to point's index.

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

    Accepts the value as integer. The default value is 0.

    SeriesIndex

    Gets or sets the reference to series's index.

    Declaration
    public Nullable<int> SeriesIndex { get; set; }
    Property Value
    Type Description
    System.Nullable<System.Int32>

    Accepts the value as integer. The default value is 0.

    X

    Gets or sets the x value.

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

    Accepts the value as object. The default value is null.

    Y

    Gets or sets the y value.

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

    Accepts the value as object. The default value is null.

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