@syncfusion/ej2-angular-charts
Version:
Feature-rich chart control with built-in support for over 25 chart types, technical indictors, trendline, zooming, tooltip, selection, crosshair and trackball. for Angular
25 lines (24 loc) • 2.72 kB
TypeScript
import * as i0 from "@angular/core";
import * as i1 from "./chart.component";
import * as i2 from "./trendlines.directive";
import * as i3 from "./segments.directive";
import * as i4 from "./series.directive";
import * as i5 from "./striplines.directive";
import * as i6 from "./categories.directive";
import * as i7 from "./multilevellabels.directive";
import * as i8 from "./axes.directive";
import * as i9 from "./rows.directive";
import * as i10 from "./columns.directive";
import * as i11 from "./rangecolorsettings.directive";
import * as i12 from "./annotations.directive";
import * as i13 from "./selecteddataindexes.directive";
import * as i14 from "./indicators.directive";
import * as i15 from "@angular/common";
/**
* NgModule definition for the Chart component.
*/
export declare class ChartModule {
static ɵfac: i0.ɵɵFactoryDeclaration<ChartModule, never>;
static ɵmod: i0.ɵɵNgModuleDeclaration<ChartModule, [typeof i1.ChartComponent, typeof i2.TrendlineDirective, typeof i2.TrendlinesDirective, typeof i3.SegmentDirective, typeof i3.SegmentsDirective, typeof i4.SeriesDirective, typeof i4.SeriesCollectionDirective, typeof i5.StripLineDirective, typeof i5.StripLinesDirective, typeof i6.CategoryDirective, typeof i6.CategoriesDirective, typeof i7.MultiLevelLabelDirective, typeof i7.MultiLevelLabelsDirective, typeof i8.AxisDirective, typeof i8.AxesDirective, typeof i9.RowDirective, typeof i9.RowsDirective, typeof i10.ColumnDirective, typeof i10.ColumnsDirective, typeof i11.RangeColorSettingDirective, typeof i11.RangeColorSettingsDirective, typeof i12.AnnotationDirective, typeof i12.AnnotationsDirective, typeof i13.SelectedDataIndexDirective, typeof i13.SelectedDataIndexesDirective, typeof i14.IndicatorDirective, typeof i14.IndicatorsDirective], [typeof i15.CommonModule], [typeof i1.ChartComponent, typeof i2.TrendlineDirective, typeof i2.TrendlinesDirective, typeof i3.SegmentDirective, typeof i3.SegmentsDirective, typeof i4.SeriesDirective, typeof i4.SeriesCollectionDirective, typeof i5.StripLineDirective, typeof i5.StripLinesDirective, typeof i6.CategoryDirective, typeof i6.CategoriesDirective, typeof i7.MultiLevelLabelDirective, typeof i7.MultiLevelLabelsDirective, typeof i8.AxisDirective, typeof i8.AxesDirective, typeof i9.RowDirective, typeof i9.RowsDirective, typeof i10.ColumnDirective, typeof i10.ColumnsDirective, typeof i11.RangeColorSettingDirective, typeof i11.RangeColorSettingsDirective, typeof i12.AnnotationDirective, typeof i12.AnnotationsDirective, typeof i13.SelectedDataIndexDirective, typeof i13.SelectedDataIndexesDirective, typeof i14.IndicatorDirective, typeof i14.IndicatorsDirective]>;
static ɵinj: i0.ɵɵInjectorDeclaration<ChartModule>;
}