Xamarin.Android

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

    Show / Hide Table of Contents

    Class SfAreaSparkline

    Represents the area series in sparkline

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

    Constructors

    SfAreaSparkline(Context)

    Initializes a new instance of the SfAreaSparkline class.

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

    To get context

    SfAreaSparkline(Context, IAttributeSet)

    Initializes a new instance of the SfAreaSparkline class.

    Declaration
    public SfAreaSparkline(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 the area sparkline.

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

    The color.

    Marker

    Gets or sets marker to the sparkline.

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

    The marker.

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