+++
# -----------------------------------------------------------------------
# Do not edit this file. It is automatically generated by API Documenter.
title = "SingleStatBaseOptions"
keywords = ["grafana","documentation","sdk","@grafana/ui"]
type = "docs"
## SingleStatBaseOptions interface
<b>Signature</b>
```typescript
export interface SingleStatBaseOptions
```
<b>Import</b>
import { SingleStatBaseOptions } from '@grafana/ui';
<b>Properties</b>
| Property | Type | Description |
| --- | --- | --- |
| [orientation](#orientation-property) | <code>VizOrientation</code> | |
| [reduceOptions](#reduceoptions-property) | <code>ReduceDataOptions</code> | |
### orientation property
orientation: VizOrientation;
### reduceOptions property
reduceOptions: ReduceDataOptions;