/** * Provides chart property i.e type of graph to be rendered. * * @remarks * This constant is part of the {@link core-library#Statistics | AxesChartUtils}. * */ export const AxesChartProperties = { bar: 'barDefault', line: 'lineDefault', column: 'columnDefault', area: 'areaDefault', xrange: 'xRangeDefault', }; /** * Provides chart options. * * @remarks * This constant is part of the {@link core-library#Statistics | AxesChartUtils}. * */ export const AxesChartOptions = {};