Blazor

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

    Show / Hide Table of Contents

    Class AccumulationPoint

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

    Properties

    PointIndex

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

    SeriesIndex

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

    X

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

    Y

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