Enum XLAxisOrientation
- Namespace
- SlapKit.Excel.Excel.Charts.ChartTypeFeatures
- Assembly
- SlapKit.Excel.dll
Represents the direction in which the axis scale values are displayed.
public enum XLAxisOrientation
- Extension Methods
Fields
MaxToMin = 1The axis scale values will be displayed from max to min, in descending order.
MinToMax = 0The axis scale values will be displayed from min to max, in ascending order.