menu

ASP.NET MVC

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class PivotGauge

    Show / Hide Table of Contents

    Class PivotGauge

    Inheritance
    System.Object
    CommonControl
    PivotGauge
    Implements
    System.Web.UI.INamingContainer
    System.Web.UI.IPostBackEventHandler
    System.Web.UI.IPostBackDataHandler
    System.Web.UI.IUrlResolutionService
    Inherited Members
    CommonControl.RaisePostBackEvent(String)
    CommonControl.PostBackEventHandler(String, Dictionary<String, Object>)
    CommonControl.LoadViewState(Object)
    CommonControl.UpdateServerModel(Dictionary<String, Object>)
    Namespace: Syncfusion.JavaScript.Web
    Assembly: Syncfusion.EJ.Pivot.dll
    Syntax
    public class PivotGauge : CommonControl, INamingContainer, IPostBackEventHandler, IPostBackDataHandler, IUrlResolutionService

    Constructors

    PivotGauge()

    Declaration
    public PivotGauge()

    Fields

    Model

    Declaration
    public PivotGaugeProperties Model
    Field Value
    Type Description
    PivotGaugeProperties

    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
    Type Description
    PivotGaugeClientSideEvents

    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
    Type Description
    PivotDataSource

    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

    EnableTooltip

    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
    Type Description
    CircularFrame

    Height

    Declaration
    public double Height { get; set; }
    Property Value
    Type Description
    System.Double

    InteriorGradient

    Declaration
    public List<InteriorGradients> InteriorGradient { get; }
    Property Value
    Type Description
    System.Collections.Generic.List<InteriorGradients>

    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

    LabelFormatSettings

    Declaration
    public LabelFormat LabelFormatSettings { get; set; }
    Property Value
    Type Description
    LabelFormat

    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
    Type Description
    System.Collections.Generic.List<CircularScales>

    ServiceMethodSettings

    Declaration
    public PivotGaugeServiceMethods ServiceMethodSettings { get; set; }
    Property Value
    Type Description
    PivotGaugeServiceMethods

    ShowHeaderLabel

    Declaration
    public bool ShowHeaderLabel { get; set; }
    Property Value
    Type Description
    System.Boolean

    Theme

    Declaration
    public Themes Theme { get; set; }
    Property Value
    Type Description
    Themes

    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
    CommonControl.GetDependentFiles()

    OnInit(EventArgs)

    Declaration
    protected override void OnInit(EventArgs e)
    Parameters
    Type Name Description
    System.EventArgs e
    Overrides
    CommonControl.OnInit(EventArgs)

    OnLoad(EventArgs)

    Declaration
    protected override void OnLoad(EventArgs e)
    Parameters
    Type Name Description
    System.EventArgs e
    Overrides
    CommonControl.OnLoad(EventArgs)

    OnPreRender(EventArgs)

    Declaration
    protected override void OnPreRender(EventArgs e)
    Parameters
    Type Name Description
    System.EventArgs e

    Render()

    Declaration
    public string Render()
    Returns
    Type Description
    System.String

    Render(HtmlTextWriter)

    Declaration
    protected override void Render(HtmlTextWriter writer)
    Parameters
    Type Name Description
    System.Web.UI.HtmlTextWriter writer
    Overrides
    CommonControl.Render(HtmlTextWriter)

    Implements

    System.Web.UI.INamingContainer
    System.Web.UI.IPostBackEventHandler
    System.Web.UI.IPostBackDataHandler
    System.Web.UI.IUrlResolutionService
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved