ASP.NET MVC

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

    Show / Hide Table of Contents

    Class IndicatorProperties

    Inheritance
    System.Object
    IndicatorProperties
    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 IndicatorProperties : IReportDispose, IDisposable

    Constructors

    IndicatorProperties()

    Declaration
    public IndicatorProperties()

    Properties

    ActionInfo

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

    Angle

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

    FillColor

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

    GaugeIndicatorStyle

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

    Height

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

    Hidden

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

    IconSet

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

    IndicatorData

    Declaration
    public GaugeInputValueModel IndicatorData { get; set; }
    Property Value
    Type Description
    GaugeInputValueModel

    IndicatorState

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

    Left

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

    Name

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

    ScaleFactor

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

    StateImage

    Declaration
    public BaseImage StateImage { get; set; }
    Property Value
    Type Description
    BaseImage

    ToolTip

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

    Top

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

    TransformationType

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

    Width

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

    ZIndex

    Declaration
    public int ZIndex { get; set; }
    Property Value
    Type Description
    System.Int32

    Methods

    Dispose()

    Declaration
    public void Dispose()

    Implements

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