devextreme-angular
Version:
Angular UI and visualization components based on DevExtreme widgets
16 lines (15 loc) • 2.14 kB
TypeScript
import { NestedOptionHost } from 'devextreme-angular/core';
import { DxiChartSeries } from './base/chart-series-dxi';
import * as i0 from "@angular/core";
export declare class DxiSeriesComponent extends DxiChartSeries {
protected get _optionPath(): string;
constructor(parentOptionHost: NestedOptionHost, optionHost: NestedOptionHost);
ngOnDestroy(): void;
static ɵfac: i0.ɵɵFactoryDeclaration<DxiSeriesComponent, [{ host: true; skipSelf: true; }, { host: true; }]>;
static ɵcmp: i0.ɵɵComponentDeclaration<DxiSeriesComponent, "dxi-series", never, { "aggregation": "aggregation"; "argumentField": "argumentField"; "axis": "axis"; "barOverlapGroup": "barOverlapGroup"; "barPadding": "barPadding"; "barWidth": "barWidth"; "border": "border"; "closeValueField": "closeValueField"; "color": "color"; "cornerRadius": "cornerRadius"; "dashStyle": "dashStyle"; "highValueField": "highValueField"; "hoverMode": "hoverMode"; "hoverStyle": "hoverStyle"; "ignoreEmptyPoints": "ignoreEmptyPoints"; "innerColor": "innerColor"; "label": "label"; "lowValueField": "lowValueField"; "maxLabelCount": "maxLabelCount"; "minBarSize": "minBarSize"; "name": "name"; "opacity": "opacity"; "openValueField": "openValueField"; "pane": "pane"; "point": "point"; "rangeValue1Field": "rangeValue1Field"; "rangeValue2Field": "rangeValue2Field"; "reduction": "reduction"; "selectionMode": "selectionMode"; "selectionStyle": "selectionStyle"; "showInLegend": "showInLegend"; "sizeField": "sizeField"; "stack": "stack"; "tag": "tag"; "tagField": "tagField"; "type": "type"; "valueErrorBar": "valueErrorBar"; "valueField": "valueField"; "visible": "visible"; "width": "width"; "argumentType": "argumentType"; "minSegmentSize": "minSegmentSize"; "smallValuesGrouping": "smallValuesGrouping"; "closed": "closed"; }, {}, never, never>;
}
export declare class DxiSeriesModule {
static ɵfac: i0.ɵɵFactoryDeclaration<DxiSeriesModule, never>;
static ɵmod: i0.ɵɵNgModuleDeclaration<DxiSeriesModule, [typeof DxiSeriesComponent], never, [typeof DxiSeriesComponent]>;
static ɵinj: i0.ɵɵInjectorDeclaration<DxiSeriesModule>;
}