menu

ASP.NET MVC - EJ2

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class PivotViewPivotChartSettingsIndexesBuilder - ASP.NETMVC-EJ2 API Reference | Syncfusion

    Show / Hide Table of Contents

    Class PivotViewPivotChartSettingsIndexesBuilder

    Inheritance
    System.Object
    Syncfusion.EJ2.ControlBuilder
    PivotViewPivotChartSettingsIndexesBuilder
    Namespace: Syncfusion.EJ2.PivotView
    Assembly: Syncfusion.EJ2.dll
    Syntax
    public class PivotViewPivotChartSettingsIndexesBuilder : ControlBuilder

    Constructors

    PivotViewPivotChartSettingsIndexesBuilder()

    Declaration
    public PivotViewPivotChartSettingsIndexesBuilder()

    PivotViewPivotChartSettingsIndexesBuilder(PivotViewPivotChartSettingsIndexes)

    Declaration
    public PivotViewPivotChartSettingsIndexesBuilder(PivotViewPivotChartSettingsIndexes model)
    Parameters
    Type Name Description
    PivotViewPivotChartSettingsIndexes model

    Methods

    Point(Int32)

    Allows to set the point index

    Declaration
    public PivotViewPivotChartSettingsIndexesBuilder Point(int value)
    Parameters
    Type Name Description
    System.Int32 value
    Returns
    Type
    PivotViewPivotChartSettingsIndexesBuilder

    Series(Int32)

    Allows to set the series index

    Declaration
    public PivotViewPivotChartSettingsIndexesBuilder Series(int value)
    Parameters
    Type Name Description
    System.Int32 value
    Returns
    Type
    PivotViewPivotChartSettingsIndexesBuilder
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved