menu

UWP

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class SparklineVerticalAxis - UWP API Reference | Syncfusion

    Show / Hide Table of Contents

    Class SparklineVerticalAxis

    Represents Sparkline Vertical Axis

    Inheritance
    System.Object
    SparklineVerticalAxis
    Implements
    ISparklineVerticalAxis
    Namespace: Syncfusion.XlsIO.Implementation
    Assembly: Syncfusion.XlsIO.UWP.dll
    Syntax
    public class SparklineVerticalAxis : Object, ISparklineVerticalAxis

    Constructors

    SparklineVerticalAxis()

    Declaration
    public SparklineVerticalAxis()

    Properties

    CustomValue

    Gets or sets the custom Value for the Vertical axis custom option.

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

    The custom.

    Exceptions
    Type Condition
    System.NotSupportedException

    If the VaerticalAxisOptions is not equal to Custom

    VerticalAxisOptions

    Gets or sets the vertical axis options.

    Declaration
    public SparklineVerticalAxisOptions VerticalAxisOptions { get; set; }
    Property Value
    Type Description
    SparklineVerticalAxisOptions

    The vertical axis options.

    Implements

    ISparklineVerticalAxis

    Extension Methods

    DateTimeExtension.ToDateTime(Object)
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved