# AnalyticsAxisConfig


## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**property** | [**AnalyticsPropertyRef**](AnalyticsPropertyRef.md) |  | [optional] [default to undefined]
**timeBucket** | **string** |  | [optional] [default to undefined]
**timeZone** | **string** |  | [optional] [default to undefined]
**windowDays** | **number** |  | [optional] [default to undefined]
**binCount** | **number** |  | [optional] [default to undefined]
**metric** | **string** |  | [optional] [default to undefined]
**label** | **string** |  | [optional] [default to undefined]

## Example

```typescript
import { AnalyticsAxisConfig } from '@caraer/client';

const instance: AnalyticsAxisConfig = {
    property,
    timeBucket,
    timeZone,
    windowDays,
    binCount,
    metric,
    label,
};
```

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
