Winnovative Excel Library for .NET Help
C#
Show/Hide TOC
Excel
Chart
Axis
Label
Position Enumeration
Represents the axis labels position from the chart axis
Definition
Namespace:
Winnovative.ExcelLib
Assembly:
WnvXls_NetCore (in WnvXls_NetCore.dll) Version: 14.0.0
C#
Copy
public
enum
ExcelChartAxisLabelPosition
Members
None
0
The labels are not displayed.
Low
1
The labels are displayed at the bottom of the chart.
High
2
The labels are displayed at the top of the chart.
NextToAxis
3
The labels are displayed next to the axis.
See Also
Reference
Winnovative.ExcelLib Namespace
In This Article
Definition
Members
See Also