Class TickSetting
Represents TicksSettings in the CircularScale
Inheritance
System.Object
TickSetting
Namespace: Com.Syncfusion.Gauges.SfCircularGauge
Assembly: Syncfusion.SfGauge.Android.dll
Syntax
public class TickSetting : Object
Remarks
Contains customizable settings for Major and Minor ticks in the CircularScale
Constructors
TickSetting()
Declaration
public TickSetting()
Properties
Color
Gets or sets the color for the tick
Declaration
public int Color { get; set; }
Property Value
Type |
---|
System.Int32 |
EndOffset
Gets or sets the size for the tick
Declaration
public double EndOffset { get; set; }
Property Value
Type |
---|
System.Double |
Offset
Gets or sets the offset for the ticks.
Declaration
public double Offset { get; set; }
Property Value
Type |
---|
System.Double |
Size
Gets or sets the size for the tick
Declaration
public double Size { get; set; }
Property Value
Type |
---|
System.Double |
StartOffset
Gets or sets the size for the tick
Declaration
public double StartOffset { get; set; }
Property Value
Type |
---|
System.Double |
Width
Gets or sets the width for the tick
Declaration
public double Width { get; set; }
Property Value
Type |
---|
System.Double |