[@wago/wdx-schema](../README.md) / [Exports](../modules.md) / [WDX](../modules/WDX.md) / [Schema](../modules/WDX.Schema.md) / [Model](../modules/WDX.Schema.Model.md) / [Chart](../modules/WDX.Schema.Model.Chart.md) / AxisTime

# Class: AxisTime

[Model](../modules/WDX.Schema.Model.md).[Chart](../modules/WDX.Schema.Model.Chart.md).AxisTime

## Table of contents

### Constructors

- [constructor](WDX.Schema.Model.Chart.AxisTime.md#constructor)

### Properties

- [displayFormats](WDX.Schema.Model.Chart.AxisTime.md#displayformats)
- [id](WDX.Schema.Model.Chart.AxisTime.md#id)
- [isoWeekday](WDX.Schema.Model.Chart.AxisTime.md#isoweekday)
- [minUnit](WDX.Schema.Model.Chart.AxisTime.md#minunit)
- [parser](WDX.Schema.Model.Chart.AxisTime.md#parser)
- [round](WDX.Schema.Model.Chart.AxisTime.md#round)
- [tooltipFormat](WDX.Schema.Model.Chart.AxisTime.md#tooltipformat)
- [unit](WDX.Schema.Model.Chart.AxisTime.md#unit)
- [uuid](WDX.Schema.Model.Chart.AxisTime.md#uuid)

## Constructors

### constructor

• **new AxisTime**(): [`AxisTime`](WDX.Schema.Model.Chart.AxisTime.md)

#### Returns

[`AxisTime`](WDX.Schema.Model.Chart.AxisTime.md)

## Properties

### displayFormats

• **displayFormats**: [`AxisTimeDisplayFormats`](WDX.Schema.Model.Chart.AxisTimeDisplayFormats.md)[]

#### Defined in

src/WDX/Schema/Model/Chart/AxisTime.ts:29

___

### id

• `Optional` **id**: `number`

#### Defined in

src/WDX/Schema/Model/Chart/AxisTime.ts:17

___

### isoWeekday

• **isoWeekday**: `boolean`

If boolean and true and the unit is set to 'week', then the first day of
the week will be Monday. Otherwise, it will be Sunday. If number, the index
of the first day of the week (0 - Sunday, 6 - Saturday)

#### Defined in

src/WDX/Schema/Model/Chart/AxisTime.ts:42

___

### minUnit

• `Optional` **minUnit**: [`TimeUnit`](../enums/WDX.Schema.Model.Chart.TimeUnit.md)

#### Defined in

src/WDX/Schema/Model/Chart/AxisTime.ts:89

___

### parser

• `Optional` **parser**: `string`

#### Defined in

src/WDX/Schema/Model/Chart/AxisTime.ts:49

___

### round

• `Optional` **round**: [`TimeUnit`](../enums/WDX.Schema.Model.Chart.TimeUnit.md)

If defined, dates will be rounded to the start of this unit. See Time Units
below for the allowed units.

#### Defined in

src/WDX/Schema/Model/Chart/AxisTime.ts:60

___

### tooltipFormat

• `Optional` **tooltipFormat**: `string`

The format string to use for the tooltip.

#### Defined in

src/WDX/Schema/Model/Chart/AxisTime.ts:70

___

### unit

• `Optional` **unit**: [`TimeUnit`](../enums/WDX.Schema.Model.Chart.TimeUnit.md)

If defined, will force the unit to be a certain type. See Time Units
section below for details.

#### Defined in

src/WDX/Schema/Model/Chart/AxisTime.ts:81

___

### uuid

• **uuid**: `string`

#### Defined in

src/WDX/Schema/Model/Chart/AxisTime.ts:23
