WPF

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class GaugeInputValue - WPF API Reference | Syncfusion

    Show / Hide Table of Contents

    Class GaugeInputValue

    Represents an expression and optional formula used in a gauge.

    Inheritance
    System.Object
    GaugeInputValue
    EndValue
    MaximumValue
    MinimumValue
    StartValue
    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.RDL.DOM
    Assembly: Syncfusion.ReportControls.Wpf.dll
    Syntax
    public class GaugeInputValue

    Constructors

    GaugeInputValue()

    Declaration
    public GaugeInputValue()

    GaugeInputValue(ReportSerializer)

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

    Properties

    AddConstant

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

    DataElementName

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

    DataElementOutput

    Declaration
    public DataElementOutputGauge DataElementOutput { get; set; }
    Property Value
    Type Description
    DataElementOutputGauge

    Formula

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

    MaxPercent

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

    MinPercent

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

    Multiplier

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

    Value

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