menu

ASP.NET MVC

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

    Show / Hide Table of Contents

    Class PivotTreeMapPropertiesBuilder

    Inheritance
    System.Object
    PivotTreeMapPropertiesBuilder
    Implements
    IPropertiesBuilder
    System.Web.IHtmlString
    Inherited Members
    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
    Assembly: Syncfusion.EJ.Pivot.dll
    Syntax
    public class PivotTreeMapPropertiesBuilder : IPropertiesBuilder, IHtmlString

    Constructors

    PivotTreeMapPropertiesBuilder()

    Declaration
    public PivotTreeMapPropertiesBuilder()

    PivotTreeMapPropertiesBuilder(PivotTreeMap)

    Declaration
    public PivotTreeMapPropertiesBuilder(PivotTreeMap pivotTreeMap)
    Parameters
    Type Name Description
    PivotTreeMap pivotTreeMap

    Fields

    pivotTreeMap

    Declaration
    public PivotTreeMap pivotTreeMap
    Field Value
    Type Description
    PivotTreeMap

    Methods

    AnalysisMode(PivotAnalysisMode)

    Declaration
    public PivotTreeMapPropertiesBuilder AnalysisMode(PivotAnalysisMode analysisMode)
    Parameters
    Type Name Description
    PivotAnalysisMode analysisMode
    Returns
    Type Description
    PivotTreeMapPropertiesBuilder

    ClientSideEvents(Action<PivotTreeMapClientSideEventsBuilder>)

    Declaration
    public PivotTreeMapPropertiesBuilder ClientSideEvents(Action<PivotTreeMapClientSideEventsBuilder> clientSideEvents)
    Parameters
    Type Name Description
    System.Action<PivotTreeMapClientSideEventsBuilder> clientSideEvents
    Returns
    Type Description
    PivotTreeMapPropertiesBuilder

    CustomObject(Dictionary<String, Object>)

    Declaration
    public PivotTreeMapPropertiesBuilder CustomObject(Dictionary<string, object> customObject)
    Parameters
    Type Name Description
    System.Collections.Generic.Dictionary<System.String, System.Object> customObject
    Returns
    Type Description
    PivotTreeMapPropertiesBuilder

    DataSource(Action<PivotDataSourceBuilder>)

    Declaration
    public PivotTreeMapPropertiesBuilder DataSource(Action<PivotDataSourceBuilder> dataSource)
    Parameters
    Type Name Description
    System.Action<PivotDataSourceBuilder> dataSource
    Returns
    Type Description
    PivotTreeMapPropertiesBuilder

    EnableXHRCredentials(Boolean)

    Declaration
    public PivotTreeMapPropertiesBuilder EnableXHRCredentials(bool enableXHRCredentials)
    Parameters
    Type Name Description
    System.Boolean enableXHRCredentials
    Returns
    Type Description
    PivotTreeMapPropertiesBuilder

    IsResponsive(Boolean)

    Declaration
    public PivotTreeMapPropertiesBuilder IsResponsive(bool isResponsive)
    Parameters
    Type Name Description
    System.Boolean isResponsive
    Returns
    Type Description
    PivotTreeMapPropertiesBuilder

    Locale(String)

    Declaration
    public PivotTreeMapPropertiesBuilder Locale(string localization)
    Parameters
    Type Name Description
    System.String localization
    Returns
    Type Description
    PivotTreeMapPropertiesBuilder

    OperationalMode(PivotOperationalMode)

    Declaration
    public PivotTreeMapPropertiesBuilder OperationalMode(PivotOperationalMode operationalMode)
    Parameters
    Type Name Description
    PivotOperationalMode operationalMode
    Returns
    Type Description
    PivotTreeMapPropertiesBuilder

    Render()

    Declaration
    public void Render()

    ServiceMethodSettings(Action<PivotTreeMapServiceMethodsBuilder>)

    Declaration
    public PivotTreeMapPropertiesBuilder ServiceMethodSettings(Action<PivotTreeMapServiceMethodsBuilder> servicemethodsettings)
    Parameters
    Type Name Description
    System.Action<PivotTreeMapServiceMethodsBuilder> servicemethodsettings
    Returns
    Type Description
    PivotTreeMapPropertiesBuilder

    ToHtmlString()

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

    Url(String)

    Declaration
    public PivotTreeMapPropertiesBuilder Url(string url)
    Parameters
    Type Name Description
    System.String url
    Returns
    Type Description
    PivotTreeMapPropertiesBuilder

    Implements

    IPropertiesBuilder
    System.Web.IHtmlString
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved