menu

ASP.NET MVC

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

    Show / Hide Table of Contents

    Class PivotTreeMap

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

    Constructors

    PivotTreeMap()

    Declaration
    public PivotTreeMap()

    Fields

    Model

    Declaration
    public PivotTreeMapProperties Model
    Field Value
    Type Description
    PivotTreeMapProperties

    Properties

    ClientSideEvents

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

    CssClass

    Declaration
    public string CssClass { 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

    EnableXHRCredentials

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

    IsResponsive

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

    Locale

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

    ServiceMethodSettings

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

    Url

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

    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()

    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)

    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 PivotTreeMap.PivotTreeMapEventHandler DrillSuccess
    Event Type
    Type Description
    PivotTreeMap.PivotTreeMapEventHandler

    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