Class ChartAxisTickStyle
This class is used to customize the appearance of ticks such as color, stroke width, and tick size.
Inheritance
System.Object
ChartAxisTickStyle
Namespace: Syncfusion.SfChart.XForms
Assembly: Syncfusion.SfChart.XForms.dll
Syntax
public class ChartAxisTickStyle : Element, IThemeElement
Constructors
ChartAxisTickStyle()
Initializes a new instance of the ChartAxisTickStyle class.
Declaration
public ChartAxisTickStyle()
Fields
StrokeColorProperty
Gets or sets the stroke color of the axis tick lines. This is a bindable property.
Declaration
public static readonly BindableProperty StrokeColorProperty
Field Value
Type |
---|
Xamarin.Forms.BindableProperty |
StrokeWidthProperty
Gets or sets the width of the axis tick line. This is a bindable property.
Declaration
public static readonly BindableProperty StrokeWidthProperty
Field Value
Type |
---|
Xamarin.Forms.BindableProperty |
TickSizeProperty
Gets or sets the length of the axis tick line. This is a bindable property.
Declaration
public static readonly BindableProperty TickSizeProperty
Field Value
Type |
---|
Xamarin.Forms.BindableProperty |
Properties
StrokeColor
Gets or sets the stroke color of the axis tick lines. This is a bindable property.
Declaration
public Color StrokeColor { get; set; }
Property Value
Type | Description |
---|---|
Xamarin.Forms.Color | This property takes the Xamarin.Forms.Color value. |
StrokeWidth
Gets or sets the width of the axis tick line. This is a bindable property.
Declaration
public double StrokeWidth { get; set; }
Property Value
Type | Description |
---|---|
System.Double | This property takes the double value. |
TickSize
Gets or sets the length of the axis tick line. This is a bindable property.
Declaration
public double TickSize { get; set; }
Property Value
Type | Description |
---|---|
System.Double | This property takes the double value. |