menu

ASP.NET MVC

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

    Show / Hide Table of Contents

    Class PivotTreeMapProperties

    Inheritance
    System.Object
    EJTagHelper
    PivotTreeMapProperties
    Inherited Members
    EJTagHelper.GetControlDetails(String)
    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.JavaScript.Models
    Assembly: Syncfusion.EJ.Pivot.dll
    Syntax
    public class PivotTreeMapProperties : EJTagHelper

    Constructors

    PivotTreeMapProperties()

    Declaration
    public PivotTreeMapProperties()

    Properties

    AfterServiceInvoke

    Declaration
    [JsonProperty("afterServiceInvoke")]
    public string AfterServiceInvoke { get; set; }
    Property Value
    Type Description
    System.String

    AnalysisMode

    Declaration
    [JsonProperty("analysisMode")]
    [JsonConverter(typeof(StringEnumConverter))]
    public PivotAnalysisMode AnalysisMode { get; set; }
    Property Value
    Type Description
    PivotAnalysisMode

    BeforeServiceInvoke

    Declaration
    [JsonProperty("beforeServiceInvoke")]
    public string BeforeServiceInvoke { get; set; }
    Property Value
    Type Description
    System.String

    CssClass

    Declaration
    [JsonProperty("cssClass")]
    public string CssClass { get; set; }
    Property Value
    Type Description
    System.String

    CurrentReport

    Declaration
    [JsonProperty("currentReport")]
    public string CurrentReport { get; set; }
    Property Value
    Type Description
    System.String

    CustomObject

    Declaration
    [JsonProperty("customObject")]
    public Dictionary<string, object> CustomObject { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.Dictionary<System.String, System.Object>

    DataSource

    Declaration
    [JsonProperty("dataSource")]
    public PivotDataSource DataSource { get; set; }
    Property Value
    Type Description
    PivotDataSource

    Destroy

    Declaration
    [JsonProperty("destroy")]
    public string Destroy { get; set; }
    Property Value
    Type Description
    System.String

    DrillSuccess

    Declaration
    [JsonProperty("drillSuccess")]
    public string DrillSuccess { get; set; }
    Property Value
    Type Description
    System.String

    EnableXHRCredentials

    Declaration
    [JsonProperty("enableXHRCredentials")]
    public bool EnableXHRCredentials { get; set; }
    Property Value
    Type Description
    System.Boolean

    IsResponsive

    Declaration
    [JsonProperty("isResponsive")]
    public bool IsResponsive { get; set; }
    Property Value
    Type Description
    System.Boolean

    Load

    Declaration
    [JsonProperty("load")]
    public string Load { get; set; }
    Property Value
    Type Description
    System.String

    Locale

    Declaration
    [JsonProperty("locale")]
    public string Locale { get; set; }
    Property Value
    Type Description
    System.String

    OperationalMode

    Declaration
    [JsonProperty("operationalMode")]
    [JsonConverter(typeof(StringEnumConverter))]
    public PivotOperationalMode OperationalMode { get; set; }
    Property Value
    Type Description
    PivotOperationalMode

    RenderComplete

    Declaration
    [JsonProperty("renderComplete")]
    public string RenderComplete { get; set; }
    Property Value
    Type Description
    System.String

    RenderFailure

    Declaration
    [JsonProperty("renderFailure")]
    public string RenderFailure { get; set; }
    Property Value
    Type Description
    System.String

    RenderSuccess

    Declaration
    [JsonProperty("renderSuccess")]
    public string RenderSuccess { get; set; }
    Property Value
    Type Description
    System.String

    ServiceMethodSettings

    Declaration
    [JsonProperty("serviceMethodSettings")]
    public PivotTreeMapServiceMethods ServiceMethodSettings { get; set; }
    Property Value
    Type Description
    PivotTreeMapServiceMethods

    Url

    Declaration
    [JsonProperty("url")]
    public string Url { get; set; }
    Property Value
    Type Description
    System.String

    Methods

    GetControlDetails()

    Declaration
    protected override object GetControlDetails()
    Returns
    Type Description
    System.Object
    Overrides
    EJTagHelper.GetControlDetails()
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved