Class CircularGaugeTickSettings
Gets or sets the tick line settings of an axis in circular gauge component.
Inheritance
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 |
---|
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 |
---|
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 |
---|
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 |
---|
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 |
---|
System.Double |
Position
Gets or sets the position of the ticks in circular gauge component.
Declaration
public Position Position { get; set; }
Property Value
Type |
---|
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 |
---|
System.Boolean |
Width
Gets or sets the width of the ticks in circular gauge component.
Declaration
public double Width { get; set; }
Property Value
Type |
---|
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 |