Class LinearGaugeTickSettings
Sets and gets the tick line settings of an axis in linear gauge component.
Inheritance
System.Object
Syncfusion.Blazor.SfBaseComponent
LinearGaugeTickSettings
Namespace: Syncfusion.Blazor.LinearGauge
Assembly: Syncfusion.Blazor.dll
Syntax
public class LinearGaugeTickSettings : SfBaseComponent
Constructors
LinearGaugeTickSettings()
Declaration
public LinearGaugeTickSettings()
Properties
Color
Sets and gets 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
Sets and gets the dash-array for the ticks in linear gauge component.
Declaration
public string DashArray { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Height
Sets and gets the height of the ticks in linear gauge component.
Declaration
public double Height { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
Interval
Sets and gets the interval between the tick lines in linear gauge component.
Declaration
public double Interval { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
Offset
Sets and gets the distance of the ticks from axis in linear gauge component.
Declaration
public double Offset { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
Position
Sets and gets the position of the ticks in linear gauge component.
Declaration
public Position Position { get; set; }
Property Value
Type | Description |
---|---|
Position |
Width
Sets and gets the width of the ticks in linear gauge component.
Declaration
public double Width { get; set; }
Property Value
Type | Description |
---|---|
System.Double |