# AnalyticsWidgetStyle


## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**showLegend** | **boolean** |  | [optional] [default to undefined]
**showGrid** | **boolean** |  | [optional] [default to undefined]
**showValueLabels** | **boolean** |  | [optional] [default to undefined]
**barOrientation** | **string** |  | [optional] [default to undefined]
**barGrouping** | **string** |  | [optional] [default to undefined]
**colors** | **{ [key: string]: string; }** |  | [optional] [default to undefined]
**referenceLines** | [**Array&lt;AnalyticsReferenceLine&gt;**](AnalyticsReferenceLine.md) |  | [optional] [default to undefined]

## Example

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

const instance: AnalyticsWidgetStyle = {
    showLegend,
    showGrid,
    showValueLabels,
    barOrientation,
    barGrouping,
    colors,
    referenceLines,
};
```

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