tsiclient
Version:
<a href="https://tsiclientsample.azurewebsites.net"><img src="https://insights.timeseries.azure.com/favicons/android-chrome-192x192.png" align="left" hspace="10" vspace="6" height="100px"></a>
11 lines (10 loc) • 514 B
TypeScript
import { ChartDataOptions } from "./ChartDataOptions-818fa837";
declare class AggregateExpression extends ChartDataOptions {
measureObject: any;
splitByObject: any;
predicate: Object;
visibleSplitByCap: number;
constructor(predicateObject: any, measureObject: any, measureTypes: Array<string>, searchSpan: any, splitByObject: any, colorOrOptionsObject: any, alias?: string, contextMenu?: Array<any>);
toTsx(roundFromTo?: boolean): {};
}
export { AggregateExpression as default };