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

42 lines (41 loc) 1.65 kB
import { ViewContainerRef } from '@angular/core'; import { ComplexBase, ArrayBase } from '@syncfusion/ej2-angular-base'; import * as i0 from "@angular/core"; /** * RangeColorSetting Directive * ```html * <e-rangeColorSettings><e-rangeColorSetting></e-rangeColorSetting><e-rangeColorSettings> * ``` */ export declare class RangeColorSettingDirective extends ComplexBase<RangeColorSettingDirective> { private viewContainerRef; directivePropList: any; /** * Specifies the fill colors for points that lie within the given range. If multiple colors are specified, a gradient will be applied. */ colors: any; /** * Specifies the end value of the color mapping range. */ end: any; /** * Specifies the name or label for the range mapping item. */ label: any; /** * Specifies the start value of the color mapping range. */ start: any; constructor(viewContainerRef: ViewContainerRef); static ɵfac: i0.ɵɵFactoryDeclaration<RangeColorSettingDirective, never>; static ɵdir: i0.ɵɵDirectiveDeclaration<RangeColorSettingDirective, "e-rangecolorsettings>e-rangecolorsetting", never, { "colors": "colors"; "end": "end"; "label": "label"; "start": "start"; }, {}, never>; } /** * RangeColorSetting Array Directive * @private */ export declare class RangeColorSettingsDirective extends ArrayBase<RangeColorSettingsDirective> { constructor(); static ɵfac: i0.ɵɵFactoryDeclaration<RangeColorSettingsDirective, never>; static ɵdir: i0.ɵɵDirectiveDeclaration<RangeColorSettingsDirective, "ejs-chart>e-rangecolorsettings", never, {}, {}, ["children"]>; }