menu

Xamarin.Android

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

    Show / Hide Table of Contents

    Class SparklineAxis

    Represents the axis of sparkline

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

    Constructors

    SparklineAxis()

    Declaration
    public SparklineAxis()

    Properties

    Color

    Gets or sets stroke color of the axis line.

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

    The color.

    Origin

    Gets or sets origin of the sparkline axis.

    Declaration
    public double Origin { get; set; }
    Property Value
    Type Description
    System.Double

    The origin.

    StrokeWidth

    Gets or sets stroke width of the axis line.

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

    The width of the stroke.

    Visibility

    Gets or sets visibility of the axis.

    Declaration
    public ViewStates Visibility { get; set; }
    Property Value
    Type
    Android.Views.ViewStates
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved