Interface IXLAxisScaling
- Namespace
- SlapKit.Excel.Excel.Charts.ExtendedChartTypeFeatures
- Assembly
- SlapKit.Excel.dll
public interface IXLAxisScaling
- Extension Methods
Properties
MajorUnit
double? MajorUnit { get; set; }
Property Value
MaxAxisValue
double? MaxAxisValue { get; set; }
Property Value
MinAxisValue
double? MinAxisValue { get; set; }
Property Value
MinorUnit
double? MinorUnit { get; set; }