UNPKG

@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

33 lines (32 loc) 912 B
import { ViewContainerRef } from '@angular/core'; import { ComplexBase, ArrayBase } from '@syncfusion/ej2-angular-base'; /** * Selected Data Directive * ```html * <e-selecteddataindexes><e-selecteddataindex></e-selecteddataindex><e-selecteddataindexes> * ``` */ export declare class StockChartSelectedDataIndexDirective extends ComplexBase<StockChartSelectedDataIndexDirective> { private viewContainerRef; directivePropList: any; /** * Specifies index of point * @default 0 * @asptype int */ point: any; /** * Specifies index of series * @default 0 * @asptype int */ series: any; constructor(viewContainerRef: ViewContainerRef); } /** * StockChartSelectedDataIndex Array Directive * @private */ export declare class StockChartSelectedDataIndexesDirective extends ArrayBase<StockChartSelectedDataIndexesDirective> { constructor(); }