Class LinearGaugeTickSettings
Defines the tick line settings of an axis in linear gauge component.
Namespace: Syncfusion.Blazor.LinearGauge
Assembly: Syncfusion.Blazor.dll
Syntax
public class LinearGaugeTickSettings : OwningComponentBase
Constructors
LinearGaugeTickSettings()
Declaration
public LinearGaugeTickSettings()
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 linear gauge component.
Declaration
public string DashArray { get; set; }
Property Value
Type |
---|
System.String |
Height
Gets or sets the height of the ticks in linear gauge component.
Declaration
public double Height { get; set; }
Property Value
Type |
---|
System.Double |
Interval
Gets or sets the interval between the tick lines in linear 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 linear gauge component.
Declaration
public double Offset { get; set; }
Property Value
Type |
---|
System.Double |
Position
Gets or sets the position of the ticks in linear gauge component.
Declaration
public Position Position { get; set; }
Property Value
Type |
---|
Position |
Width
Gets or sets the width of the ticks in linear 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 |