Blazor

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

    Show / Hide Table of Contents

    Class CircularGaugeTickSettings

    Gets or sets the tick line settings of an axis in circular gauge component.

    Inheritance
    System.Object
    CircularGaugeTickSettings
    CircularGaugeAxisMajorTicks
    CircularGaugeAxisMinorTicks
    Namespace: Syncfusion.Blazor.CircularGauge
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public class CircularGaugeTickSettings : OwningComponentBase

    Constructors

    CircularGaugeTickSettings()

    Declaration
    public CircularGaugeTickSettings()

    Properties

    Color

    Gets or sets the color of the tick line. This property accepts value in hex code, rgba string as a valid CSS color string.

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

    DashArray

    Gets or sets the dash-array for the ticks in circular gauge component.

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

    Height

    Gets or sets the height of the ticks in circular gauge component.

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

    Interval

    Gets or sets the interval between the tick lines in circular gauge component.

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

    Offset

    Gets or sets the distance of the ticks from axis in circular gauge component.

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

    Position

    Gets or sets the position of the ticks in circular gauge component.

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

    UseRangeColor

    Gets or sets a value indicating whether or not to enable the tick lines to take the range color.

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

    Width

    Gets or sets the width of the ticks in circular gauge component.

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

    Methods

    Dispose(Boolean)

    Disposes the property values during the destroy of the component that is hold up for the execution of the component.

    Declaration
    protected override void Dispose(bool disposing)
    Parameters
    Type Name Description
    System.Boolean disposing
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved