Xamarin.Forms

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class SfLineSparkline - Xamarin.Forms API Reference | Syncfusion SfLineSparkline class and set required properties. ">

    Show / Hide Table of Contents

    Class SfLineSparkline

    Represents the SfLineSparkline class. To render this, create an instance of the SfLineSparkline class and set required properties.

    Inheritance
    System.Object
    SfSparklineBase
    SfLineSparkline
    Inherited Members
    SfSparklineBase.ItemsSourceProperty
    SfSparklineBase.PaddingProperty
    SfSparklineBase.YBindingPathProperty
    SfSparklineBase.RangeBandColorProperty
    SfSparklineBase.RangeBandStartProperty
    SfSparklineBase.RangeBandEndProperty
    SfSparklineBase.StrokeColorProperty
    SfSparklineBase.StrokeWidthProperty
    SfSparklineBase.EmptyPointValueProperty
    SfSparklineBase.MaximumYValueProperty
    SfSparklineBase.MinimumYValueProperty
    SfSparklineBase.ItemsSource
    SfSparklineBase.Padding
    SfSparklineBase.YBindingPath
    SfSparklineBase.RangeBandColor
    SfSparklineBase.RangeBandStart
    SfSparklineBase.RangeBandEnd
    SfSparklineBase.StrokeColor
    SfSparklineBase.StrokeWidth
    SfSparklineBase.EmptyPointValue
    SfSparklineBase.MaximumYValue
    SfSparklineBase.MinimumYValue
    Namespace: Syncfusion.SfSparkline.XForms
    Assembly: Syncfusion.SfSparkline.XForms.dll
    Syntax
    public class SfLineSparkline : SfSparklineBase, IParentThemeElement, IThemeElement

    Constructors

    SfLineSparkline()

    Initializes a new instance of the SfLineSparkline class.

    Declaration
    public SfLineSparkline()

    Fields

    AxisProperty

    Gets or sets the 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 Description
    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 Description
    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 Description
    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 Description
    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 Description
    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 Description
    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 Description
    Xamarin.Forms.BindableProperty

    Properties

    Axis

    Gets or sets the 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 Description
    SparklineAxis

    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 Xamarin.Forms.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 Xamarin.Forms.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 Xamarin.Forms.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 Xamarin.Forms.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 Description
    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 Xamarin.Forms.Color value.

    Back to top Generated by DocFX
    Copyright © 2001 - 2022 Syncfusion Inc. All Rights Reserved