Click or drag to resize

AxisTimeUnit Enumeration

pecifies the unit of time for axes.

Namespace: Spire.Doc.Fields.Shapes.Charts
Assembly: Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
Syntax
public enum AxisTimeUnit
Members
Member name Value Description
Auto 0 Specifies that unit was not set explicitly and default value should be used.
Days 1 Specifies that the chart data shall be shown in days.
Months 2 Specifies that the chart data shall be shown in months.
Years 3 Specifies that the chart data shall be shown in years.
See Also