tsiclient
Version:
--- [//]: <> (This content is similar to https://github.com/MicrosoftDocs/azure-docs/edit/main/includes/tsi-retirement.md)
39 lines (36 loc) • 1.07 kB
TypeScript
import { H as HorizontalMarker } from './Interfaces-a66857ee';
declare class ChartDataOptions {
searchSpan: any;
color: string | Function;
alias: string;
contextMenu: any;
measureTypes: Array<string>;
interpolationFunction: string;
yExtent: any;
includeEnvelope: boolean;
includeDots: boolean;
visibilityState: Array<any>;
timeShift: string;
startAt: string;
dataType: string;
valueMapping: any;
height: number;
onElementClick: any;
eventElementType: any;
rollupCategoricalValues: boolean;
tooltipAttributes: Array<any>;
positionX: number;
positionY: number;
swimLane: number;
variableAlias: any;
connectPoints: boolean;
pointConnectionMeasure: string;
positionXVariableName: string;
positionYVariableName: string;
image: string;
isRawData: boolean;
isVariableAliasShownOnTooltip: boolean;
horizontalMarkers: Array<HorizontalMarker>;
constructor(optionsObject: Object);
}
export { ChartDataOptions as C };