alexa
menu

Blazor

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Search Results for

    Show / Hide Table of Contents

    Class AccumulationPoint

    Represents the selected data point of accumulation chart.

    Inheritance
    object
    AccumulationPoint
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Syncfusion.Blazor.Charts
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public class AccumulationPoint

    Properties

    PointIndex

    Gets the reference to point's index.

    Declaration
    public int? PointIndex { get; }
    Property Value
    Type
    int?

    SeriesIndex

    Gets the reference to series's index.

    Declaration
    public int? SeriesIndex { get; }
    Property Value
    Type
    int?

    X

    Gets the reference to point's x value.

    Declaration
    public object X { get; }
    Property Value
    Type
    object

    Y

    Gets the reference to point's y value.

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