| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294 |
- /*!
- * devextreme-angular
- * Version: 19.1.16
- * Build date: Tue Oct 18 2022
- *
- * Copyright (c) 2012 - 2022 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 { CollectionNestedOption } from '../../../core/nested-option';
- import DevExpress from 'devextreme/bundles/dx.all';
- export declare abstract class DxiChartSeries extends CollectionNestedOption {
- aggregation: {
- calculate?: Function;
- enabled?: boolean;
- method?: string;
- };
- argumentField: string;
- axis: string;
- barOverlapGroup: string;
- barPadding: number;
- barWidth: number;
- border: {
- color?: string;
- dashStyle?: string;
- visible?: boolean;
- width?: number;
- };
- closeValueField: string;
- color: string;
- cornerRadius: number;
- dashStyle: string;
- highValueField: string;
- hoverMode: string;
- hoverStyle: {
- border?: {
- color?: string;
- dashStyle?: string;
- visible?: boolean;
- width?: number;
- };
- color?: string;
- dashStyle?: string;
- hatching?: {
- direction?: string;
- opacity?: number;
- step?: number;
- width?: number;
- };
- width?: number;
- } | {
- border?: {
- color?: string;
- dashStyle?: string;
- visible?: boolean;
- width?: number;
- };
- color?: string;
- hatching?: {
- direction?: string;
- opacity?: number;
- step?: number;
- width?: number;
- };
- };
- ignoreEmptyPoints: boolean;
- innerColor: string;
- label: {
- alignment?: string;
- argumentFormat?: DevExpress.ui.format | string;
- backgroundColor?: string;
- border?: {
- color?: string;
- dashStyle?: string;
- visible?: boolean;
- width?: number;
- };
- connector?: {
- color?: string;
- visible?: boolean;
- width?: number;
- };
- customizeText?: Function;
- font?: DevExpress.viz.Font;
- format?: DevExpress.ui.format | string;
- horizontalOffset?: number;
- position?: string;
- rotationAngle?: number;
- showForZeroValues?: boolean;
- verticalOffset?: number;
- visible?: boolean;
- } | {
- argumentFormat?: DevExpress.ui.format | string;
- backgroundColor?: string;
- border?: {
- color?: string;
- dashStyle?: string;
- visible?: boolean;
- width?: number;
- };
- connector?: {
- color?: string;
- visible?: boolean;
- width?: number;
- };
- customizeText?: Function;
- font?: DevExpress.viz.Font;
- format?: DevExpress.ui.format | string;
- position?: string;
- radialOffset?: number;
- rotationAngle?: number;
- textOverflow?: string;
- visible?: boolean;
- wordWrap?: string;
- } | {
- argumentFormat?: DevExpress.ui.format | string;
- backgroundColor?: string;
- border?: {
- color?: string;
- dashStyle?: string;
- visible?: boolean;
- width?: number;
- };
- connector?: {
- color?: string;
- visible?: boolean;
- width?: number;
- };
- customizeText?: Function;
- font?: DevExpress.viz.Font;
- format?: DevExpress.ui.format | string;
- position?: string;
- rotationAngle?: number;
- showForZeroValues?: boolean;
- visible?: boolean;
- };
- lowValueField: string;
- maxLabelCount: number;
- minBarSize: number;
- name: string;
- opacity: number;
- openValueField: string;
- pane: string;
- point: {
- border?: {
- color?: string;
- visible?: boolean;
- width?: number;
- };
- color?: string;
- hoverMode?: string;
- hoverStyle?: {
- border?: {
- color?: string;
- visible?: boolean;
- width?: number;
- };
- color?: string;
- size?: number;
- };
- image?: string | {
- height?: number | {
- rangeMaxPoint?: number;
- rangeMinPoint?: number;
- };
- url?: string | {
- rangeMaxPoint?: string;
- rangeMinPoint?: string;
- };
- width?: number | {
- rangeMaxPoint?: number;
- rangeMinPoint?: number;
- };
- };
- selectionMode?: string;
- selectionStyle?: {
- border?: {
- color?: string;
- visible?: boolean;
- width?: number;
- };
- color?: string;
- size?: number;
- };
- size?: number;
- symbol?: string;
- visible?: boolean;
- } | {
- border?: {
- color?: string;
- visible?: boolean;
- width?: number;
- };
- color?: string;
- hoverMode?: string;
- hoverStyle?: {
- border?: {
- color?: string;
- visible?: boolean;
- width?: number;
- };
- color?: string;
- size?: number;
- };
- image?: string | {
- height?: number;
- url?: string;
- width?: number;
- };
- selectionMode?: string;
- selectionStyle?: {
- border?: {
- color?: string;
- visible?: boolean;
- width?: number;
- };
- color?: string;
- size?: number;
- };
- size?: number;
- symbol?: string;
- visible?: boolean;
- };
- rangeValue1Field: string;
- rangeValue2Field: string;
- reduction: {
- color?: string;
- level?: string;
- };
- selectionMode: string;
- selectionStyle: {
- border?: {
- color?: string;
- dashStyle?: string;
- visible?: boolean;
- width?: number;
- };
- color?: string;
- dashStyle?: string;
- hatching?: {
- direction?: string;
- opacity?: number;
- step?: number;
- width?: number;
- };
- width?: number;
- } | {
- border?: {
- color?: string;
- dashStyle?: string;
- visible?: boolean;
- width?: number;
- };
- color?: string;
- hatching?: {
- direction?: string;
- opacity?: number;
- step?: number;
- width?: number;
- };
- };
- showInLegend: boolean;
- sizeField: string;
- stack: string;
- tag: any;
- tagField: string;
- type: string;
- valueErrorBar: {
- color?: string;
- displayMode?: string;
- edgeLength?: number;
- highValueField?: string;
- lineWidth?: number;
- lowValueField?: string;
- opacity?: number;
- type?: string;
- value?: number;
- };
- valueField: string;
- visible: boolean;
- width: number;
- argumentType: string;
- minSegmentSize: number;
- smallValuesGrouping: {
- groupName?: string;
- mode?: string;
- threshold?: number;
- topCount?: number;
- };
- closed: boolean;
- }
|