Blazor

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

    Show / Hide Table of Contents

    Class PivotChartData

    Inheritance
    System.Object
    PivotChartData
    Namespace: Syncfusion.Blazor.PivotView
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public class PivotChartData : Object

    Constructors

    PivotChartData()

    Declaration
    public PivotChartData()

    Properties

    CellIndex

    Declaration
    public int CellIndex { get; set; }
    Property Value
    Type Description
    System.Int32

    RowIndex

    Declaration
    public int RowIndex { get; set; }
    Property Value
    Type Description
    System.Int32

    X

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

    Y

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