Class PivotTreeMap
Inheritance
System.Object
PivotTreeMap
Implements
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()
Assembly: Syncfusion.EJ.Pivot.dll
Syntax
public class PivotTreeMap : Control, IHtmlString
Constructors
PivotTreeMap()
Declaration
PivotTreeMap(String, PivotTreeMapProperties)
Declaration
public PivotTreeMap(string id, PivotTreeMapProperties propModel)
Parameters
Fields
PivotEngine
Declaration
public PivotEngine PivotEngine
Field Value
Type |
Description |
Syncfusion.PivotAnalysis.Base.PivotEngine |
|
Properties
Model
Declaration
protected override object Model { get; }
Property Value
Type |
Description |
System.Object |
|
Overrides
PivotTreeMapModel
Declaration
public PivotTreeMapProperties PivotTreeMapModel { get; set; }
Property Value
PluginName
Declaration
public override string PluginName { get; }
Property Value
Type |
Description |
System.String |
|
Overrides
TagName
Declaration
public override string TagName { get; }
Property Value
Type |
Description |
System.String |
|
Overrides
Methods
CreateContainer(String)
Declaration
public override HtmlString CreateContainer(string controlId)
Parameters
Type |
Name |
Description |
System.String |
controlId |
|
Returns
Type |
Description |
System.Web.HtmlString |
|
Overrides
GetDrilledData(String)
Declaration
public string GetDrilledData(string drillParams)
Parameters
Type |
Name |
Description |
System.String |
drillParams |
|
Returns
Type |
Description |
System.String |
|
GetJsonData(PivotTreeMapHelper)
Declaration
public PivotTreeMapArgs GetJsonData(PivotTreeMapHelper helper)
Parameters
Returns
GetJsonData(Int32)
Declaration
public string GetJsonData(int drilledItemsCount)
Parameters
Type |
Name |
Description |
System.Int32 |
drilledItemsCount |
|
Returns
Type |
Description |
System.String |
|
GetJsonData(String, OlapDataManager)
Declaration
public Dictionary<string, object> GetJsonData(string action, OlapDataManager dataManager)
Parameters
Type |
Name |
Description |
System.String |
action |
|
Syncfusion.Olap.Manager.OlapDataManager |
dataManager |
|
Returns
Type |
Description |
System.Collections.Generic.Dictionary<System.String, System.Object> |
|
GetJsonData(String, OlapDataManager, String)
Declaration
public Dictionary<string, object> GetJsonData(string action, OlapDataManager dataManager, string drilledSeries)
Parameters
Type |
Name |
Description |
System.String |
action |
|
Syncfusion.Olap.Manager.OlapDataManager |
dataManager |
|
System.String |
drilledSeries |
|
Returns
Type |
Description |
System.Collections.Generic.Dictionary<System.String, System.Object> |
|
GetJsonData(String, Object)
Declaration
public Dictionary<string, object> GetJsonData(string action, object dataSource)
Parameters
Type |
Name |
Description |
System.String |
action |
|
System.Object |
dataSource |
|
Returns
Type |
Description |
System.Collections.Generic.Dictionary<System.String, System.Object> |
|
GetJsonData(String, Object, String)
Declaration
public Dictionary<string, object> GetJsonData(string action, object dataSource, string drillParams)
Parameters
Type |
Name |
Description |
System.String |
action |
|
System.Object |
dataSource |
|
System.String |
drillParams |
|
Returns
Type |
Description |
System.Collections.Generic.Dictionary<System.String, System.Object> |
|
RenderControl(String)
Declaration
public override void RenderControl(string controlId)
Parameters
Type |
Name |
Description |
System.String |
controlId |
|
Overrides
Implements
System.Web.IHtmlString