IChartCategoryAxis
MinorUnitScale Property
|
Represens the minor unit scale value for the category axis
when the CategoryType property is set to TimeScale.
Namespace:
Spire.Xls.Core
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
ChartBaseUnitType MinorUnitScale { get; set; }
Property MinorUnitScale As ChartBaseUnitType
Get
Set
property ChartBaseUnitType MinorUnitScale {
ChartBaseUnitType get ();
void set (ChartBaseUnitType value);
}
abstract MinorUnitScale : ChartBaseUnitType with get, set
Property Value
Type:
ChartBaseUnitType
See Also