Enum eTickLabelPosition
Axis label position
Namespace: OfficeOpenXml.Drawing.Chart
Assembly: EPPlus.dll
Syntax
public enum eTickLabelPosition
Fields
Name | Description |
---|---|
High | The axis labels will be at the high end of the perpendicular axis |
Low | The axis labels will be at the low end of the perpendicular axis |
NextTo | The axis labels will be next to the axis. |
None | No axis labels are drawn |