# ExistingWidgetSummary


## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**xproperty** | **string** |  | [optional] [default to undefined]
**yproperty** | **string** |  | [optional] [default to undefined]
**ymetric** | **string** |  | [optional] [default to undefined]
**title** | **string** |  | [optional] [default to undefined]
**chartType** | **string** |  | [optional] [default to undefined]
**xProperty** | **string** |  | [optional] [default to undefined]
**yMetric** | **string** |  | [optional] [default to undefined]
**yProperty** | **string** |  | [optional] [default to undefined]

## Example

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

const instance: ExistingWidgetSummary = {
    xproperty,
    yproperty,
    ymetric,
    title,
    chartType,
    xProperty,
    yMetric,
    yProperty,
};
```

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