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

89 lines (88 loc) 1.93 kB
import { ViewContainerRef } from '@angular/core'; import { ComplexBase, ArrayBase } from '@syncfusion/ej2-angular-base'; export declare class SmithchartSeriesDirective extends ComplexBase<SmithchartSeriesDirective> { private viewContainerRef; directivePropList: any; /** * perform animation of series based on animation duration. * @default '2000ms' */ animationDuration: any; /** * Specifies the dataSource * @default null * @isdatamanager false */ dataSource: any; /** * enable or disable the animation of series. * @default false */ enableAnimation: any; /** * avoid the overlap of dataLabels. * @default false */ enableSmartLabels: any; /** * color for series. * @default null */ fill: any; /** * options for customizing marker */ marker: any; /** * The name of the series visible in legend. * @default '' */ name: any; /** * opacity for series. * @default 1 */ opacity: any; /** * points for series. * @default [] */ points: any; /** * reactance name for dataSource * @default '' */ reactance: any; /** * resistance name for dataSource * @default '' */ resistance: any; /** * options for customizing tooltip */ tooltip: any; /** * tooltip mapping name for the series * @default '' */ tooltipMappingName: any; /** * visibility for series. * @default 'visible' */ visibility: any; /** * width for series. * @default 1 */ width: any; constructor(viewContainerRef: ViewContainerRef); } /** * SmithchartSeries Array Directive * @private */ export declare class SmithchartSeriesCollectionDirective extends ArrayBase<SmithchartSeriesCollectionDirective> { constructor(); }