devextreme-angular
Version:
Angular UI and visualization components based on DevExtreme widgets
30 lines (29 loc) • 3.18 kB
TypeScript
/*!
* devextreme-angular
* Version: 22.1.14
* Build date: Mon Apr 29 2024
*
* Copyright (c) 2012 - 2024 Developer Express Inc. ALL RIGHTS RESERVED
*
* This software may be modified and distributed under the terms
* of the MIT license. See the LICENSE file in the root of the project for details.
*
* https://github.com/DevExpress/devextreme-angular
*/
import { OnInit, OnDestroy } from '@angular/core';
import { NestedOptionHost } from 'devextreme-angular/core';
import { DxoChartCommonSeriesSettings } from './base/chart-common-series-settings';
import * as i0 from "@angular/core";
export declare class DxoScatterComponent extends DxoChartCommonSeriesSettings implements OnDestroy, OnInit {
protected get _optionPath(): string;
constructor(parentOptionHost: NestedOptionHost, optionHost: NestedOptionHost);
ngOnInit(): void;
ngOnDestroy(): void;
static ɵfac: i0.ɵɵFactoryDeclaration<DxoScatterComponent, [{ host: true; skipSelf: true; }, { host: true; }]>;
static ɵcmp: i0.ɵɵComponentDeclaration<DxoScatterComponent, "dxo-scatter", never, { "aggregation": "aggregation"; "area": "area"; "argumentField": "argumentField"; "axis": "axis"; "bar": "bar"; "barOverlapGroup": "barOverlapGroup"; "barPadding": "barPadding"; "barWidth": "barWidth"; "border": "border"; "bubble": "bubble"; "candlestick": "candlestick"; "closeValueField": "closeValueField"; "color": "color"; "cornerRadius": "cornerRadius"; "dashStyle": "dashStyle"; "fullstackedarea": "fullstackedarea"; "fullstackedbar": "fullstackedbar"; "fullstackedline": "fullstackedline"; "fullstackedspline": "fullstackedspline"; "fullstackedsplinearea": "fullstackedsplinearea"; "highValueField": "highValueField"; "hoverMode": "hoverMode"; "hoverStyle": "hoverStyle"; "ignoreEmptyPoints": "ignoreEmptyPoints"; "innerColor": "innerColor"; "label": "label"; "line": "line"; "lowValueField": "lowValueField"; "maxLabelCount": "maxLabelCount"; "minBarSize": "minBarSize"; "opacity": "opacity"; "openValueField": "openValueField"; "pane": "pane"; "point": "point"; "rangearea": "rangearea"; "rangebar": "rangebar"; "rangeValue1Field": "rangeValue1Field"; "rangeValue2Field": "rangeValue2Field"; "reduction": "reduction"; "scatter": "scatter"; "selectionMode": "selectionMode"; "selectionStyle": "selectionStyle"; "showInLegend": "showInLegend"; "sizeField": "sizeField"; "spline": "spline"; "splinearea": "splinearea"; "stack": "stack"; "stackedarea": "stackedarea"; "stackedbar": "stackedbar"; "stackedline": "stackedline"; "stackedspline": "stackedspline"; "stackedsplinearea": "stackedsplinearea"; "steparea": "steparea"; "stepline": "stepline"; "stock": "stock"; "tagField": "tagField"; "type": "type"; "valueErrorBar": "valueErrorBar"; "valueField": "valueField"; "visible": "visible"; "width": "width"; "closed": "closed"; }, {}, never, never>;
}
export declare class DxoScatterModule {
static ɵfac: i0.ɵɵFactoryDeclaration<DxoScatterModule, never>;
static ɵmod: i0.ɵɵNgModuleDeclaration<DxoScatterModule, [typeof DxoScatterComponent], never, [typeof DxoScatterComponent]>;
static ɵinj: i0.ɵɵInjectorDeclaration<DxoScatterModule>;
}