menu

UWP

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

    Show / Hide Table of Contents

    Interface ISparklineVerticalAxis

    Represents vertical axis of the Sprakline chart.

    Namespace: Syncfusion.XlsIO
    Assembly: Syncfusion.XlsIO.UWP.dll
    Syntax
    public interface ISparklineVerticalAxis

    Properties

    CustomValue

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

    Declaration
    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
    SparklineVerticalAxisOptions VerticalAxisOptions { get; set; }
    Property Value
    Type Description
    SparklineVerticalAxisOptions

    The vertical axis options.

    Extension Methods

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