menu

Xamarin.Forms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class SfColumnSparkline - Xamarin.Forms API Reference | Syncfusion

    Show / Hide Table of Contents

    Class SfColumnSparkline

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

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

    Constructors

    SfColumnSparkline()

    Initializes a new instance of the SfColumnSparkline class.

    Declaration
    public SfColumnSparkline()

    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 column 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

    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 column sparkline. This is a bindable property.

    Declaration
    public Color Color { get; set; }
    Property Value
    Type Description
    Xamarin.Forms.Color

    This property takes the Color value.

    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.

    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.

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