ExcelChartAxisLabelPosition Enumeration |
Represents the axis labels position from the chart axis
Namespace: ExpertXls.ExcelLibAssembly: expertxls (in expertxls.dll) Version: 9.0.0
Syntaxpublic enum ExcelChartAxisLabelPosition
Public Enumeration ExcelChartAxisLabelPosition
Members| Member name | Value | Description |
|---|
| 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