Class SparklineAxis
Represents the axis of sparkline
Inheritance
System.Object
SparklineAxis
Namespace: Syncfusion.SfSparkline.Android
Assembly: Syncfusion.SfSparkline.Android.dll
Syntax
public class SparklineAxis : Object
Constructors
SparklineAxis()
Declaration
public SparklineAxis()
Properties
Color
Gets or sets stroke color of the axis line.
Declaration
public Color Color { get; set; }
Property Value
Type | Description |
---|---|
Android.Graphics.Color | The color. |
Origin
Gets or sets origin of the sparkline axis.
Declaration
public double Origin { get; set; }
Property Value
Type | Description |
---|---|
System.Double | The origin. |
StrokeWidth
Gets or sets stroke width of the axis line.
Declaration
public float StrokeWidth { get; set; }
Property Value
Type | Description |
---|---|
System.Single | The width of the stroke. |
Visibility
Gets or sets visibility of the axis.
Declaration
public ViewStates Visibility { get; set; }
Property Value
Type |
---|
Android.Views.ViewStates |