Class LinearTickSettings
Represents the linear tick settings
Inheritance
System.Object
LinearTickSettings
Namespace: Com.Syncfusion.Gauges.SfLinearGauge
Assembly: Syncfusion.SfGauge.Android.dll
Syntax
public class LinearTickSettings : Object
Constructors
LinearTickSettings()
Declaration
public LinearTickSettings()
Properties
Color
Gets or sets the color for the tick
Declaration
public int Color { get; set; }
Property Value
Type |
---|
System.Int32 |
Length
Gets or sets the length for the tick
Declaration
public double Length { get; set; }
Property Value
Type |
---|
System.Double |
Offset
Gets or sets distance factor for the major ticks.
Declaration
public double Offset { get; set; }
Property Value
Type |
---|
System.Double |
StrokeWidth
Gets or sets the thickness for the tick
Declaration
public double StrokeWidth { get; set; }
Property Value
Type |
---|
System.Double |