XlsChartCategoryAxis
MinorUnitScale Property
|
Represens the minor 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 MinorUnitScale { get; set; }
Public Property MinorUnitScale As ChartBaseUnitType
Get
Set
public:
virtual property ChartBaseUnitType MinorUnitScale {
ChartBaseUnitType get () sealed;
void set (ChartBaseUnitType value) sealed;
}
abstract MinorUnitScale : ChartBaseUnitType with get, set
override MinorUnitScale : ChartBaseUnitType with get, set
Property Value
Type:
ChartBaseUnitType
Implements
IChartCategoryAxis
MinorUnitScale
See Also