Class SparklineVerticalAxis
Represents Sparkline Vertical Axis
Inheritance
System.Object
SparklineVerticalAxis
Implements
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. |