ExcelChartAxisLabelPosition Enumeration

Represents the axis labels position from the chart axis

Definition

Namespace: Winnovative.ExcelLib
Assembly: WnvXls_NetCore (in WnvXls_NetCore.dll) Version: 11.0.0
C#
public enum ExcelChartAxisLabelPosition

Members

None0 The labels are not displayed.
Low1 The labels are displayed at the bottom of the chart.
High2 The labels are displayed at the top of the chart.
NextToAxis3 The labels are displayed next to the axis.

See Also