AxisBaseUnitScale Property |
Represents the base unit scale for the category axis.
Namespace:
Aspose.Cells.Charts
Assembly:
Aspose.Cells (in Aspose.Cells.dll) Version: 21.1.0.0 (21.1)
Syntaxpublic TimeUnit BaseUnitScale { get; set; }
Public Property BaseUnitScale As TimeUnit
Get
Set
public:
property TimeUnit BaseUnitScale {
TimeUnit get ();
void set (TimeUnit value);
}
member BaseUnitScale : TimeUnit with get, set
Property Value
Type:
TimeUnit
RemarksSetting this property only takes effect when the CategoryType property is set to TimeScale.
See Also