alexa
menu

Xamarin.iOS

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

    Show / Hide Table of Contents

    Class SparklineMarker

    Represents the marker in sparkline

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

    Constructors

    SparklineMarker()

    Declaration
    public SparklineMarker()

    Properties

    Color

    Gets or sets color of the marker.

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

    The color.

    Height

    Gets or sets height of the marker.

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

    The height.

    IsVisible

    Gets or sets visibility of the marker.

    Declaration
    public bool IsVisible { get; set; }
    Property Value
    Type Description
    System.Boolean

    true if is visible; otherwise, false.

    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 - 2025 Syncfusion Inc. All Rights Reserved