Class PivotGaugeProperties
Inheritance
System.Object
PivotGaugeProperties
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 PivotGaugeProperties : CircularGaugeProperties
Constructors
PivotGaugeProperties()
Declaration
public PivotGaugeProperties()
Properties
AfterServiceInvoke
Declaration
[JsonProperty("afterServiceInvoke")]
public string AfterServiceInvoke { get; set; }
Property Value
Type |
Description |
System.String |
|
BeforeServiceInvoke
Declaration
[JsonProperty("beforeServiceInvoke")]
public string BeforeServiceInvoke { get; set; }
Property Value
Type |
Description |
System.String |
|
ColumnsCount
Declaration
[JsonProperty("columnsCount")]
public int ColumnsCount { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
CssClass
Declaration
[JsonProperty("cssClass")]
public string CssClass { 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 |
|
EnableAnimation
Declaration
[JsonProperty("enableAnimation")]
public bool EnableAnimation { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
EnableRTL
Declaration
[JsonProperty("enableRTL")]
public bool EnableRTL { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Declaration
[JsonProperty("enableTooltip")]
public bool EnableTooltip { 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 |
|
Declaration
[JsonProperty("labelFormatSettings")]
public object LabelFormatSettings { get; set; }
Property Value
Type |
Description |
System.Object |
|
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 |
|
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 |
|
RowsCount
Declaration
[JsonProperty("rowsCount")]
public int RowsCount { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
ServiceMethodSettings
Declaration
[JsonProperty("serviceMethodSettings")]
public object ServiceMethodSettings { get; set; }
Property Value
Type |
Description |
System.Object |
|
Declaration
[JsonProperty("showHeaderLabel")]
public bool ShowHeaderLabel { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
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
ShouldSerializeInteriorGradient()
Declaration
public bool ShouldSerializeInteriorGradient()
Returns
Type |
Description |
System.Boolean |
|
ShouldSerializeScales()
Declaration
public bool ShouldSerializeScales()
Returns
Type |
Description |
System.Boolean |
|
ShouldSerializeServiceMethods()
Declaration
public bool ShouldSerializeServiceMethods()
Returns
Type |
Description |
System.Boolean |
|