Class SfAreaSparkline
Represents the SfAreaSparkline class. To render this, create an instance of the SfAreaSparkline class and set required properties.
Inherited Members
Namespace: Syncfusion.SfSparkline.XForms
Assembly: Syncfusion.SfSparkline.XForms.dll
Syntax
public class SfAreaSparkline : SfSparklineBase, IParentThemeElement, IThemeElement
Constructors
SfAreaSparkline()
Initializes a new instance of the SfAreaSparkline class.
Declaration
public SfAreaSparkline()
Fields
AxisProperty
Gets or sets axis to the sparklines. It is used to enable or disable the axis and customize its appearance. This is a bindable property.
Declaration
public static readonly BindableProperty AxisProperty
Field Value
Type |
---|
Xamarin.Forms.BindableProperty |
ColorProperty
Gets or sets the color property to fill the interior of the area sparkline. This is a bindable property.
Declaration
public static readonly BindableProperty ColorProperty
Field Value
Type |
---|
Xamarin.Forms.BindableProperty |
FirstPointColorProperty
Gets or sets the FirstPointColor property. This property is used to highlight the first point. This is a bindable property.
Declaration
public static readonly BindableProperty FirstPointColorProperty
Field Value
Type |
---|
Xamarin.Forms.BindableProperty |
HighPointColorProperty
Gets or sets the HighPointColor property. This property is used to highlight the highest point. This is a bindable property.
Declaration
public static readonly BindableProperty HighPointColorProperty
Field Value
Type |
---|
Xamarin.Forms.BindableProperty |
LastPointColorProperty
Gets or sets the LastPointColor property. This property is used to highlight the last point. This is a bindable property.
Declaration
public static readonly BindableProperty LastPointColorProperty
Field Value
Type |
---|
Xamarin.Forms.BindableProperty |
LowPointColorProperty
Gets or sets the LowPointColor property. This property is used to highlight the lowest point. This is a bindable property.
Declaration
public static readonly BindableProperty LowPointColorProperty
Field Value
Type |
---|
Xamarin.Forms.BindableProperty |
MarkerProperty
Gets or sets the marker property. This property is used to set marker to the sparkline. This is a bindable property.
Declaration
public static readonly BindableProperty MarkerProperty
Field Value
Type |
---|
Xamarin.Forms.BindableProperty |
NegativePointsColorProperty
Gets or sets the NegativePointsColor property. This property is used to highlight the negative points. This is a bindable property.
Declaration
public static readonly BindableProperty NegativePointsColorProperty
Field Value
Type |
---|
Xamarin.Forms.BindableProperty |
Properties
Axis
Gets or sets axis to the sparklines. It is used to enable or disable the axis and customize its appearance.
Declaration
public SparklineAxis Axis { get; set; }
Property Value
Type |
---|
SparklineAxis |
Color
Gets or sets the color property to fill the interior of the area sparkline. This is a bindable property.
Declaration
public Color Color { get; set; }
Property Value
Type |
---|
Xamarin.Forms.Color |
FirstPointColor
Gets or sets the FirstPointColor property. This property is used to highlight the first point. This is a bindable property.
Declaration
public Color FirstPointColor { get; set; }
Property Value
Type | Description |
---|---|
Xamarin.Forms.Color | This property takes the Color value. |
HighPointColor
Gets or sets the HighPointColor property. This property is used to highlight the highest point. This is a bindable property.
Declaration
public Color HighPointColor { get; set; }
Property Value
Type | Description |
---|---|
Xamarin.Forms.Color | This property takes the Color value. |
LastPointColor
Gets or sets the LastPointColor property. This property is used to highlight the last point. This is a bindable property.
Declaration
public Color LastPointColor { get; set; }
Property Value
Type | Description |
---|---|
Xamarin.Forms.Color | This property takes the Color value. |
LowPointColor
Gets or sets the LowPointColor property. This property is used to highlight the lowest point. This is a bindable property.
Declaration
public Color LowPointColor { get; set; }
Property Value
Type | Description |
---|---|
Xamarin.Forms.Color | This property takes the Color value. |
Marker
Gets or sets the marker property. This property is used to set marker to the sparkline. This is a bindable property.
Declaration
public MarkerBase Marker { get; set; }
Property Value
Type |
---|
MarkerBase |
NegativePointsColor
Gets or sets the NegativePointsColor property. This property is used to highlight the negative points. This is a bindable property.
Declaration
public Color NegativePointsColor { get; set; }
Property Value
Type | Description |
---|---|
Xamarin.Forms.Color | This property takes the Color value. |