XlsChartCategoryAxis
MajorUnitScale Property
 | 
Represens the major unit scale value for the category axis
when the CategoryType property is set to TimeScale.
Namespace:
Spire.Xls.Core.Spreadsheet.Charts
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
 
public ChartBaseUnitType MajorUnitScale { get; set; }
 
Public Property MajorUnitScale As ChartBaseUnitType
	Get
	Set
 
public:
virtual property ChartBaseUnitType MajorUnitScale {
	ChartBaseUnitType get () sealed;
	void set (ChartBaseUnitType value) sealed;
}
 
abstract MajorUnitScale : ChartBaseUnitType with get, set
override MajorUnitScale : ChartBaseUnitType with get, set
 
 
 
Property Value
Type:
ChartBaseUnitType
Implements
IChartCategoryAxis
MajorUnitScale
 
See Also