@progress/kendo-angular-charts
Version:
Kendo UI Charts for Angular - A comprehensive package for creating beautiful and interactive data visualization. Every chart type, stock charts, and sparklines are included.
15 lines (14 loc) • 1.1 kB
TypeScript
/**-----------------------------------------------------------------------------------------
* Copyright © 2024 Progress Software Corporation. All rights reserved.
* Licensed under commercial license. See LICENSE.md in the project root for more information
*-------------------------------------------------------------------------------------------*/
export { AxisRange } from '../api-types/axis-range.interface';
export { EventAxisOptions } from '../api-types/event-axis-options.interface';
export { EventSeriesOptions } from '../api-types/event-series-options.interface';
export { SeriesPoint } from '../api-types/series-point.interface';
export { SeriesPointMarker } from '../api-types/series-point-marker.interface';
export { ChartAxis } from '../api-types/chart-axis.interface';
export { ChartPane } from '../api-types/chart-pane.interface';
export { ChartPlotArea } from '../api-types/chart-plotarea.interface';
export { ChartSVGExportOptions } from '../api-types/chart-svg-export-options.interface';
export { ChartVisualExportOptions } from '../api-types/chart-visual-export-options.interface';