menu

Blazor

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

    Show / Hide Table of Contents

    Class AccumulationPoint

    Represents the selected data point of accumulation chart.

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

    Properties

    PointIndex

    Gets the reference to point's index.

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

    SeriesIndex

    Gets the reference to series's index.

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

    X

    Gets the reference to point's x value.

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

    Y

    Gets the reference to point's y value.

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