ASP.NET MVC

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

    Show / Hide Table of Contents

    Class GaugePointer

    Represents a pointer to be drawn against a scale.

    Inheritance
    System.Object
    GaugePointer
    LinearPointer
    RadialPointer
    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.EJ.ReportViewer.dll
    Syntax
    public class GaugePointer

    Constructors

    GaugePointer()

    Declaration
    public GaugePointer()

    GaugePointer(ReportSerializer)

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

    Properties

    ActionInfo

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

    BarStart

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

    DistanceFromScale

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

    GaugeInputValue

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

    Hidden

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

    MarkerLength

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

    MarkerStyle

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

    Name

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

    Placement

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

    PointerImage

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

    SnappingEnabled

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

    SnappingInterval

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

    Style

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

    ToolTip

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

    Width

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