alexa
menu

Xamarin.iOS

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download

    Show / Hide Table of Contents

    Class SfWinLossSparkline

    Represents the WinLoss series in sparkLine

    Inheritance
    System.Object
    SfSparklineBase
    SfWinLossSparkline
    Implements
    System.ComponentModel.IComponent
    System.IDisposable
    Inherited Members
    SfSparklineBase.availableHeight
    SfSparklineBase.availableWidth
    SfSparklineBase.AwakeFromNib()
    SfSparklineBase.Axis
    SfSparklineBase.BottomPadding
    SfSparklineBase.deltaX
    SfSparklineBase.deltaY
    SfSparklineBase.diffX
    SfSparklineBase.Disposed
    SfSparklineBase.Draw(CGRect)
    SfSparklineBase.EmptyPointValue
    SfSparklineBase.FirstPointColor
    SfSparklineBase.Frame
    SfSparklineBase.GeneratePoints(String)
    SfSparklineBase.HighPointColor
    SfSparklineBase.ItemsSource
    SfSparklineBase.LastPointColor
    SfSparklineBase.LayoutSubviews()
    SfSparklineBase.LeftPadding
    SfSparklineBase.LowPointColor
    SfSparklineBase.MaximumYValue
    SfSparklineBase.maxXValue
    SfSparklineBase.maxYValue
    SfSparklineBase.MinimumYValue
    SfSparklineBase.minXValue
    SfSparklineBase.minYValue
    SfSparklineBase.NegativePointsColor
    SfSparklineBase.OnItemsSourceChanged(Object, Object)
    SfSparklineBase.OnItemsSourceCollectionChanged(Object, NotifyCollectionChangedEventArgs)
    SfSparklineBase.OnItemsSourcePropertyChanged(Object, PropertyChangedEventArgs)
    SfSparklineBase.RangeBandColor
    SfSparklineBase.RangeBandEnd
    SfSparklineBase.RangeBandStart
    SfSparklineBase.RightPadding
    SfSparklineBase.Site
    SfSparklineBase.StrokeColor
    SfSparklineBase.StrokeWidth
    SfSparklineBase.TopPadding
    SfSparklineBase.TransformToVisible(Double, Double)
    SfSparklineBase.YBindingPath
    Namespace: Syncfusion.SfSparkline.iOS
    Assembly: Syncfusion.SfSparkline.iOS.dll
    Syntax
    public class SfWinLossSparkline : SfSparklineBase, IComponent, IDisposable

    Constructors

    SfWinLossSparkline()

    Initializes a new instance of the SfWinLossSparkline class.

    Declaration
    public SfWinLossSparkline()

    SfWinLossSparkline(IntPtr)

    Initializes a new instance of the SfWinLossSparkline class.

    Declaration
    public SfWinLossSparkline(IntPtr handle)
    Parameters
    Type Name Description
    System.IntPtr handle

    Properties

    Color

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

    Declaration
    public UIColor Color { get; set; }
    Property Value
    Type Description
    UIKit.UIColor

    The color.

    NeutralPointsColor

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

    Declaration
    public UIColor NeutralPointsColor { get; set; }
    Property Value
    Type Description
    UIKit.UIColor

    The color of the neutral points.

    Implements

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