Class PivotChart
Inheritance
System.Object
PivotChart
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 PivotChart : Control, IHtmlString
Constructors
PivotChart()
Declaration
PivotChart(String, PivotChartProperties)
Declaration
public PivotChart(string id, PivotChartProperties 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
PivotChartModel
Declaration
public PivotChartProperties PivotChartModel { 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
ExportPivotChart(String, String, HttpResponse)
Declaration
public void ExportPivotChart(string args, string fileName, HttpResponse response)
Parameters
| Type |
Name |
Description |
| System.String |
args |
|
| System.String |
fileName |
|
| System.Web.HttpResponse |
response |
|
GetBitMapImage(String)
Declaration
public Bitmap GetBitMapImage(string imageString)
Parameters
| Type |
Name |
Description |
| System.String |
imageString |
|
Returns
| Type |
Description |
| System.Drawing.Bitmap |
|
GetDrilledData(String)
Declaration
public string GetDrilledData(string drillParams)
Parameters
| Type |
Name |
Description |
| System.String |
drillParams |
|
Returns
| Type |
Description |
| System.String |
|
GetJsonData(PivotChartHelper)
Declaration
public PivotChartArgs GetJsonData(PivotChartHelper 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> |
|
LoadChartData(PivotEngine, String, OlapReport)
Declaration
public string LoadChartData(PivotEngine pivotEngine, string action, OlapReport currentReport)
Parameters
| Type |
Name |
Description |
| Syncfusion.Olap.Engine.PivotEngine |
pivotEngine |
|
| System.String |
action |
|
| Syncfusion.Olap.Reports.OlapReport |
currentReport |
|
Returns
| Type |
Description |
| System.String |
|
RenderControl(String)
Declaration
public override void RenderControl(string controlId)
Parameters
| Type |
Name |
Description |
| System.String |
controlId |
|
Overrides
Events
Declaration
public event PivotChart.PDFHeaderFooterEventHandler AddPDFHeaderFooter
Event Type
ExcelExport
Declaration
public event PivotChart.ExcelExportEventHandler ExcelExport
Event Type
PDFExport
Declaration
public event PivotChart.PDFExportEventHandler PDFExport
Event Type
WordExport
Declaration
public event PivotChart.WordExportEventHandler WordExport
Event Type
Implements
System.Web.IHtmlString