Class PivotChartProperties
Inheritance
System.Object
PivotChartProperties
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 PivotChartProperties : ChartProperties
Constructors
PivotChartProperties()
Declaration
public PivotChartProperties()
Properties
AfterServiceInvoke
Declaration
[JsonProperty("afterServiceInvoke")]
public string AfterServiceInvoke { get; set; }
Property Value
Type |
Description |
System.String |
|
AnalysisMode
Declaration
[JsonProperty("analysisMode")]
[JsonConverter(typeof(StringEnumConverter))]
public PivotAnalysisMode AnalysisMode { get; set; }
Property Value
BackGroundImageUrl
Declaration
[JsonProperty("backGroundImageUrl")]
public string BackGroundImageUrl { get; set; }
Property Value
Type |
Description |
System.String |
|
BeforeExport
Declaration
[JsonProperty("beforeExport")]
public string BeforeExport { get; set; }
Property Value
Type |
Description |
System.String |
|
BeforeSeriesRender
Declaration
[JsonProperty("beforeSeriesRender")]
public string BeforeSeriesRender { get; set; }
Property Value
Type |
Description |
System.String |
|
BeforeServiceInvoke
Declaration
[JsonProperty("beforeServiceInvoke")]
public string BeforeServiceInvoke { get; set; }
Property Value
Type |
Description |
System.String |
|
CssClass
Declaration
[JsonProperty("cssClass")]
public string CssClass { get; set; }
Property Value
Type |
Description |
System.String |
|
CurrentReport
Declaration
[JsonProperty("currentReport")]
public string CurrentReport { get; set; }
Property Value
Type |
Description |
System.String |
|
CustomObject
Declaration
[JsonProperty("customObject")]
public Dictionary<string, object> CustomObject { get; set; }
Property Value
Type |
Description |
System.Collections.Generic.Dictionary<System.String, System.Object> |
|
DataSource
Declaration
[JsonProperty("dataSource")]
public PivotDataSource DataSource { get; set; }
Property Value
Destroy
Declaration
[JsonProperty("destroy")]
public string Destroy { get; set; }
Property Value
Type |
Description |
System.String |
|
DrillSuccess
Declaration
[JsonProperty("drillSuccess")]
public string DrillSuccess { get; set; }
Property Value
Type |
Description |
System.String |
|
Enable3D
Declaration
[JsonProperty("enable3D")]
public bool Enable3D { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Declaration
[JsonProperty("enableContextMenu")]
public bool EnableContextMenu { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
EnableDefaultValue
Declaration
[JsonProperty("enableDefaultValue")]
public bool EnableDefaultValue { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
EnableMultiLevelLabels
Declaration
[JsonProperty("enableMultiLevelLabels")]
public bool EnableMultiLevelLabels { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
EnableXHRCredentials
Declaration
[JsonProperty("enableXHRCredentials")]
public bool EnableXHRCredentials { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
IsResponsive
Declaration
[JsonProperty("isResponsive")]
public bool IsResponsive { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Load
Declaration
[JsonProperty("load")]
public string Load { get; set; }
Property Value
Type |
Description |
System.String |
|
Locale
Declaration
[JsonProperty("locale")]
public string Locale { get; set; }
Property Value
Type |
Description |
System.String |
|
OperationalMode
Declaration
[JsonConverter(typeof(StringEnumConverter))]
[JsonProperty("operationalMode")]
public PivotOperationalMode OperationalMode { get; set; }
Property Value
Palette
Declaration
[JsonProperty("palette")]
public List<string> Palette { get; set; }
Property Value
Type |
Description |
System.Collections.Generic.List<System.String> |
|
RenderComplete
Declaration
[JsonProperty("renderComplete")]
public string RenderComplete { get; set; }
Property Value
Type |
Description |
System.String |
|
RenderFailure
Declaration
[JsonProperty("renderFailure")]
public string RenderFailure { get; set; }
Property Value
Type |
Description |
System.String |
|
RenderSuccess
Declaration
[JsonProperty("renderSuccess")]
public string RenderSuccess { get; set; }
Property Value
Type |
Description |
System.String |
|
Rotation
Declaration
[JsonProperty("rotation")]
public int Rotation { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
ServiceMethodSettings
Declaration
[JsonProperty("serviceMethodSettings")]
public PivotChartServiceMethods ServiceMethodSettings { get; set; }
Property Value
Url
Declaration
[JsonProperty("url")]
public string Url { get; set; }
Property Value
Type |
Description |
System.String |
|
Methods
GetControlDetails()
Declaration
protected override object GetControlDetails()
Returns
Type |
Description |
System.Object |
|
Overrides
ShouldSerializePrimaryXAxis()
Declaration
public bool ShouldSerializePrimaryXAxis()
Returns
Type |
Description |
System.Boolean |
|
ShouldSerializePrimaryYAxis()
Declaration
public bool ShouldSerializePrimaryYAxis()
Returns
Type |
Description |
System.Boolean |
|