Class PivotChart
Inheritance
System.Object
PivotChart
Implements
System.Web.UI.INamingContainer
System.Web.UI.IPostBackEventHandler
System.Web.UI.IPostBackDataHandler
System.Web.UI.IUrlResolutionService
Assembly: Syncfusion.EJ.Pivot.dll
Syntax
public class PivotChart : CommonControl, INamingContainer, IPostBackEventHandler, IPostBackDataHandler, IUrlResolutionService
Constructors
PivotChart()
Declaration
Fields
Model
Declaration
public PivotChartProperties Model
Field Value
Properties
Axes
Declaration
public List<Axis> Axes { get; set; }
Property Value
| Type |
Description |
| System.Collections.Generic.List<Axis> |
|
Background
Declaration
public string Background { get; set; }
Property Value
| Type |
Description |
| System.String |
|
BackGroundImageUrl
Declaration
public string BackGroundImageUrl { get; set; }
Property Value
| Type |
Description |
| System.String |
|
Border
Declaration
public LayoutBorder Border { get; set; }
Property Value
ChartArea
Declaration
public ChartArea ChartArea { get; set; }
Property Value
ClientSideEvents
Declaration
public PivotChartClientSideEvents ClientSideEvents { get; set; }
Property Value
CommonSeriesOptions
Declaration
public CommonSeriesOptions CommonSeriesOptions { get; set; }
Property Value
CrossHair
Declaration
public CrossHair CrossHair { get; set; }
Property Value
CssClass
Declaration
public string CssClass { get; set; }
Property Value
| Type |
Description |
| System.String |
|
CurrentReport
Declaration
public string CurrentReport { get; set; }
Property Value
| Type |
Description |
| System.String |
|
CustomObject
Declaration
public Dictionary<string, object> CustomObject { get; set; }
Property Value
| Type |
Description |
| System.Collections.Generic.Dictionary<System.String, System.Object> |
|
DataSource
Declaration
public PivotDataSource DataSource { get; set; }
Property Value
ElementSpacing
Declaration
public double ElementSpacing { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
Enable3D
Declaration
public bool Enable3D { get; set; }
Property Value
| Type |
Description |
| System.Boolean |
|
Declaration
public bool EnableContextMenu { get; set; }
Property Value
| Type |
Description |
| System.Boolean |
|
EnableDefaultValue
Declaration
public bool EnableDefaultValue { get; set; }
Property Value
| Type |
Description |
| System.Boolean |
|
EnableMultiLevelLabels
Declaration
public bool EnableMultiLevelLabels { get; set; }
Property Value
| Type |
Description |
| System.Boolean |
|
EnableXHRCredentials
Declaration
public bool EnableXHRCredentials { get; set; }
Property Value
| Type |
Description |
| System.Boolean |
|
InitSeriesRender
Declaration
public bool InitSeriesRender { get; set; }
Property Value
| Type |
Description |
| System.Boolean |
|
IsResponsive
Declaration
public bool IsResponsive { get; set; }
Property Value
| Type |
Description |
| System.Boolean |
|
Legend
Declaration
public Legend Legend { get; set; }
Property Value
Locale
Declaration
public string Locale { get; set; }
Property Value
| Type |
Description |
| System.String |
|
Palette
Declaration
public List<string> Palette { get; set; }
Property Value
| Type |
Description |
| System.Collections.Generic.List<System.String> |
|
PrimaryXAxis
Declaration
public Axis PrimaryXAxis { get; set; }
Property Value
PrimaryYAxis
Declaration
public Axis PrimaryYAxis { get; set; }
Property Value
Rotation
Declaration
public int Rotation { get; set; }
Property Value
| Type |
Description |
| System.Int32 |
|
ServiceMethodSettings
Declaration
public PivotChartServiceMethods ServiceMethodSettings { get; set; }
Property Value
Size
Declaration
public ModelSize Size { get; set; }
Property Value
Theme
Declaration
public ChartTheme Theme { get; set; }
Property Value
Title
Declaration
public ChartTitle Title { get; set; }
Property Value
Url
Declaration
public string Url { get; set; }
Property Value
| Type |
Description |
| System.String |
|
Zooming
Declaration
public Zooming Zooming { get; set; }
Property Value
Methods
DependentScripts()
Declaration
public List<string> DependentScripts()
Returns
| Type |
Description |
| System.Collections.Generic.List<System.String> |
|
GetDependentFiles()
Declaration
public override List<string> GetDependentFiles()
Returns
| Type |
Description |
| System.Collections.Generic.List<System.String> |
|
Overrides
LoadViewState(Object)
Declaration
protected override void LoadViewState(object state)
Parameters
| Type |
Name |
Description |
| System.Object |
state |
|
Overrides
OnInit(EventArgs)
Declaration
protected override void OnInit(EventArgs e)
Parameters
| Type |
Name |
Description |
| System.EventArgs |
e |
|
Overrides
OnLoad(EventArgs)
Declaration
protected override void OnLoad(EventArgs e)
Parameters
| Type |
Name |
Description |
| System.EventArgs |
e |
|
Overrides
OnPreRender(EventArgs)
Declaration
protected override void OnPreRender(EventArgs e)
Parameters
| Type |
Name |
Description |
| System.EventArgs |
e |
|
PostBackEventHandler(String, Dictionary<String, Object>)
Declaration
public override void PostBackEventHandler(string EventName, Dictionary<string, object> args)
Parameters
| Type |
Name |
Description |
| System.String |
EventName |
|
| System.Collections.Generic.Dictionary<System.String, System.Object> |
args |
|
Overrides
Render()
Declaration
Returns
| Type |
Description |
| System.String |
|
Render(HtmlTextWriter)
Declaration
protected override void Render(HtmlTextWriter writer)
Parameters
| Type |
Name |
Description |
| System.Web.UI.HtmlTextWriter |
writer |
|
Overrides
SaveViewState()
Declaration
protected override object SaveViewState()
Returns
| Type |
Description |
| System.Object |
|
UpdateServerModel(Dictionary<String, Object>)
Declaration
public override void UpdateServerModel(Dictionary<string, object> ClientModel)
Parameters
| Type |
Name |
Description |
| System.Collections.Generic.Dictionary<System.String, System.Object> |
ClientModel |
|
Overrides
Events
DrillSuccess
Declaration
public event PivotChart.PivotChartEventHandler DrillSuccess
Event Type
PointRegionClick
Declaration
public event PivotChart.PivotChartEventHandler PointRegionClick
Event Type
ServerExcelExporting
Declaration
public event PivotChart.PivotChartEventHandler ServerExcelExporting
Event Type
ServerImageExporting
Declaration
public event PivotChart.PivotChartEventHandler ServerImageExporting
Event Type
ServerPDFExporting
Declaration
public event PivotChart.PivotChartEventHandler ServerPDFExporting
Event Type
ServerWordExporting
Declaration
public event PivotChart.PivotChartEventHandler ServerWordExporting
Event Type
Implements
System.Web.UI.INamingContainer
System.Web.UI.IPostBackEventHandler
System.Web.UI.IPostBackDataHandler
System.Web.UI.IUrlResolutionService