Table of Contents

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

double?

MaxAxisValue

double? MaxAxisValue { get; set; }

Property Value

double?

MinAxisValue

double? MinAxisValue { get; set; }

Property Value

double?

MinorUnit

double? MinorUnit { get; set; }

Property Value

double?