ASP.NET Core

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

    Show / Hide Table of Contents

    Class GaugeScaleProperties

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

    Constructors

    GaugeScaleProperties()

    Declaration
    public GaugeScaleProperties()

    Properties

    BackgroundColor

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

    BorderColor

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

    BorderWidth

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

    Label

    Declaration
    public LabelProperties Label { get; set; }
    Property Value
    Type Description
    LabelProperties

    LinearPointer

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

    Maximum

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

    Minimum

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

    PointerType

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

    Position

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

    RadialPointer

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

    Range

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

    ScaleInterval

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

    ScaleRadius

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

    ScaleWidth

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

    ShadowOffset

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

    StartAngle

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

    SweepAngle

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

    TickMark

    Declaration
    public TickMarkProperties TickMark { get; set; }
    Property Value
    Type Description
    TickMarkProperties

    Methods

    Dispose()

    Declaration
    public void Dispose()

    Implements

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