menu

ASP.NET Web Forms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class CircularScales

    Show / Hide Table of Contents

    Class CircularScales

    Class for circular gauge scales.

    Inheritance
    System.Object
    EJTagHelper
    CircularScales
    Inherited Members
    EJTagHelper.GetControlDetails()
    EJTagHelper.GetControlDetails(String)
    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.JavaScript.DataVisualization.Models
    Assembly: Syncfusion.EJ.dll
    Syntax
    public class CircularScales : EJTagHelper

    Constructors

    CircularScales()

    Declaration
    public CircularScales()

    Properties

    BackgroundColor

    Gets or sets the BackgroundColor.

    Declaration
    [JsonProperty("backgroundColor")]
    public string BackgroundColor { get; set; }
    Property Value
    Type Description
    System.String

    The color of the background.

    Border

    Gets or sets the Border.

    Declaration
    [JsonProperty("border")]
    public CircularBorder Border { get; set; }
    Property Value
    Type Description
    CircularBorder

    Specifies the border.

    CustomLabelCollection

    Circular CustomLabels is a collection by which we can customize the text in the gauge This Property defining the custom labels property for ASP platform

    Declaration
    public virtual List<CircularCustomLabel> CustomLabelCollection { get; }
    Property Value
    Type Description
    System.Collections.Generic.List<CircularCustomLabel>

    CustomLabels

    Circular CustomLabels is a collection by which we can customize the text in the gauge This Property defining the custom labels property for MVC platform

    Declaration
    [JsonProperty("customLabels")]
    public List<CircularCustomLabel> CustomLabels { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.List<CircularCustomLabel>

    Direction

    Gets or sets the Direction.

    Declaration
    [JsonConverter(typeof(StringEnumConverter))]
    [JsonProperty("direction")]
    public Directions Direction { get; set; }
    Property Value
    Type Description
    Directions

    Specifies the value for direction

    IndicatorCollection

    Gets or sets the IndicatorCollection.

    Declaration
    public virtual List<CircularIndicators> IndicatorCollection { get; }
    Property Value
    Type Description
    System.Collections.Generic.List<CircularIndicators>

    Specifies options for customizing the indicatorCollection.

    Indicators

    Gets or sets the Indicators.

    Declaration
    [JsonProperty("indicators")]
    public List<CircularIndicators> Indicators { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.List<CircularIndicators>

    Specifies options for customizing the indicators.

    LabelCollection

    Gets or sets the LabelCollection.

    Declaration
    public virtual List<CircularLabels> LabelCollection { get; }
    Property Value
    Type Description
    System.Collections.Generic.List<CircularLabels>

    Specifies options for customizing label collection.

    Labels

    Gets or sets Labels.

    Declaration
    [JsonProperty("labels")]
    public List<CircularLabels> Labels { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.List<CircularLabels>

    Specifies options for customizing labels.

    MajorIntervalValue

    Gets or sets the MajorIntervalValue.

    Declaration
    [JsonProperty("majorIntervalValue")]
    public double MajorIntervalValue { get; set; }
    Property Value
    Type Description
    System.Double

    TSpecify majorIntervalValue of circular gauge.

    Maximum

    Gets or sets the Maximum.

    Declaration
    [JsonProperty("maximum")]
    public double Maximum { get; set; }
    Property Value
    Type Description
    System.Double

    Specifies the maximum value of circular gauge.

    Minimum

    Gets or sets the Minimum.

    Declaration
    [JsonProperty("minimum")]
    public double Minimum { get; set; }
    Property Value
    Type Description
    System.Double

    Specifies the minimum value of circular gauge.

    MinorIntervalValue

    Gets or sets the MinorIntervalValue.

    Declaration
    [JsonProperty("minorIntervalValue")]
    public double MinorIntervalValue { get; set; }
    Property Value
    Type Description
    System.Double

    Specify majorIntervalValue of circular gauge.

    Opacity

    Gets or sets the Opacity.

    Declaration
    [JsonProperty("opacity")]
    public double Opacity { get; set; }
    Property Value
    Type Description
    System.Double

    Specifies the opacity.

    PointerCap

    Gets or sets the PointerCap.

    Declaration
    [JsonProperty("pointerCap")]
    public CircularPointerCap PointerCap { get; set; }
    Property Value
    Type Description
    CircularPointerCap

    Specify pointer cap of circular gauge.

    PointerCollection

    Gets or sets the PointerCollection.

    Declaration
    public virtual List<Pointers> PointerCollection { get; }
    Property Value
    Type Description
    System.Collections.Generic.List<Pointers>

    Specifies options for customizing pointers collection.

    Pointers

    Gets or sets the Pointers.

    Declaration
    [JsonProperty("pointers")]
    public List<Pointers> Pointers { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.List<Pointers>

    Specifies options for customizing pointers.

    Radius

    Gets or sets the Radius.

    Declaration
    [JsonProperty("radius")]
    public double Radius { get; set; }
    Property Value
    Type Description
    System.Double

    Specfies the radius.

    RangeCollection

    Gets or sets the RangeCollection.

    Declaration
    public virtual List<CircularRanges> RangeCollection { get; }
    Property Value
    Type Description
    System.Collections.Generic.List<CircularRanges>

    Specify range collection value of circular gauge.

    Ranges

    Gets or sets the Ranges.

    Declaration
    [JsonProperty("ranges")]
    public List<CircularRanges> Ranges { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.List<CircularRanges>

    Specify ranges value of circular gauge.

    ShadowOffset

    Gets or sets the ShadowOffset.

    Declaration
    [JsonProperty("shadowOffset")]
    public double ShadowOffset { get; set; }
    Property Value
    Type Description
    System.Double

    Specify shadowOffset value of circular gauge.

    ShowIndicators

    Gets or sets the ShowIndicators.

    Declaration
    [JsonProperty("showIndicators")]
    public bool ShowIndicators { get; set; }
    Property Value
    Type Description
    System.Boolean

    Show/hide the indicator.

    ShowLabels

    Gets or sets ShowLabels.

    Declaration
    [JsonProperty("showLabels")]
    public bool ShowLabels { get; set; }
    Property Value
    Type Description
    System.Boolean

    Show/hide the label.

    ShowPointers

    Gets or sets ShowPointers.

    Declaration
    [JsonProperty("showPointers")]
    public bool ShowPointers { get; set; }
    Property Value
    Type Description
    System.Boolean

    Show/hide the pointers.

    ShowRanges

    Gets or sets ShowRanges.

    Declaration
    [JsonProperty("showRanges")]
    public bool ShowRanges { get; set; }
    Property Value
    Type Description
    System.Boolean

    Show/hide the ranges.

    ShowScaleBar

    Gets or sets value for ShowScaleBar.

    Declaration
    [JsonProperty("showScaleBar")]
    public bool ShowScaleBar { get; set; }
    Property Value
    Type Description
    System.Boolean

    Show/hide the scale bar

    ShowTicks

    Gets or sets ShowTicks.

    Declaration
    [JsonProperty("showTicks")]
    public bool ShowTicks { get; set; }
    Property Value
    Type Description
    System.Boolean

    Show/Hide the ticks.

    Size

    Gets or sets the Size.

    Declaration
    [JsonProperty("size")]
    public double Size { get; set; }
    Property Value
    Type Description
    System.Double

    Specifies the size of the circular gauge.

    StartAngle

    Gets or sets the StartAngle.

    Declaration
    [JsonProperty("startAngle")]
    public int StartAngle { get; set; }
    Property Value
    Type Description
    System.Int32

    Specify startAngle of circular gauge.

    SubGaugeCollection

    Gets or sets the SubGaugeCollection.

    Declaration
    public virtual List<SubGauge> SubGaugeCollection { get; }
    Property Value
    Type Description
    System.Collections.Generic.List<SubGauge>

    SubGauges is a collection by which we can customize the SubGaugesCollection in the circular gauges.

    SubGauges

    Gets or sets the SubGauges.

    Declaration
    [JsonProperty("subGauges")]
    public List<SubGauge> SubGauges { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.List<SubGauge>

    SubGauges is a collection by which we can customize the SubGauges in the circular gauges.

    SweepAngle

    Gets or sets the SweepAngle.

    Declaration
    [JsonProperty("sweepAngle")]
    public int SweepAngle { get; set; }
    Property Value
    Type Description
    System.Int32

    Specify sweepAngle of circular gauge.

    TickCollection

    Gets or sets the Scales.

    Declaration
    public virtual List<CircularTicks> TickCollection { get; }
    Property Value
    Type Description
    System.Collections.Generic.List<CircularTicks>

    Specify the pointers, ticks, labels, indicators, ranges of circular gauge.

    Ticks

    Gets or sets the Ticks.

    Declaration
    [JsonProperty("ticks")]
    public List<CircularTicks> Ticks { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.List<CircularTicks>

    Circular Ticks is a collection by which we can customize the Ticks.

    Methods

    ShouldSerializeBorder()

    Shoulds the serialize border.

    Declaration
    public bool ShouldSerializeBorder()
    Returns
    Type Description
    System.Boolean

    ShouldSerializeCustomLabel()

    Shoulds the serialize custom label.

    Declaration
    public bool ShouldSerializeCustomLabel()
    Returns
    Type Description
    System.Boolean

    ShouldSerializeIndicators()

    Shoulds the serialize indicators.

    Declaration
    public bool ShouldSerializeIndicators()
    Returns
    Type Description
    System.Boolean

    ShouldSerializeLabels()

    Shoulds the serialize labels.

    Declaration
    public bool ShouldSerializeLabels()
    Returns
    Type Description
    System.Boolean

    ShouldSerializePointers()

    Shoulds the serialize pointers.

    Declaration
    public bool ShouldSerializePointers()
    Returns
    Type Description
    System.Boolean

    ShouldSerializeRanges()

    Shoulds the serialize ranges.

    Declaration
    public bool ShouldSerializeRanges()
    Returns
    Type Description
    System.Boolean

    ShouldSerializeSubGauge()

    Shoulds the serialize sub gauge.

    Declaration
    public bool ShouldSerializeSubGauge()
    Returns
    Type Description
    System.Boolean

    ShouldSerializeTicks()

    Shoulds the serialize ticks.

    Declaration
    public bool ShouldSerializeTicks()
    Returns
    Type Description
    System.Boolean
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved