ASP.NET Core

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class PivotGaugeProperties - ASP.NETCore API Reference | Syncfusion

    Show / Hide Table of Contents

    Class PivotGaugeProperties

    Inheritance
    System.Object
    EJTagHelper
    CircularGaugeProperties
    PivotGaugeProperties
    Inherited Members
    CircularGaugeProperties.ShouldSerializeFrame()
    CircularGaugeProperties.ShouldSerializeLegend()
    CircularGaugeProperties.ExportSettings
    CircularGaugeProperties.AnimationSpeed
    CircularGaugeProperties.Value
    CircularGaugeProperties.Minimum
    CircularGaugeProperties.Maximum
    CircularGaugeProperties.Radius
    CircularGaugeProperties.Width
    CircularGaugeProperties.Height
    CircularGaugeProperties.DistanceFromCorner
    CircularGaugeProperties.ReadOnly
    CircularGaugeProperties.IsRadialGradient
    CircularGaugeProperties.EnableResize
    CircularGaugeProperties.BackgroundColor
    CircularGaugeProperties.Theme
    CircularGaugeProperties.OuterCustomLabelPosition
    CircularGaugeProperties.GaugePosition
    CircularGaugeProperties.RangeZOrder
    CircularGaugeProperties.DrawTicks
    CircularGaugeProperties.DrawLabels
    CircularGaugeProperties.DrawPointers
    CircularGaugeProperties.DrawRange
    CircularGaugeProperties.DrawCustomLabel
    CircularGaugeProperties.DrawIndicators
    CircularGaugeProperties.DrawPointerCap
    CircularGaugeProperties.LegendItemRender
    CircularGaugeProperties.LegendItemClick
    CircularGaugeProperties.RangeMouseMove
    CircularGaugeProperties.Create
    CircularGaugeProperties.MouseClick
    CircularGaugeProperties.MouseClickMove
    CircularGaugeProperties.MouseClickUp
    CircularGaugeProperties.DoubleClick
    CircularGaugeProperties.RightClick
    CircularGaugeProperties.TooltipRendering
    CircularGaugeProperties.InteriorGradient
    CircularGaugeProperties.Scales
    CircularGaugeProperties.Frame
    CircularGaugeProperties.Tooltip
    CircularGaugeProperties.Legend
    EJTagHelper.GetControlDetails(String)
    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()
    Namespace: Syncfusion.JavaScript.Olap.Models
    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
    Type Description
    PivotDataSource

    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

    EnableTooltip

    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

    LabelFormatSettings

    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

    ShowHeaderLabel

    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
    CircularGaugeProperties.GetControlDetails()

    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
    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved