menu

ASP.NET MVC - EJ2

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class PivotViewPivotChartSettingsIndexesBuilder - API Reference

    Show / Hide Table of Contents

    Class PivotViewPivotChartSettingsIndexesBuilder

    Inheritance
    System.Object
    ControlBuilder
    PivotViewPivotChartSettingsIndexesBuilder
    Inherited Members
    ControlBuilder.Output
    ControlBuilder.Context
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    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 Description
    PivotViewPivotChartSettingsIndexesBuilder

    Series(Int32)

    Allows to set the series index

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