menu

Xamarin.Forms

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

    Show / Hide Table of Contents

    Class SfWinLossSparkline

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

    Inheritance
    System.Object
    SfSparklineBase
    SfWinLossSparkline
    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 SfWinLossSparkline : SfSparklineBase, IParentThemeElement, IThemeElement

    Constructors

    SfWinLossSparkline()

    Declaration
    public SfWinLossSparkline()

    Fields

    ColorProperty

    Gets or sets the color property to fill the interior of positive columns. This is a bindable property.

    Declaration
    public static readonly BindableProperty ColorProperty
    Field Value
    Type
    Xamarin.Forms.BindableProperty

    NegativePointColorProperty

    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 NegativePointColorProperty
    Field Value
    Type
    Xamarin.Forms.BindableProperty

    NeutralPointColorProperty

    Gets or sets the NeutralPointColor property. This property is used to set the color to fill the interior of neutral columns.

    Declaration
    public static readonly BindableProperty NeutralPointColorProperty
    Field Value
    Type
    Xamarin.Forms.BindableProperty

    Properties

    Color

    Gets or sets the color property to fill the interior of positive columns. This is a bindable property.

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

    NegativePointColor

    Gets or sets the NegativePointsColor property. This property is used to highlight the negative points. This is a bindable property.

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

    This property takes the Color value.

    NeutralPointColor

    Gets or sets the NeutralPointColor property. This property is used to set color to fill the interior of neutral columns.

    Declaration
    public Color NeutralPointColor { get; set; }
    Property Value
    Type
    Xamarin.Forms.Color
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved