Interface IXLAxisScaling
- Namespace
- SlapKit.Excel.Excel.Charts.ChartTypeFeatures
- Assembly
- SlapKit.Excel.dll
public interface IXLAxisScaling
- Extension Methods
Properties
LogBase
Gets or sets the logarithmic base. When applied, it enables the representation of the axis on a logarithmic scale with a specified base, aiding in the compact visualization of a broad range of values.
double? LogBase { get; set; }
Property Value
MaxAxisValue
Gets or sets the maximum value on the axis scale.
double? MaxAxisValue { get; set; }
Property Value
MinAxisValue
Gets or sets the minimum value on the axis scale.
double? MinAxisValue { get; set; }
Property Value
Orientation
Gets or sets the direction in which the axis scale values are displayed.
XLAxisOrientation Orientation { get; set; }