devexpress-reporting
Version:
DevExpress Reporting provides the capability to develop a reporting application to create and customize reports.
14 lines (13 loc) • 862 B
TypeScript
/**
* DevExpress HTML/JS Reporting (chart\internal\_editorTemplates.d.ts)
* Version: 25.2.3
* Build date: Dec 15, 2025
* Copyright (c) 2012 - 2025 Developer Express Inc. ALL RIGHTS RESERVED
* License: https://www.devexpress.com/Support/EULAs/universal.xml
*/
import { ISerializationInfo } from '@devexpress/analytics-core/analytics-utils';
import { EditorTemplates } from '@devexpress/analytics-core/analytics-widgets';
type ChartEditorTemplates = 'chartDataSource' | 'collection' | 'views' | 'fieldChart' | 'dataMemberChart' | 'valueDataMember' | 'comboboxPositionSeriesLabel' | 'panes' | 'axisX' | 'axisY' | 'legends' | 'summaryFunction' | 'points' | 'maxSize' | 'minSize' | 'group' | 'undoCustomColorEditor';
export declare const editorTemplates: EditorTemplates<ChartEditorTemplates>;
export declare const chartDataSource: ISerializationInfo;
export {};