ASP.NET Core

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

    Show / Hide Table of Contents

    Class GaugePanel

    Represents a gauge panel for data point or set of data points.

    Inheritance
    System.Object
    ReportItem
    DataRegion
    GaugePanel
    Inherited Members
    DataRegion.ShouldSerializeFilters()
    DataRegion.ResetFilters()
    DataRegion.ShouldSerializeSortExpressions()
    DataRegion.ResetSortExpressions()
    DataRegion.ShouldSerializePageBreak()
    DataRegion.ResetPageBreak()
    DataRegion.NoRowsMessage
    DataRegion.DataSetName
    DataRegion.PageBreak
    DataRegion.Filters
    DataRegion.SortExpressions
    DataRegion.PageName
    ReportItem.ShouldSerializeZIndex()
    ReportItem.ResetZIndex()
    ReportItem.ShouldSerializeCustomProperties()
    ReportItem.ResetCustomProperties()
    ReportItem.ShouldSerializeDataElementOutput()
    ReportItem.ResetDataElementOutput()
    ReportItem.ShouldSerializeVisibility()
    ReportItem.ResetVisibility()
    ReportItem.Left
    ReportItem.Top
    ReportItem.Name
    ReportItem.Value
    ReportItem.ActionInfo
    ReportItem.Height
    ReportItem.Width
    ReportItem.ZIndex
    ReportItem.Visibility
    ReportItem.LabelLocID
    ReportItem.ToolTip
    ReportItem.DocumentMapLabel
    ReportItem.Bookmark
    ReportItem.RepeatWith
    ReportItem.CustomProperties
    ReportItem.DataElementName
    ReportItem.DataElementOutput
    ReportItem.Style
    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.RDL.DOM
    Assembly: Syncfusion.EJ.ReportViewer.dll
    Syntax
    public class GaugePanel : DataRegion

    Constructors

    GaugePanel()

    Declaration
    public GaugePanel()

    GaugePanel(ReportSerializer)

    Declaration
    public GaugePanel(ReportSerializer serializer)
    Parameters
    Type Name Description
    ReportSerializer serializer

    Properties

    AntiAliasing

    Declaration
    public AntiAliasing AntiAliasing { get; set; }
    Property Value
    Type Description
    AntiAliasing

    AutoLayout

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

    BackFrame

    Declaration
    public BackFrame BackFrame { get; set; }
    Property Value
    Type Description
    BackFrame

    GaugeLabels

    Declaration
    public GaugeLabels GaugeLabels { get; set; }
    Property Value
    Type Description
    GaugeLabels

    GaugeMember

    Declaration
    public GaugeMember GaugeMember { get; set; }
    Property Value
    Type Description
    GaugeMember

    LinearGauges

    Declaration
    public LinearGauges LinearGauges { get; set; }
    Property Value
    Type Description
    LinearGauges

    RadialGauges

    Declaration
    public RadialGauges RadialGauges { get; set; }
    Property Value
    Type Description
    RadialGauges

    ShadowIntensity

    Declaration
    public float ShadowIntensity { get; set; }
    Property Value
    Type Description
    System.Single

    StateIndicators

    Declaration
    public StateIndicators StateIndicators { get; set; }
    Property Value
    Type Description
    StateIndicators

    TextAntiAliasingQuality

    Declaration
    public TextAntiAliasingQuality TextAntiAliasingQuality { get; set; }
    Property Value
    Type Description
    TextAntiAliasingQuality

    TopImage

    Declaration
    public TopImage TopImage { get; set; }
    Property Value
    Type Description
    TopImage
    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved