alexa
menu

Xamarin.Android

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

    Show / Hide Table of Contents

    Class SfColumnSparkline

    Represents the column series in sparkline

    Inheritance
    System.Object
    SfSparklineBase
    SfColumnSparkline
    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 SfColumnSparkline : SfSparklineBase

    Constructors

    SfColumnSparkline(Context)

    Initializes a new instance of the SfColumnSparkline class.

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

    To get context

    SfColumnSparkline(Context, IAttributeSet)

    Initializes a new instance of the SfColumnSparkline class.

    Declaration
    public SfColumnSparkline(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 column sparkline.

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

    The color.

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