Xamarin.Android

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

    Show / Hide Table of Contents

    Class SparklineMarker

    Represents the marker in sparkline

    Inheritance
    System.Object
    SparklineMarker
    Namespace: Syncfusion.SfSparkline.Android
    Assembly: Syncfusion.SfSparkline.Android.dll
    Syntax
    public class SparklineMarker : Object

    Constructors

    SparklineMarker()

    Declaration
    public SparklineMarker()

    Properties

    Color

    Gets or sets color of the marker.

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

    The color.

    Height

    Gets or sets height of the marker.

    Declaration
    public float Height { get; set; }
    Property Value
    Type Description
    System.Single

    The height.

    Visibility

    Gets or sets visibility of the marker.

    Declaration
    public ViewStates Visibility { get; set; }
    Property Value
    Type Description
    Android.Views.ViewStates

    Width

    Gets or sets width of the marker.

    Declaration
    public float Width { get; set; }
    Property Value
    Type Description
    System.Single

    The width.

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