devexpress-reporting
Version:
DevExpress Reporting provides the capability to develop a reporting application to create and customize reports.
36 lines (35 loc) • 1.75 kB
TypeScript
/**
* DevExpress HTML/JS Reporting (scopes\reporting-chart-internal-models.d.ts)
* Version: 24.2.6
* Build date: Mar 18, 2025
* Copyright (c) 2012 - 2025 Developer Express Inc. ALL RIGHTS RESERVED
* License: https://www.devexpress.com/Support/EULAs/universal.xml
*/
import '../chart/internal/_elementCollection';
import '../chart/internal/_localizableElementCollection';
import '../chart/components/models/_title';
import '../chart/components/models/_additionalLegend';
import '../chart/components/models/_constantLine';
import '../chart/components/models/_scaleBreak';
import '../chart/components/models/_stripLimit';
import '../chart/components/models/_strip';
import '../chart/components/models/_additionalPane';
import '../chart/components/models/_dataFilter';
import '../chart/components/models/_dataContainer';
import '../chart/components/models/_legend';
import '../chart/components/models/_chart';
import '../chart/components/models/_wholeRange';
export * from '../chart/internal/_elementCollection';
export * from '../chart/internal/_localizableElementCollection';
export * from '../chart/components/models/_title';
export * from '../chart/components/models/_additionalLegend';
export * from '../chart/components/models/_constantLine';
export * from '../chart/components/models/_scaleBreak';
export * from '../chart/components/models/_stripLimit';
export * from '../chart/components/models/_strip';
export * from '../chart/components/models/_additionalPane';
export * from '../chart/components/models/_dataFilter';
export * from '../chart/components/models/_dataContainer';
export * from '../chart/components/models/_legend';
export * from '../chart/components/models/_chart';
export * from '../chart/components/models/_wholeRange';