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. |