Class PivotGauge
Inheritance
System.Object
PivotGauge
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 PivotGauge : CommonControl, INamingContainer, IPostBackEventHandler, IPostBackDataHandler, IUrlResolutionService
Constructors
PivotGauge()
Declaration
Fields
Model
Declaration
public PivotGaugeProperties Model
Field Value
Properties
AnimationSpeed
Declaration
public int AnimationSpeed { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
BackgroundColor
Declaration
public string BackgroundColor { get; set; }
Property Value
Type |
Description |
System.String |
|
ClientSideEvents
Declaration
public PivotGaugeClientSideEvents ClientSideEvents { get; set; }
Property Value
ColumnsCount
Declaration
public int ColumnsCount { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
CssClass
Declaration
public string CssClass { 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
EnableAnimation
Declaration
public bool EnableAnimation { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
EnableRTL
Declaration
public bool EnableRTL { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Declaration
public bool EnableTooltip { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
EnableXHRCredentials
Declaration
public bool EnableXHRCredentials { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Frame
Declaration
public CircularFrame Frame { get; set; }
Property Value
Height
Declaration
public double Height { get; set; }
Property Value
Type |
Description |
System.Double |
|
InteriorGradient
Declaration
public List<InteriorGradients> InteriorGradient { get; }
Property Value
IsRadialGradient
Declaration
public bool IsRadialGradient { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
IsResponsive
Declaration
public bool IsResponsive { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Declaration
public LabelFormat LabelFormatSettings { get; set; }
Property Value
Locale
Declaration
public string Locale { get; set; }
Property Value
Type |
Description |
System.String |
|
Radius
Declaration
public double Radius { get; set; }
Property Value
Type |
Description |
System.Double |
|
ReadOnly
Declaration
public bool ReadOnly { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
RowsCount
Declaration
public int RowsCount { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
Scales
Declaration
public List<CircularScales> Scales { get; }
Property Value
ServiceMethodSettings
Declaration
public PivotGaugeServiceMethods ServiceMethodSettings { get; set; }
Property Value
Declaration
public bool ShowHeaderLabel { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Theme
Declaration
public Themes Theme { get; set; }
Property Value
Url
Declaration
public string Url { get; set; }
Property Value
Type |
Description |
System.String |
|
Width
Declaration
public double Width { get; set; }
Property Value
Type |
Description |
System.Double |
|
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
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 |
|
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
Implements
System.Web.UI.INamingContainer
System.Web.UI.IPostBackEventHandler
System.Web.UI.IPostBackDataHandler
System.Web.UI.IUrlResolutionService