menu

ASP.NET Web Forms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class PivotChart

    Show / Hide Table of Contents

    Class PivotChart

    Inheritance
    System.Object
    CommonControl
    PivotChart
    Implements
    System.Web.UI.INamingContainer
    System.Web.UI.IPostBackEventHandler
    System.Web.UI.IPostBackDataHandler
    System.Web.UI.IUrlResolutionService
    Inherited Members
    CommonControl.RaisePostBackEvent(String)
    Namespace: Syncfusion.JavaScript.Web
    Assembly: Syncfusion.EJ.Pivot.dll
    Syntax
    public class PivotChart : CommonControl, INamingContainer, IPostBackEventHandler, IPostBackDataHandler, IUrlResolutionService

    Constructors

    PivotChart()

    Declaration
    public PivotChart()

    Fields

    Model

    Declaration
    public PivotChartProperties Model
    Field Value
    Type Description
    PivotChartProperties

    Properties

    Axes

    Declaration
    public List<Axis> Axes { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.List<Axis>

    Background

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

    BackGroundImageUrl

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

    Border

    Declaration
    public LayoutBorder Border { get; set; }
    Property Value
    Type Description
    LayoutBorder

    ChartArea

    Declaration
    public ChartArea ChartArea { get; set; }
    Property Value
    Type Description
    ChartArea

    ClientSideEvents

    Declaration
    public PivotChartClientSideEvents ClientSideEvents { get; set; }
    Property Value
    Type Description
    PivotChartClientSideEvents

    CommonSeriesOptions

    Declaration
    public CommonSeriesOptions CommonSeriesOptions { get; set; }
    Property Value
    Type Description
    CommonSeriesOptions

    CrossHair

    Declaration
    public CrossHair CrossHair { get; set; }
    Property Value
    Type Description
    CrossHair

    CssClass

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

    CurrentReport

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

    CustomObject

    Declaration
    public Dictionary<string, object> CustomObject { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.Dictionary<System.String, System.Object>

    DataSource

    Declaration
    public PivotDataSource DataSource { get; set; }
    Property Value
    Type Description
    PivotDataSource

    ElementSpacing

    Declaration
    public double ElementSpacing { get; set; }
    Property Value
    Type Description
    System.Double

    Enable3D

    Declaration
    public bool Enable3D { get; set; }
    Property Value
    Type Description
    System.Boolean

    EnableContextMenu

    Declaration
    public bool EnableContextMenu { get; set; }
    Property Value
    Type Description
    System.Boolean

    EnableDefaultValue

    Declaration
    public bool EnableDefaultValue { get; set; }
    Property Value
    Type Description
    System.Boolean

    EnableMultiLevelLabels

    Declaration
    public bool EnableMultiLevelLabels { get; set; }
    Property Value
    Type Description
    System.Boolean

    EnableXHRCredentials

    Declaration
    public bool EnableXHRCredentials { get; set; }
    Property Value
    Type Description
    System.Boolean

    InitSeriesRender

    Declaration
    public bool InitSeriesRender { get; set; }
    Property Value
    Type Description
    System.Boolean

    IsResponsive

    Declaration
    public bool IsResponsive { get; set; }
    Property Value
    Type Description
    System.Boolean

    Legend

    Declaration
    public Legend Legend { get; set; }
    Property Value
    Type Description
    Legend

    Locale

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

    Palette

    Declaration
    public List<string> Palette { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.List<System.String>

    PrimaryXAxis

    Declaration
    public Axis PrimaryXAxis { get; set; }
    Property Value
    Type Description
    Axis

    PrimaryYAxis

    Declaration
    public Axis PrimaryYAxis { get; set; }
    Property Value
    Type Description
    Axis

    Rotation

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

    ServiceMethodSettings

    Declaration
    public PivotChartServiceMethods ServiceMethodSettings { get; set; }
    Property Value
    Type Description
    PivotChartServiceMethods

    Size

    Declaration
    public ModelSize Size { get; set; }
    Property Value
    Type Description
    ModelSize

    Theme

    Declaration
    public ChartTheme Theme { get; set; }
    Property Value
    Type Description
    ChartTheme

    Title

    Declaration
    public ChartTitle Title { get; set; }
    Property Value
    Type Description
    ChartTitle

    Url

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

    Zooming

    Declaration
    public Zooming Zooming { get; set; }
    Property Value
    Type Description
    Zooming

    Methods

    DependentScripts()

    Declaration
    public List<string> DependentScripts()
    Returns
    Type Description
    System.Collections.Generic.List<System.String>

    GetDependentFiles()

    Declaration
    public override List<string> GetDependentFiles()
    Returns
    Type Description
    System.Collections.Generic.List<System.String>
    Overrides
    CommonControl.GetDependentFiles()

    LoadViewState(Object)

    Declaration
    protected override void LoadViewState(object state)
    Parameters
    Type Name Description
    System.Object state
    Overrides
    CommonControl.LoadViewState(Object)

    OnInit(EventArgs)

    Declaration
    protected override void OnInit(EventArgs e)
    Parameters
    Type Name Description
    System.EventArgs e
    Overrides
    CommonControl.OnInit(EventArgs)

    OnLoad(EventArgs)

    Declaration
    protected override void OnLoad(EventArgs e)
    Parameters
    Type Name Description
    System.EventArgs e
    Overrides
    CommonControl.OnLoad(EventArgs)

    OnPreRender(EventArgs)

    Declaration
    protected override void OnPreRender(EventArgs e)
    Parameters
    Type Name Description
    System.EventArgs e

    PostBackEventHandler(String, Dictionary<String, Object>)

    Declaration
    public override void PostBackEventHandler(string EventName, Dictionary<string, object> args)
    Parameters
    Type Name Description
    System.String EventName
    System.Collections.Generic.Dictionary<System.String, System.Object> args
    Overrides
    CommonControl.PostBackEventHandler(String, Dictionary<String, Object>)

    Render()

    Declaration
    public string Render()
    Returns
    Type Description
    System.String

    Render(HtmlTextWriter)

    Declaration
    protected override void Render(HtmlTextWriter writer)
    Parameters
    Type Name Description
    System.Web.UI.HtmlTextWriter writer
    Overrides
    CommonControl.Render(HtmlTextWriter)

    SaveViewState()

    Declaration
    protected override object SaveViewState()
    Returns
    Type Description
    System.Object

    UpdateServerModel(Dictionary<String, Object>)

    Declaration
    public override void UpdateServerModel(Dictionary<string, object> ClientModel)
    Parameters
    Type Name Description
    System.Collections.Generic.Dictionary<System.String, System.Object> ClientModel
    Overrides
    CommonControl.UpdateServerModel(Dictionary<String, Object>)

    Events

    DrillSuccess

    Declaration
    public event PivotChart.PivotChartEventHandler DrillSuccess
    Event Type
    Type Description
    PivotChart.PivotChartEventHandler

    PointRegionClick

    Declaration
    public event PivotChart.PivotChartEventHandler PointRegionClick
    Event Type
    Type Description
    PivotChart.PivotChartEventHandler

    ServerExcelExporting

    Declaration
    public event PivotChart.PivotChartEventHandler ServerExcelExporting
    Event Type
    Type Description
    PivotChart.PivotChartEventHandler

    ServerImageExporting

    Declaration
    public event PivotChart.PivotChartEventHandler ServerImageExporting
    Event Type
    Type Description
    PivotChart.PivotChartEventHandler

    ServerPDFExporting

    Declaration
    public event PivotChart.PivotChartEventHandler ServerPDFExporting
    Event Type
    Type Description
    PivotChart.PivotChartEventHandler

    ServerWordExporting

    Declaration
    public event PivotChart.PivotChartEventHandler ServerWordExporting
    Event Type
    Type Description
    PivotChart.PivotChartEventHandler

    Implements

    System.Web.UI.INamingContainer
    System.Web.UI.IPostBackEventHandler
    System.Web.UI.IPostBackDataHandler
    System.Web.UI.IUrlResolutionService
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved