alexa
menu

Xamarin.iOS

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

    Show / Hide Table of Contents

    Class SfAreaSparkline

    Represents the area series in sparkline

    Inheritance
    System.Object
    SfSparklineBase
    SfAreaSparkline
    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 SfAreaSparkline : SfSparklineBase, IComponent, IDisposable

    Constructors

    SfAreaSparkline()

    Initializes a new instance of the SfAreaSparkline class.

    Declaration
    public SfAreaSparkline()

    SfAreaSparkline(IntPtr)

    Initializes a new instance of the SfAreaSparkline class.

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

    Properties

    Color

    Gets or sets color to fill the interior of the area sparkline.

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

    The color.

    Marker

    Gets or sets marker to the sparkline.

    Declaration
    public SparklineMarker Marker { get; set; }
    Property Value
    Type Description
    SparklineMarker

    The marker.

    Implements

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