ASP.NET MVC

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

    Show / Hide Table of Contents

    Class GaugePanelModel

    Inheritance
    System.Object
    GaugePanelModel
    Implements
    IReportDispose
    System.IDisposable
    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()
    Namespace: Syncfusion.EJ.ReportViewer.JsonModel
    Assembly: Syncfusion.EJ.ReportViewer.dll
    Syntax
    public class GaugePanelModel : IReportDispose, IDisposable

    Constructors

    GaugePanelModel()

    Declaration
    public GaugePanelModel()

    Properties

    AntiAliasing

    Declaration
    public string AntiAliasing { get; set; }
    Property Value
    Type Description
    System.String

    BackgroundColor

    Declaration
    public string BackgroundColor { get; set; }
    Property Value
    Type Description
    System.String

    BookMark

    Declaration
    public string BookMark { get; set; }
    Property Value
    Type Description
    System.String

    Border

    Declaration
    public BorderVal Border { get; set; }
    Property Value
    Type Description
    BorderVal

    DocumentMapModel

    Declaration
    public string DocumentMapModel { get; set; }
    Property Value
    Type Description
    System.String

    GaugeFrame

    Declaration
    public FrameProperties GaugeFrame { get; set; }
    Property Value
    Type Description
    FrameProperties

    GaugeLabel

    Declaration
    public List<GaugeLabelProperties> GaugeLabel { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.List<GaugeLabelProperties>

    Indicator

    Declaration
    public List<IndicatorProperties> Indicator { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.List<IndicatorProperties>

    LinearGauges

    Declaration
    public List<GaugeProperties> LinearGauges { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.List<GaugeProperties>

    PageName

    Declaration
    public string PageName { get; set; }
    Property Value
    Type Description
    System.String

    RadialGauges

    Declaration
    public List<GaugeProperties> RadialGauges { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.List<GaugeProperties>

    ToolTip

    Declaration
    public string ToolTip { get; set; }
    Property Value
    Type Description
    System.String

    Methods

    Dispose()

    Declaration
    public void Dispose()

    Implements

    IReportDispose
    System.IDisposable
    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved