Class PivotGauge
Inheritance
System.Object
PivotGauge
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 PivotGauge : Control, IHtmlString
Constructors
PivotGauge()
Declaration
PivotGauge(String, PivotGaugeProperties)
Declaration
public PivotGauge(string id, PivotGaugeProperties propModel)
Parameters
Properties
Model
Declaration
protected override object Model { get; }
Property Value
Type |
Description |
System.Object |
|
Overrides
PivotGaugeModel
Declaration
public PivotGaugeProperties PivotGaugeModel { get; set; }
Property Value
PivotReport
Declaration
public PivotReport PivotReport { 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
GetJsonData(PivotGaugeHelper)
Declaration
public PivotGaugeArgs GetJsonData(PivotGaugeHelper helper)
Parameters
Returns
GetJsonData(PivotCellInfos)
Declaration
public string GetJsonData(PivotCellInfos pivotCellInfos)
Parameters
Type |
Name |
Description |
Syncfusion.PivotAnalysis.Base.PivotCellInfos |
pivotCellInfos |
|
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, 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, String, String, String, String)
Declaration
public Dictionary<string, object> GetJsonData(string action, object dataSource, string gridLayout, string cellPosition, string headerInfo, string sortedHeaders, string filterParams)
Parameters
Type |
Name |
Description |
System.String |
action |
|
System.Object |
dataSource |
|
System.String |
gridLayout |
|
System.String |
cellPosition |
|
System.String |
headerInfo |
|
System.String |
sortedHeaders |
|
System.String |
filterParams |
|
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