ChartAxesVerticalValue Property |
Gets the vertical chart axis as value axis, if vertical chart axis is value axis; otherwise .
Namespace:
GemBox.Spreadsheet.Charts
Assembly:
GemBox.Spreadsheet (in GemBox.Spreadsheet.dll) Version: 43.0.35.1005
Syntaxpublic ValueAxis VerticalValue { get; }
Public ReadOnly Property VerticalValue As ValueAxis
Get
Property Value
Type:
ValueAxis
The vertical chart axis as value axis, if vertical chart axis is value axis; otherwise
.
See Also