menu

Xamarin.Android

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

    Show / Hide Table of Contents

    Class SfWinLossSparkline

    Represents the WinLoss series in sparkLine

    Inheritance
    System.Object
    SfSparklineBase
    SfWinLossSparkline
    Inherited Members
    SfSparklineBase.availableHeight
    SfSparklineBase.availableWidth
    SfSparklineBase.Axis
    SfSparklineBase.BottomPadding
    SfSparklineBase.deltaX
    SfSparklineBase.deltaY
    SfSparklineBase.diffX
    SfSparklineBase.EmptyPointValue
    SfSparklineBase.FirstPointColor
    SfSparklineBase.GeneratePoints(String)
    SfSparklineBase.HighPointColor
    SfSparklineBase.ItemsSource
    SfSparklineBase.LastPointColor
    SfSparklineBase.LeftPadding
    SfSparklineBase.LowPointColor
    SfSparklineBase.MaximumYValue
    SfSparklineBase.maxXValue
    SfSparklineBase.maxYValue
    SfSparklineBase.MinimumYValue
    SfSparklineBase.minXValue
    SfSparklineBase.minYValue
    SfSparklineBase.NegativePointsColor
    SfSparklineBase.OnDraw(Canvas)
    SfSparklineBase.OnItemsSourceChanged(Object, Object)
    SfSparklineBase.OnItemsSourceCollectionChanged(Object, NotifyCollectionChangedEventArgs)
    SfSparklineBase.OnItemsSourcePropertyChanged(Object, PropertyChangedEventArgs)
    SfSparklineBase.OnLayout(Boolean, Int32, Int32, Int32, Int32)
    SfSparklineBase.OnMeasure(Int32, Int32)
    SfSparklineBase.RangeBandColor
    SfSparklineBase.RangeBandEnd
    SfSparklineBase.RangeBandStart
    SfSparklineBase.RightPadding
    SfSparklineBase.StrokeColor
    SfSparklineBase.StrokeWidth
    SfSparklineBase.TopPadding
    SfSparklineBase.TransformToVisible(Double, Double)
    SfSparklineBase.YBindingPath
    Namespace: Syncfusion.SfSparkline.Android
    Assembly: Syncfusion.SfSparkline.Android.dll
    Syntax
    public class SfWinLossSparkline : SfSparklineBase

    Constructors

    SfWinLossSparkline(Context)

    Initializes a new instance of the SfWinLossSparkline class.

    Declaration
    public SfWinLossSparkline(Context context)
    Parameters
    Type Name Description
    Android.Content.Context context

    To get context

    SfWinLossSparkline(Context, IAttributeSet)

    Initializes a new instance of the SfWinLossSparkline class.

    Declaration
    public SfWinLossSparkline(Context context, IAttributeSet attrs)
    Parameters
    Type Name Description
    Android.Content.Context context

    To get context

    Android.Util.IAttributeSet attrs

    To get attribute

    Properties

    Color

    Gets or sets color to fill the interior of positive columns.

    Declaration
    public Color Color { get; set; }
    Property Value
    Type Description
    Android.Graphics.Color

    The color.

    NeutralPointsColor

    Gets or sets color to fill the interior of neutral columns.

    Declaration
    public Color NeutralPointsColor { get; set; }
    Property Value
    Type Description
    Android.Graphics.Color

    The color of the neutral points.

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