XlsChartCategoryAxis
BaseUnit Property
 | 
Represents base unit for the specified category axis.
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 BaseUnit { get; set; }
 
Public Property BaseUnit As ChartBaseUnitType
	Get
	Set
 
public:
virtual property ChartBaseUnitType BaseUnit {
	ChartBaseUnitType get () sealed;
	void set (ChartBaseUnitType value) sealed;
}
 
abstract BaseUnit : ChartBaseUnitType with get, set
override BaseUnit : ChartBaseUnitType with get, set
 
 
 
Property Value
Type:
ChartBaseUnitType
Implements
IChartCategoryAxis
BaseUnit
 
See Also