menu

Blazor

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

    Show / Hide Table of Contents

    Class PivotChartData

    Pivot chart data.

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

    Constructors

    PivotChartData()

    Declaration
    public PivotChartData()

    Properties

    CellIndex

    Cell index.

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

    Radius

    Gets or sets the radius of the pie series as a percentage.

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

    The radius of the pie series as a percentage. The value should be a string representation of a numeric percentage.

    RowIndex

    Row index.

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

    X

    X axis.

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

    Y

    Y axis.

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