{"version":3,"file":"devextreme-angular-ui-polar-chart.mjs","sources":["../../../dist/ui/polar-chart/index.ts","../../../dist/ui/polar-chart/devextreme-angular-ui-polar-chart.ts"],"sourcesContent":["/*!\n * devextreme-angular\n * Version: 26.1.3\n * Build date: Wed Jun 10 2026\n *\n * Copyright (c) 2012 - 2026 Developer Express Inc. ALL RIGHTS RESERVED\n *\n * This software may be modified and distributed under the terms\n * of the MIT license. See the LICENSE file in the root of the project for details.\n *\n * https://github.com/DevExpress/DevExtreme\n */\n\n/* tslint:disable:max-line-length */\n\n\nimport {\n    TransferState,\n    Component,\n    NgModule,\n    ElementRef,\n    NgZone,\n    PLATFORM_ID,\n    Inject,\n\n    Input,\n    Output,\n    OnDestroy,\n    EventEmitter,\n    OnChanges,\n    DoCheck,\n    SimpleChanges,\n    ContentChildren,\n    QueryList\n} from '@angular/core';\n\n\nimport type * as CommonChartTypes from 'devextreme/common/charts';\nimport type { AnimationEaseMode, ChartsDataType, DashStyle, Font, DiscreteAxisDivisionMode, ArgumentAxisHoverMode, LabelOverlap, TimeInterval, AxisScaleType, ChartsColor, SeriesHoverMode, HatchDirection, RelativePosition, PointInteractionMode, PointSymbol, SeriesSelectionMode, ValueErrorBarDisplayMode, ValueErrorBarType, SeriesLabel, SeriesPoint, LegendItem, LegendHoverMode, Palette, PaletteExtensionMode, Theme, TextOverflow, WordWrap, ValueAxisVisualRangeUpdateMode } from 'devextreme/common/charts';\nimport type { dxPolarChartAnnotationConfig, dxPolarChartCommonAnnotationConfig, PolarChartSeriesType, ArgumentAxisClickEvent, DisposingEvent, DoneEvent, DrawnEvent, ExportedEvent, ExportingEvent, FileSavingEvent, IncidentOccurredEvent, InitializedEvent, LegendClickEvent, OptionChangedEvent, PointClickEvent, PointHoverChangedEvent, PointSelectionChangedEvent, SeriesClickEvent, SeriesHoverChangedEvent, SeriesSelectionChangedEvent, TooltipHiddenEvent, TooltipShownEvent, ZoomEndEvent, ZoomStartEvent, PolarChartSeries, dxPolarChartPointInfo } from 'devextreme/viz/polar_chart';\nimport type { Format } from 'devextreme/common/core/localization';\nimport type { default as DataSource, DataSourceOptions } from 'devextreme/data/data_source';\nimport type { Store } from 'devextreme/data/store';\nimport type { ExportFormat, HorizontalAlignment, Position, Orientation, VerticalEdge, SingleOrMultiple } from 'devextreme/common';\n\nimport DxPolarChart from 'devextreme/viz/polar_chart';\n\n\nimport {\n    DxComponent,\n    DxTemplateHost,\n    DxIntegrationModule,\n    DxTemplateModule,\n    NestedOptionHost,\n    IterableDifferHelper,\n    WatcherHelper,\n    CollectionNestedOption,\n} from 'devextreme-angular/core';\n\nimport { DxoAdaptiveLayoutModule } from 'devextreme-angular/ui/nested';\nimport { DxoAnimationModule } from 'devextreme-angular/ui/nested';\nimport { DxiAnnotationModule } from 'devextreme-angular/ui/nested';\nimport { DxoBorderModule } from 'devextreme-angular/ui/nested';\nimport { DxoFontModule } from 'devextreme-angular/ui/nested';\nimport { DxoImageModule } from 'devextreme-angular/ui/nested';\nimport { DxoShadowModule } from 'devextreme-angular/ui/nested';\nimport { DxoArgumentAxisModule } from 'devextreme-angular/ui/nested';\nimport { DxiConstantLineModule } from 'devextreme-angular/ui/nested';\nimport { DxoLabelModule } from 'devextreme-angular/ui/nested';\nimport { DxoConstantLineStyleModule } from 'devextreme-angular/ui/nested';\nimport { DxoGridModule } from 'devextreme-angular/ui/nested';\nimport { DxoFormatModule } from 'devextreme-angular/ui/nested';\nimport { DxoMinorGridModule } from 'devextreme-angular/ui/nested';\nimport { DxoMinorTickModule } from 'devextreme-angular/ui/nested';\nimport { DxoMinorTickIntervalModule } from 'devextreme-angular/ui/nested';\nimport { DxiStripModule } from 'devextreme-angular/ui/nested';\nimport { DxoStripStyleModule } from 'devextreme-angular/ui/nested';\nimport { DxoTickModule } from 'devextreme-angular/ui/nested';\nimport { DxoTickIntervalModule } from 'devextreme-angular/ui/nested';\nimport { DxoCommonAnnotationSettingsModule } from 'devextreme-angular/ui/nested';\nimport { DxoCommonAxisSettingsModule } from 'devextreme-angular/ui/nested';\nimport { DxoCommonSeriesSettingsModule } from 'devextreme-angular/ui/nested';\nimport { DxoAreaModule } from 'devextreme-angular/ui/nested';\nimport { DxoHoverStyleModule } from 'devextreme-angular/ui/nested';\nimport { DxoHatchingModule } from 'devextreme-angular/ui/nested';\nimport { DxoConnectorModule } from 'devextreme-angular/ui/nested';\nimport { DxoPointModule } from 'devextreme-angular/ui/nested';\nimport { DxoSelectionStyleModule } from 'devextreme-angular/ui/nested';\nimport { DxoValueErrorBarModule } from 'devextreme-angular/ui/nested';\nimport { DxoBarModule } from 'devextreme-angular/ui/nested';\nimport { DxoColorModule } from 'devextreme-angular/ui/nested';\nimport { DxoArgumentFormatModule } from 'devextreme-angular/ui/nested';\nimport { DxoLineModule } from 'devextreme-angular/ui/nested';\nimport { DxoScatterModule } from 'devextreme-angular/ui/nested';\nimport { DxoStackedbarModule } from 'devextreme-angular/ui/nested';\nimport { DxoDataPrepareSettingsModule } from 'devextreme-angular/ui/nested';\nimport { DxoExportModule } from 'devextreme-angular/ui/nested';\nimport { DxoLegendModule } from 'devextreme-angular/ui/nested';\nimport { DxoMarginModule } from 'devextreme-angular/ui/nested';\nimport { DxoTitleModule } from 'devextreme-angular/ui/nested';\nimport { DxoSubtitleModule } from 'devextreme-angular/ui/nested';\nimport { DxoLoadingIndicatorModule } from 'devextreme-angular/ui/nested';\nimport { DxiSeriesModule } from 'devextreme-angular/ui/nested';\nimport { DxoSeriesTemplateModule } from 'devextreme-angular/ui/nested';\nimport { DxoSizeModule } from 'devextreme-angular/ui/nested';\nimport { DxoTooltipModule } from 'devextreme-angular/ui/nested';\nimport { DxoValueAxisModule } from 'devextreme-angular/ui/nested';\nimport { DxoMinVisualRangeLengthModule } from 'devextreme-angular/ui/nested';\n\nimport { DxoPolarChartAdaptiveLayoutModule } from 'devextreme-angular/ui/polar-chart/nested';\nimport { DxoPolarChartAnimationModule } from 'devextreme-angular/ui/polar-chart/nested';\nimport { DxiPolarChartAnnotationModule } from 'devextreme-angular/ui/polar-chart/nested';\nimport { DxoPolarChartAnnotationBorderModule } from 'devextreme-angular/ui/polar-chart/nested';\nimport { DxoPolarChartArgumentAxisModule } from 'devextreme-angular/ui/polar-chart/nested';\nimport { DxoPolarChartArgumentAxisMinorTickModule } from 'devextreme-angular/ui/polar-chart/nested';\nimport { DxoPolarChartArgumentAxisTickModule } from 'devextreme-angular/ui/polar-chart/nested';\nimport { DxoPolarChartArgumentFormatModule } from 'devextreme-angular/ui/polar-chart/nested';\nimport { DxoPolarChartAxisLabelModule } from 'devextreme-angular/ui/polar-chart/nested';\nimport { DxoPolarChartBorderModule } from 'devextreme-angular/ui/polar-chart/nested';\nimport { DxoPolarChartColorModule } from 'devextreme-angular/ui/polar-chart/nested';\nimport { DxoPolarChartCommonAnnotationSettingsModule } from 'devextreme-angular/ui/polar-chart/nested';\nimport { DxoPolarChartCommonAxisSettingsModule } from 'devextreme-angular/ui/polar-chart/nested';\nimport { DxoPolarChartCommonAxisSettingsLabelModule } from 'devextreme-angular/ui/polar-chart/nested';\nimport { DxoPolarChartCommonAxisSettingsMinorTickModule } from 'devextreme-angular/ui/polar-chart/nested';\nimport { DxoPolarChartCommonAxisSettingsTickModule } from 'devextreme-angular/ui/polar-chart/nested';\nimport { DxoPolarChartCommonSeriesSettingsModule } from 'devextreme-angular/ui/polar-chart/nested';\nimport { DxoPolarChartCommonSeriesSettingsHoverStyleModule } from 'devextreme-angular/ui/polar-chart/nested';\nimport { DxoPolarChartCommonSeriesSettingsLabelModule } from 'devextreme-angular/ui/polar-chart/nested';\nimport { DxoPolarChartCommonSeriesSettingsSelectionStyleModule } from 'devextreme-angular/ui/polar-chart/nested';\nimport { DxoPolarChartConnectorModule } from 'devextreme-angular/ui/polar-chart/nested';\nimport { DxiPolarChartConstantLineModule } from 'devextreme-angular/ui/polar-chart/nested';\nimport { DxoPolarChartConstantLineLabelModule } from 'devextreme-angular/ui/polar-chart/nested';\nimport { DxoPolarChartConstantLineStyleModule } from 'devextreme-angular/ui/polar-chart/nested';\nimport { DxoPolarChartConstantLineStyleLabelModule } from 'devextreme-angular/ui/polar-chart/nested';\nimport { DxoPolarChartDataPrepareSettingsModule } from 'devextreme-angular/ui/polar-chart/nested';\nimport { DxoPolarChartExportModule } from 'devextreme-angular/ui/polar-chart/nested';\nimport { DxoPolarChartFontModule } from 'devextreme-angular/ui/polar-chart/nested';\nimport { DxoPolarChartFormatModule } from 'devextreme-angular/ui/polar-chart/nested';\nimport { DxoPolarChartGridModule } from 'devextreme-angular/ui/polar-chart/nested';\nimport { DxoPolarChartHatchingModule } from 'devextreme-angular/ui/polar-chart/nested';\nimport { DxoPolarChartHoverStyleModule } from 'devextreme-angular/ui/polar-chart/nested';\nimport { DxoPolarChartImageModule } from 'devextreme-angular/ui/polar-chart/nested';\nimport { DxoPolarChartLabelModule } from 'devextreme-angular/ui/polar-chart/nested';\nimport { DxoPolarChartLegendModule } from 'devextreme-angular/ui/polar-chart/nested';\nimport { DxoPolarChartLegendTitleModule } from 'devextreme-angular/ui/polar-chart/nested';\nimport { DxoPolarChartLegendTitleSubtitleModule } from 'devextreme-angular/ui/polar-chart/nested';\nimport { DxoPolarChartLengthModule } from 'devextreme-angular/ui/polar-chart/nested';\nimport { DxoPolarChartLoadingIndicatorModule } from 'devextreme-angular/ui/polar-chart/nested';\nimport { DxoPolarChartMarginModule } from 'devextreme-angular/ui/polar-chart/nested';\nimport { DxoPolarChartMinorGridModule } from 'devextreme-angular/ui/polar-chart/nested';\nimport { DxoPolarChartMinorTickModule } from 'devextreme-angular/ui/polar-chart/nested';\nimport { DxoPolarChartMinorTickIntervalModule } from 'devextreme-angular/ui/polar-chart/nested';\nimport { DxoPolarChartMinVisualRangeLengthModule } from 'devextreme-angular/ui/polar-chart/nested';\nimport { DxoPolarChartPointModule } from 'devextreme-angular/ui/polar-chart/nested';\nimport { DxoPolarChartPointBorderModule } from 'devextreme-angular/ui/polar-chart/nested';\nimport { DxoPolarChartPointHoverStyleModule } from 'devextreme-angular/ui/polar-chart/nested';\nimport { DxoPolarChartPointSelectionStyleModule } from 'devextreme-angular/ui/polar-chart/nested';\nimport { DxoPolarChartPolarChartTitleModule } from 'devextreme-angular/ui/polar-chart/nested';\nimport { DxoPolarChartPolarChartTitleSubtitleModule } from 'devextreme-angular/ui/polar-chart/nested';\nimport { DxoPolarChartSelectionStyleModule } from 'devextreme-angular/ui/polar-chart/nested';\nimport { DxiPolarChartSeriesModule } from 'devextreme-angular/ui/polar-chart/nested';\nimport { DxoPolarChartSeriesBorderModule } from 'devextreme-angular/ui/polar-chart/nested';\nimport { DxoPolarChartSeriesTemplateModule } from 'devextreme-angular/ui/polar-chart/nested';\nimport { DxoPolarChartShadowModule } from 'devextreme-angular/ui/polar-chart/nested';\nimport { DxoPolarChartSizeModule } from 'devextreme-angular/ui/polar-chart/nested';\nimport { DxiPolarChartStripModule } from 'devextreme-angular/ui/polar-chart/nested';\nimport { DxoPolarChartStripLabelModule } from 'devextreme-angular/ui/polar-chart/nested';\nimport { DxoPolarChartStripStyleModule } from 'devextreme-angular/ui/polar-chart/nested';\nimport { DxoPolarChartStripStyleLabelModule } from 'devextreme-angular/ui/polar-chart/nested';\nimport { DxoPolarChartSubtitleModule } from 'devextreme-angular/ui/polar-chart/nested';\nimport { DxoPolarChartTickModule } from 'devextreme-angular/ui/polar-chart/nested';\nimport { DxoPolarChartTickIntervalModule } from 'devextreme-angular/ui/polar-chart/nested';\nimport { DxoPolarChartTitleModule } from 'devextreme-angular/ui/polar-chart/nested';\nimport { DxoPolarChartTooltipModule } from 'devextreme-angular/ui/polar-chart/nested';\nimport { DxoPolarChartTooltipBorderModule } from 'devextreme-angular/ui/polar-chart/nested';\nimport { DxoPolarChartValueAxisModule } from 'devextreme-angular/ui/polar-chart/nested';\nimport { DxoPolarChartValueErrorBarModule } from 'devextreme-angular/ui/polar-chart/nested';\nimport { DxoPolarChartVisualRangeModule } from 'devextreme-angular/ui/polar-chart/nested';\nimport { DxoPolarChartWholeRangeModule } from 'devextreme-angular/ui/polar-chart/nested';\nimport { \n           PROPERTY_TOKEN_annotations,\n           PROPERTY_TOKEN_constantLines,\n           PROPERTY_TOKEN_series,\n           PROPERTY_TOKEN_strips,\n     } from 'devextreme-angular/core/tokens';\n\n\n/**\n * The PolarChart is a UI component that visualizes data in a polar coordinate system.\n\n */\n@Component({\n    selector: 'dx-polar-chart',\n    template: '',\n    styles: [ ' :host {  display: block; }'],\n    host: { ngSkipHydration: 'true' },\n    imports: [ DxIntegrationModule ],\n    providers: [\n        DxTemplateHost,\n        WatcherHelper,\n        NestedOptionHost,\n        IterableDifferHelper\n    ]\n})\nexport class DxPolarChartComponent extends DxComponent implements OnDestroy, OnChanges, DoCheck {\n\n    @ContentChildren(PROPERTY_TOKEN_annotations)\n    set _annotationsContentChildren(value: QueryList<CollectionNestedOption>) {\n        this.setChildren('annotations', value);\n    }\n\n    @ContentChildren(PROPERTY_TOKEN_constantLines)\n    set _constantLinesContentChildren(value: QueryList<CollectionNestedOption>) {\n        this.setChildren('constantLines', value);\n    }\n\n    @ContentChildren(PROPERTY_TOKEN_series)\n    set _seriesContentChildren(value: QueryList<CollectionNestedOption>) {\n        this.setChildren('series', value);\n    }\n\n    @ContentChildren(PROPERTY_TOKEN_strips)\n    set _stripsContentChildren(value: QueryList<CollectionNestedOption>) {\n        this.setChildren('strips', value);\n    }\n\n    instance: DxPolarChart = null;\n\n    /**\n     * Specifies adaptive layout properties.\n    \n     */\n    @Input()\n    get adaptiveLayout(): { height?: number, keepLabels?: boolean, width?: number } {\n        return this._getOption('adaptiveLayout');\n    }\n    set adaptiveLayout(value: { height?: number, keepLabels?: boolean, width?: number }) {\n        this._setOption('adaptiveLayout', value);\n    }\n\n\n    /**\n     * Specifies animation properties.\n    \n     */\n    @Input()\n    get animation(): boolean | { duration?: number, easing?: AnimationEaseMode, enabled?: boolean, maxPointCountSupported?: number } {\n        return this._getOption('animation');\n    }\n    set animation(value: boolean | { duration?: number, easing?: AnimationEaseMode, enabled?: boolean, maxPointCountSupported?: number }) {\n        this._setOption('animation', value);\n    }\n\n\n    /**\n     * Specifies the annotation collection.\n    \n     */\n    @Input()\n    get annotations(): Array<any | dxPolarChartAnnotationConfig> {\n        return this._getOption('annotations');\n    }\n    set annotations(value: Array<any | dxPolarChartAnnotationConfig>) {\n        this._setOption('annotations', value);\n    }\n\n\n    /**\n     * Specifies argument axis properties for the PolarChart UI component.\n    \n     */\n    @Input()\n    get argumentAxis(): { allowDecimals?: boolean | undefined, argumentType?: ChartsDataType | undefined, axisDivisionFactor?: number, categories?: Array<Date | number | string>, color?: string, constantLines?: { color?: string, dashStyle?: DashStyle, displayBehindSeries?: boolean, extendAxis?: boolean, label?: { font?: Font, text?: string | undefined, visible?: boolean }, value?: Date | number | string | undefined, width?: number }[], constantLineStyle?: { color?: string, dashStyle?: DashStyle, label?: { font?: Font, visible?: boolean }, width?: number }, discreteAxisDivisionMode?: DiscreteAxisDivisionMode, endOnTick?: boolean | undefined, firstPointOnStartAngle?: boolean, grid?: { color?: string, opacity?: number | undefined, visible?: boolean, width?: number }, hoverMode?: ArgumentAxisHoverMode, inverted?: boolean, label?: { customizeHint?: ((argument: { value: Date | number | string, valueText: string }) => string), customizeText?: ((argument: { value: Date | number | string, valueText: string }) => string), font?: Font, format?: Format | undefined, indentFromAxis?: number, overlappingBehavior?: LabelOverlap, visible?: boolean }, linearThreshold?: number | undefined, logarithmBase?: number, minorGrid?: { color?: string, opacity?: number | undefined, visible?: boolean, width?: number }, minorTick?: { color?: string, length?: number, opacity?: number, shift?: number, visible?: boolean, width?: number }, minorTickCount?: number | undefined, minorTickInterval?: number | TimeInterval | { days?: number, hours?: number, milliseconds?: number, minutes?: number, months?: number, quarters?: number, seconds?: number, weeks?: number, years?: number }, opacity?: number | undefined, originValue?: number | undefined, period?: number | undefined, startAngle?: number, strips?: { color?: string | undefined, endValue?: Date | number | string | undefined, label?: { font?: Font, text?: string | undefined }, startValue?: Date | number | string | undefined }[], stripStyle?: { label?: { font?: Font } }, tick?: { color?: string, length?: number, opacity?: number | undefined, shift?: number, visible?: boolean, width?: number }, tickInterval?: number | TimeInterval | { days?: number, hours?: number, milliseconds?: number, minutes?: number, months?: number, quarters?: number, seconds?: number, weeks?: number, years?: number }, type?: AxisScaleType | undefined, visible?: boolean, width?: number } {\n        return this._getOption('argumentAxis');\n    }\n    set argumentAxis(value: { allowDecimals?: boolean | undefined, argumentType?: ChartsDataType | undefined, axisDivisionFactor?: number, categories?: Array<Date | number | string>, color?: string, constantLines?: { color?: string, dashStyle?: DashStyle, displayBehindSeries?: boolean, extendAxis?: boolean, label?: { font?: Font, text?: string | undefined, visible?: boolean }, value?: Date | number | string | undefined, width?: number }[], constantLineStyle?: { color?: string, dashStyle?: DashStyle, label?: { font?: Font, visible?: boolean }, width?: number }, discreteAxisDivisionMode?: DiscreteAxisDivisionMode, endOnTick?: boolean | undefined, firstPointOnStartAngle?: boolean, grid?: { color?: string, opacity?: number | undefined, visible?: boolean, width?: number }, hoverMode?: ArgumentAxisHoverMode, inverted?: boolean, label?: { customizeHint?: ((argument: { value: Date | number | string, valueText: string }) => string), customizeText?: ((argument: { value: Date | number | string, valueText: string }) => string), font?: Font, format?: Format | undefined, indentFromAxis?: number, overlappingBehavior?: LabelOverlap, visible?: boolean }, linearThreshold?: number | undefined, logarithmBase?: number, minorGrid?: { color?: string, opacity?: number | undefined, visible?: boolean, width?: number }, minorTick?: { color?: string, length?: number, opacity?: number, shift?: number, visible?: boolean, width?: number }, minorTickCount?: number | undefined, minorTickInterval?: number | TimeInterval | { days?: number, hours?: number, milliseconds?: number, minutes?: number, months?: number, quarters?: number, seconds?: number, weeks?: number, years?: number }, opacity?: number | undefined, originValue?: number | undefined, period?: number | undefined, startAngle?: number, strips?: { color?: string | undefined, endValue?: Date | number | string | undefined, label?: { font?: Font, text?: string | undefined }, startValue?: Date | number | string | undefined }[], stripStyle?: { label?: { font?: Font } }, tick?: { color?: string, length?: number, opacity?: number | undefined, shift?: number, visible?: boolean, width?: number }, tickInterval?: number | TimeInterval | { days?: number, hours?: number, milliseconds?: number, minutes?: number, months?: number, quarters?: number, seconds?: number, weeks?: number, years?: number }, type?: AxisScaleType | undefined, visible?: boolean, width?: number }) {\n        this._setOption('argumentAxis', value);\n    }\n\n\n    /**\n     * Controls the padding and consequently the angular width of a group of bars with the same argument using relative units. Ignored if the barGroupWidth property is set.\n    \n     */\n    @Input()\n    get barGroupPadding(): number {\n        return this._getOption('barGroupPadding');\n    }\n    set barGroupPadding(value: number) {\n        this._setOption('barGroupPadding', value);\n    }\n\n\n    /**\n     * Specifies a fixed angular width for groups of bars with the same argument, measured in degrees. Takes precedence over the barGroupPadding property.\n    \n     */\n    @Input()\n    get barGroupWidth(): number | undefined {\n        return this._getOption('barGroupWidth');\n    }\n    set barGroupWidth(value: number | undefined) {\n        this._setOption('barGroupWidth', value);\n    }\n\n\n    /**\n     * Specifies settings common for all annotations in the PolarChart.\n    \n     */\n    @Input()\n    get commonAnnotationSettings(): dxPolarChartCommonAnnotationConfig {\n        return this._getOption('commonAnnotationSettings');\n    }\n    set commonAnnotationSettings(value: dxPolarChartCommonAnnotationConfig) {\n        this._setOption('commonAnnotationSettings', value);\n    }\n\n\n    /**\n     * An object defining the configuration properties that are common for all axes of the PolarChart UI component.\n    \n     */\n    @Input()\n    get commonAxisSettings(): { allowDecimals?: boolean | undefined, color?: string, constantLineStyle?: { color?: string, dashStyle?: DashStyle, label?: { font?: Font, visible?: boolean }, width?: number }, discreteAxisDivisionMode?: DiscreteAxisDivisionMode, endOnTick?: boolean | undefined, grid?: { color?: string, opacity?: number | undefined, visible?: boolean, width?: number }, inverted?: boolean, label?: { font?: Font, indentFromAxis?: number, overlappingBehavior?: LabelOverlap, visible?: boolean }, minorGrid?: { color?: string, opacity?: number | undefined, visible?: boolean, width?: number }, minorTick?: { color?: string, length?: number, opacity?: number, visible?: boolean, width?: number }, opacity?: number | undefined, stripStyle?: { label?: { font?: Font } }, tick?: { color?: string, length?: number, opacity?: number | undefined, visible?: boolean, width?: number }, visible?: boolean, width?: number } {\n        return this._getOption('commonAxisSettings');\n    }\n    set commonAxisSettings(value: { allowDecimals?: boolean | undefined, color?: string, constantLineStyle?: { color?: string, dashStyle?: DashStyle, label?: { font?: Font, visible?: boolean }, width?: number }, discreteAxisDivisionMode?: DiscreteAxisDivisionMode, endOnTick?: boolean | undefined, grid?: { color?: string, opacity?: number | undefined, visible?: boolean, width?: number }, inverted?: boolean, label?: { font?: Font, indentFromAxis?: number, overlappingBehavior?: LabelOverlap, visible?: boolean }, minorGrid?: { color?: string, opacity?: number | undefined, visible?: boolean, width?: number }, minorTick?: { color?: string, length?: number, opacity?: number, visible?: boolean, width?: number }, opacity?: number | undefined, stripStyle?: { label?: { font?: Font } }, tick?: { color?: string, length?: number, opacity?: number | undefined, visible?: boolean, width?: number }, visible?: boolean, width?: number }) {\n        this._setOption('commonAxisSettings', value);\n    }\n\n\n    /**\n     * An object defining the configuration properties that are common for all series of the PolarChart UI component.\n    \n     */\n    @Input()\n    get commonSeriesSettings(): { area?: any, argumentField?: string, bar?: any, barPadding?: number | undefined, barWidth?: number | undefined, border?: { color?: string | undefined, dashStyle?: DashStyle | undefined, visible?: boolean, width?: number }, closed?: boolean, color?: ChartsColor | string | undefined, dashStyle?: DashStyle, hoverMode?: SeriesHoverMode, hoverStyle?: { border?: { color?: string | undefined, dashStyle?: DashStyle | undefined, visible?: boolean, width?: number }, color?: ChartsColor | string | undefined, dashStyle?: DashStyle, hatching?: { direction?: HatchDirection, opacity?: number, step?: number, width?: number }, highlight?: boolean, width?: number }, ignoreEmptyPoints?: boolean, label?: { argumentFormat?: Format | undefined, backgroundColor?: string | undefined, border?: { color?: string | undefined, dashStyle?: DashStyle | undefined, visible?: boolean, width?: number }, connector?: { color?: string | undefined, visible?: boolean, width?: number }, customizeText?: ((pointInfo: any) => string), displayFormat?: string | undefined, font?: Font, format?: Format | undefined, position?: RelativePosition, rotationAngle?: number, showForZeroValues?: boolean, visible?: boolean }, line?: any, maxLabelCount?: number | undefined, minBarSize?: number | undefined, opacity?: number, point?: { border?: { color?: string | undefined, visible?: boolean, width?: number }, color?: ChartsColor | string | undefined, hoverMode?: PointInteractionMode, hoverStyle?: { border?: { color?: string | undefined, visible?: boolean, width?: number }, color?: ChartsColor | string | undefined, size?: number }, image?: string | undefined | { height?: number, url?: string | undefined, width?: number }, selectionMode?: PointInteractionMode, selectionStyle?: { border?: { color?: string | undefined, visible?: boolean, width?: number }, color?: ChartsColor | string | undefined, size?: number }, size?: number, symbol?: PointSymbol, visible?: boolean }, scatter?: any, selectionMode?: SeriesSelectionMode, selectionStyle?: { border?: { color?: string | undefined, dashStyle?: DashStyle | undefined, visible?: boolean, width?: number }, color?: ChartsColor | string | undefined, dashStyle?: DashStyle, hatching?: { direction?: HatchDirection, opacity?: number, step?: number, width?: number }, highlight?: boolean, width?: number }, showInLegend?: boolean, stack?: string, stackedbar?: any, tagField?: string, type?: PolarChartSeriesType, valueErrorBar?: { color?: string, displayMode?: ValueErrorBarDisplayMode, edgeLength?: number, highValueField?: string | undefined, lineWidth?: number, lowValueField?: string | undefined, opacity?: number | undefined, type?: undefined | ValueErrorBarType, value?: number }, valueField?: string, visible?: boolean, width?: number } {\n        return this._getOption('commonSeriesSettings');\n    }\n    set commonSeriesSettings(value: { area?: any, argumentField?: string, bar?: any, barPadding?: number | undefined, barWidth?: number | undefined, border?: { color?: string | undefined, dashStyle?: DashStyle | undefined, visible?: boolean, width?: number }, closed?: boolean, color?: ChartsColor | string | undefined, dashStyle?: DashStyle, hoverMode?: SeriesHoverMode, hoverStyle?: { border?: { color?: string | undefined, dashStyle?: DashStyle | undefined, visible?: boolean, width?: number }, color?: ChartsColor | string | undefined, dashStyle?: DashStyle, hatching?: { direction?: HatchDirection, opacity?: number, step?: number, width?: number }, highlight?: boolean, width?: number }, ignoreEmptyPoints?: boolean, label?: { argumentFormat?: Format | undefined, backgroundColor?: string | undefined, border?: { color?: string | undefined, dashStyle?: DashStyle | undefined, visible?: boolean, width?: number }, connector?: { color?: string | undefined, visible?: boolean, width?: number }, customizeText?: ((pointInfo: any) => string), displayFormat?: string | undefined, font?: Font, format?: Format | undefined, position?: RelativePosition, rotationAngle?: number, showForZeroValues?: boolean, visible?: boolean }, line?: any, maxLabelCount?: number | undefined, minBarSize?: number | undefined, opacity?: number, point?: { border?: { color?: string | undefined, visible?: boolean, width?: number }, color?: ChartsColor | string | undefined, hoverMode?: PointInteractionMode, hoverStyle?: { border?: { color?: string | undefined, visible?: boolean, width?: number }, color?: ChartsColor | string | undefined, size?: number }, image?: string | undefined | { height?: number, url?: string | undefined, width?: number }, selectionMode?: PointInteractionMode, selectionStyle?: { border?: { color?: string | undefined, visible?: boolean, width?: number }, color?: ChartsColor | string | undefined, size?: number }, size?: number, symbol?: PointSymbol, visible?: boolean }, scatter?: any, selectionMode?: SeriesSelectionMode, selectionStyle?: { border?: { color?: string | undefined, dashStyle?: DashStyle | undefined, visible?: boolean, width?: number }, color?: ChartsColor | string | undefined, dashStyle?: DashStyle, hatching?: { direction?: HatchDirection, opacity?: number, step?: number, width?: number }, highlight?: boolean, width?: number }, showInLegend?: boolean, stack?: string, stackedbar?: any, tagField?: string, type?: PolarChartSeriesType, valueErrorBar?: { color?: string, displayMode?: ValueErrorBarDisplayMode, edgeLength?: number, highValueField?: string | undefined, lineWidth?: number, lowValueField?: string | undefined, opacity?: number | undefined, type?: undefined | ValueErrorBarType, value?: number }, valueField?: string, visible?: boolean, width?: number }) {\n        this._setOption('commonSeriesSettings', value);\n    }\n\n\n    /**\n     * Specifies the color of the parent page element.\n    \n     */\n    @Input()\n    get containerBackgroundColor(): string {\n        return this._getOption('containerBackgroundColor');\n    }\n    set containerBackgroundColor(value: string) {\n        this._setOption('containerBackgroundColor', value);\n    }\n\n\n    /**\n     * Customizes an individual annotation.\n    \n     */\n    @Input()\n    get customizeAnnotation(): ((annotation: dxPolarChartAnnotationConfig | any) => dxPolarChartAnnotationConfig) | undefined {\n        return this._getOption('customizeAnnotation');\n    }\n    set customizeAnnotation(value: ((annotation: dxPolarChartAnnotationConfig | any) => dxPolarChartAnnotationConfig) | undefined) {\n        this._setOption('customizeAnnotation', value);\n    }\n\n\n    /**\n     * Customizes the appearance of an individual point label.\n    \n     */\n    @Input()\n    get customizeLabel(): ((pointInfo: any) => SeriesLabel) {\n        return this._getOption('customizeLabel');\n    }\n    set customizeLabel(value: ((pointInfo: any) => SeriesLabel)) {\n        this._setOption('customizeLabel', value);\n    }\n\n\n    /**\n     * Customizes the appearance of an individual series point.\n    \n     */\n    @Input()\n    get customizePoint(): ((pointInfo: any) => SeriesPoint) {\n        return this._getOption('customizePoint');\n    }\n    set customizePoint(value: ((pointInfo: any) => SeriesPoint)) {\n        this._setOption('customizePoint', value);\n    }\n\n\n    /**\n     * An object providing properties for managing data from a data source.\n    \n     */\n    @Input()\n    get dataPrepareSettings(): { checkTypeForAllData?: boolean, convertToAxisDataType?: boolean, sortingMethod?: boolean | ((a: { arg: Date | number | string, val: Date | number | string }, b: { arg: Date | number | string, val: Date | number | string }) => number) } {\n        return this._getOption('dataPrepareSettings');\n    }\n    set dataPrepareSettings(value: { checkTypeForAllData?: boolean, convertToAxisDataType?: boolean, sortingMethod?: boolean | ((a: { arg: Date | number | string, val: Date | number | string }, b: { arg: Date | number | string, val: Date | number | string }) => number) }) {\n        this._setOption('dataPrepareSettings', value);\n    }\n\n\n    /**\n     * Binds the UI component to data.\n    \n     */\n    @Input()\n    get dataSource(): Array<any> | DataSource | DataSourceOptions | null | Store | string {\n        return this._getOption('dataSource');\n    }\n    set dataSource(value: Array<any> | DataSource | DataSourceOptions | null | Store | string) {\n        this._setOption('dataSource', value);\n    }\n\n\n    /**\n     * Specifies whether the UI component responds to user interaction.\n    \n     */\n    @Input()\n    get disabled(): boolean {\n        return this._getOption('disabled');\n    }\n    set disabled(value: boolean) {\n        this._setOption('disabled', value);\n    }\n\n\n    /**\n     * Specifies the global attributes to be attached to the UI component&apos;s container element.\n    \n     */\n    @Input()\n    get elementAttr(): Record<string, any> {\n        return this._getOption('elementAttr');\n    }\n    set elementAttr(value: Record<string, any>) {\n        this._setOption('elementAttr', value);\n    }\n\n\n    /**\n     * Configures the exporting and printing features.\n    \n     */\n    @Input()\n    get export(): { backgroundColor?: string, enabled?: boolean, fileName?: string, formats?: Array<ExportFormat>, margin?: number, printingEnabled?: boolean, svgToCanvas?: ((svg: any, canvas: any) => any) | undefined } {\n        return this._getOption('export');\n    }\n    set export(value: { backgroundColor?: string, enabled?: boolean, fileName?: string, formats?: Array<ExportFormat>, margin?: number, printingEnabled?: boolean, svgToCanvas?: ((svg: any, canvas: any) => any) | undefined }) {\n        this._setOption('export', value);\n    }\n\n\n    /**\n     * Specifies the properties of a chart&apos;s legend.\n    \n     */\n    @Input()\n    get legend(): { backgroundColor?: string | undefined, border?: { color?: string, cornerRadius?: number, dashStyle?: DashStyle, opacity?: number | undefined, visible?: boolean, width?: number }, columnCount?: number, columnItemSpacing?: number, customizeHint?: ((seriesInfo: { seriesColor: string, seriesIndex: number, seriesName: any }) => string), customizeItems?: ((items: Array<LegendItem>) => Array<LegendItem>), customizeText?: ((seriesInfo: { seriesColor: string, seriesIndex: number, seriesName: any }) => string), font?: Font, horizontalAlignment?: HorizontalAlignment, hoverMode?: LegendHoverMode, itemsAlignment?: HorizontalAlignment | undefined, itemTextPosition?: Position | undefined, margin?: number | { bottom?: number, left?: number, right?: number, top?: number }, markerSize?: number, markerTemplate?: any, orientation?: Orientation | undefined, paddingLeftRight?: number, paddingTopBottom?: number, rowCount?: number, rowItemSpacing?: number, title?: string | { font?: Font, horizontalAlignment?: HorizontalAlignment | undefined, margin?: { bottom?: number, left?: number, right?: number, top?: number }, placeholderSize?: number | undefined, subtitle?: string | { font?: Font, offset?: number, text?: string }, text?: string, verticalAlignment?: VerticalEdge }, verticalAlignment?: VerticalEdge, visible?: boolean } {\n        return this._getOption('legend');\n    }\n    set legend(value: { backgroundColor?: string | undefined, border?: { color?: string, cornerRadius?: number, dashStyle?: DashStyle, opacity?: number | undefined, visible?: boolean, width?: number }, columnCount?: number, columnItemSpacing?: number, customizeHint?: ((seriesInfo: { seriesColor: string, seriesIndex: number, seriesName: any }) => string), customizeItems?: ((items: Array<LegendItem>) => Array<LegendItem>), customizeText?: ((seriesInfo: { seriesColor: string, seriesIndex: number, seriesName: any }) => string), font?: Font, horizontalAlignment?: HorizontalAlignment, hoverMode?: LegendHoverMode, itemsAlignment?: HorizontalAlignment | undefined, itemTextPosition?: Position | undefined, margin?: number | { bottom?: number, left?: number, right?: number, top?: number }, markerSize?: number, markerTemplate?: any, orientation?: Orientation | undefined, paddingLeftRight?: number, paddingTopBottom?: number, rowCount?: number, rowItemSpacing?: number, title?: string | { font?: Font, horizontalAlignment?: HorizontalAlignment | undefined, margin?: { bottom?: number, left?: number, right?: number, top?: number }, placeholderSize?: number | undefined, subtitle?: string | { font?: Font, offset?: number, text?: string }, text?: string, verticalAlignment?: VerticalEdge }, verticalAlignment?: VerticalEdge, visible?: boolean }) {\n        this._setOption('legend', value);\n    }\n\n\n    /**\n     * Configures the loading indicator.\n    \n     */\n    @Input()\n    get loadingIndicator(): { backgroundColor?: string, enabled?: boolean, font?: Font, show?: boolean, text?: string } {\n        return this._getOption('loadingIndicator');\n    }\n    set loadingIndicator(value: { backgroundColor?: string, enabled?: boolean, font?: Font, show?: boolean, text?: string }) {\n        this._setOption('loadingIndicator', value);\n    }\n\n\n    /**\n     * Generates space around the UI component.\n    \n     */\n    @Input()\n    get margin(): { bottom?: number, left?: number, right?: number, top?: number } {\n        return this._getOption('margin');\n    }\n    set margin(value: { bottom?: number, left?: number, right?: number, top?: number }) {\n        this._setOption('margin', value);\n    }\n\n\n    /**\n     * Forces the UI component to treat negative values as zeroes. Applies to stacked-like series only.\n    \n     */\n    @Input()\n    get negativesAsZeroes(): boolean {\n        return this._getOption('negativesAsZeroes');\n    }\n    set negativesAsZeroes(value: boolean) {\n        this._setOption('negativesAsZeroes', value);\n    }\n\n\n    /**\n     * Sets the palette to be used for colorizing series and their elements.\n    \n     */\n    @Input()\n    get palette(): Array<string> | Palette {\n        return this._getOption('palette');\n    }\n    set palette(value: Array<string> | Palette) {\n        this._setOption('palette', value);\n    }\n\n\n    /**\n     * Specifies what to do with colors in the palette when their number is less than the number of series (in the Chart UI component) or points in a series (in the PieChart UI component).\n    \n     */\n    @Input()\n    get paletteExtensionMode(): PaletteExtensionMode {\n        return this._getOption('paletteExtensionMode');\n    }\n    set paletteExtensionMode(value: PaletteExtensionMode) {\n        this._setOption('paletteExtensionMode', value);\n    }\n\n\n    /**\n     * Notifies the UI component that it is embedded into an HTML page that uses a tag modifying the path.\n    \n     */\n    @Input()\n    get pathModified(): boolean {\n        return this._getOption('pathModified');\n    }\n    set pathModified(value: boolean) {\n        this._setOption('pathModified', value);\n    }\n\n\n    /**\n     * Specifies whether a single point or multiple points can be selected in the chart.\n    \n     */\n    @Input()\n    get pointSelectionMode(): SingleOrMultiple {\n        return this._getOption('pointSelectionMode');\n    }\n    set pointSelectionMode(value: SingleOrMultiple) {\n        this._setOption('pointSelectionMode', value);\n    }\n\n\n    /**\n     * Specifies whether to redraw the UI component when the size of the container changes or a mobile device rotates.\n    \n     */\n    @Input()\n    get redrawOnResize(): boolean {\n        return this._getOption('redrawOnResize');\n    }\n    set redrawOnResize(value: boolean) {\n        this._setOption('redrawOnResize', value);\n    }\n\n\n    /**\n     * Specifies how the chart must behave when series point labels overlap.\n    \n     */\n    @Input()\n    get resolveLabelOverlapping(): LabelOverlap {\n        return this._getOption('resolveLabelOverlapping');\n    }\n    set resolveLabelOverlapping(value: LabelOverlap) {\n        this._setOption('resolveLabelOverlapping', value);\n    }\n\n\n    /**\n     * Switches the UI component to a right-to-left representation.\n    \n     */\n    @Input()\n    get rtlEnabled(): boolean {\n        return this._getOption('rtlEnabled');\n    }\n    set rtlEnabled(value: boolean) {\n        this._setOption('rtlEnabled', value);\n    }\n\n\n    /**\n     * Specifies properties for PolarChart UI component series.\n    \n     */\n    @Input()\n    get series(): Array<PolarChartSeries> | PolarChartSeries | undefined {\n        return this._getOption('series');\n    }\n    set series(value: Array<PolarChartSeries> | PolarChartSeries | undefined) {\n        this._setOption('series', value);\n    }\n\n\n    /**\n     * Specifies whether a single series or multiple series can be selected in the chart.\n    \n     */\n    @Input()\n    get seriesSelectionMode(): SingleOrMultiple {\n        return this._getOption('seriesSelectionMode');\n    }\n    set seriesSelectionMode(value: SingleOrMultiple) {\n        this._setOption('seriesSelectionMode', value);\n    }\n\n\n    /**\n     * Defines properties for the series template.\n    \n     */\n    @Input()\n    get seriesTemplate(): any {\n        return this._getOption('seriesTemplate');\n    }\n    set seriesTemplate(value: any) {\n        this._setOption('seriesTemplate', value);\n    }\n\n\n    /**\n     * Specifies the UI component&apos;s size in pixels.\n    \n     */\n    @Input()\n    get size(): { height?: number | undefined, width?: number | undefined } {\n        return this._getOption('size');\n    }\n    set size(value: { height?: number | undefined, width?: number | undefined }) {\n        this._setOption('size', value);\n    }\n\n\n    /**\n     * Sets the name of the theme the UI component uses.\n    \n     */\n    @Input()\n    get theme(): Theme {\n        return this._getOption('theme');\n    }\n    set theme(value: Theme) {\n        this._setOption('theme', value);\n    }\n\n\n    /**\n     * Configures the UI component&apos;s title.\n    \n     */\n    @Input()\n    get title(): string | { font?: Font, horizontalAlignment?: HorizontalAlignment, margin?: number | { bottom?: number, left?: number, right?: number, top?: number }, placeholderSize?: number | undefined, subtitle?: string | { font?: Font, offset?: number, text?: string, textOverflow?: TextOverflow, wordWrap?: WordWrap }, text?: string, textOverflow?: TextOverflow, verticalAlignment?: VerticalEdge, wordWrap?: WordWrap } {\n        return this._getOption('title');\n    }\n    set title(value: string | { font?: Font, horizontalAlignment?: HorizontalAlignment, margin?: number | { bottom?: number, left?: number, right?: number, top?: number }, placeholderSize?: number | undefined, subtitle?: string | { font?: Font, offset?: number, text?: string, textOverflow?: TextOverflow, wordWrap?: WordWrap }, text?: string, textOverflow?: TextOverflow, verticalAlignment?: VerticalEdge, wordWrap?: WordWrap }) {\n        this._setOption('title', value);\n    }\n\n\n    /**\n     * Configures tooltips.\n    \n     */\n    @Input()\n    get tooltip(): { argumentFormat?: Format | undefined, arrowLength?: number, border?: { color?: string, dashStyle?: DashStyle, opacity?: number | undefined, visible?: boolean, width?: number }, color?: string, container?: any | string | undefined, contentTemplate?: any, cornerRadius?: number, customizeTooltip?: ((pointInfo: dxPolarChartPointInfo) => Record<string, any>) | undefined, enabled?: boolean, font?: Font, format?: Format | undefined, interactive?: boolean, opacity?: number | undefined, paddingLeftRight?: number, paddingTopBottom?: number, shadow?: { blur?: number, color?: string, offsetX?: number, offsetY?: number, opacity?: number }, shared?: boolean, zIndex?: number | undefined } {\n        return this._getOption('tooltip');\n    }\n    set tooltip(value: { argumentFormat?: Format | undefined, arrowLength?: number, border?: { color?: string, dashStyle?: DashStyle, opacity?: number | undefined, visible?: boolean, width?: number }, color?: string, container?: any | string | undefined, contentTemplate?: any, cornerRadius?: number, customizeTooltip?: ((pointInfo: dxPolarChartPointInfo) => Record<string, any>) | undefined, enabled?: boolean, font?: Font, format?: Format | undefined, interactive?: boolean, opacity?: number | undefined, paddingLeftRight?: number, paddingTopBottom?: number, shadow?: { blur?: number, color?: string, offsetX?: number, offsetY?: number, opacity?: number }, shared?: boolean, zIndex?: number | undefined }) {\n        this._setOption('tooltip', value);\n    }\n\n\n    /**\n     * Indicates whether to display a &apos;spider web&apos;.\n    \n     */\n    @Input()\n    get useSpiderWeb(): boolean {\n        return this._getOption('useSpiderWeb');\n    }\n    set useSpiderWeb(value: boolean) {\n        this._setOption('useSpiderWeb', value);\n    }\n\n\n    /**\n     * Specifies value axis properties for the PolarChart UI component.\n    \n     */\n    @Input()\n    get valueAxis(): { allowDecimals?: boolean | undefined, axisDivisionFactor?: number, categories?: Array<Date | number | string>, color?: string, constantLines?: { color?: string, dashStyle?: DashStyle, displayBehindSeries?: boolean, extendAxis?: boolean, label?: { font?: Font, text?: string | undefined, visible?: boolean }, value?: Date | number | string | undefined, width?: number }[], constantLineStyle?: { color?: string, dashStyle?: DashStyle, label?: { font?: Font, visible?: boolean }, width?: number }, discreteAxisDivisionMode?: DiscreteAxisDivisionMode, endOnTick?: boolean, grid?: { color?: string, opacity?: number | undefined, visible?: boolean, width?: number }, inverted?: boolean, label?: { customizeHint?: ((axisValue: { value: Date | number | string, valueText: string }) => string), customizeText?: ((axisValue: { value: Date | number | string, valueText: string }) => string), font?: Font, format?: Format | undefined, indentFromAxis?: number, overlappingBehavior?: LabelOverlap, visible?: boolean }, linearThreshold?: number | undefined, logarithmBase?: number, maxValueMargin?: number | undefined, minorGrid?: { color?: string, opacity?: number | undefined, visible?: boolean, width?: number }, minorTick?: { color?: string, length?: number, opacity?: number, visible?: boolean, width?: number }, minorTickCount?: number | undefined, minorTickInterval?: number | TimeInterval | { days?: number, hours?: number, milliseconds?: number, minutes?: number, months?: number, quarters?: number, seconds?: number, weeks?: number, years?: number }, minValueMargin?: number | undefined, minVisualRangeLength?: number | TimeInterval | undefined | { days?: number, hours?: number, milliseconds?: number, minutes?: number, months?: number, quarters?: number, seconds?: number, weeks?: number, years?: number }, opacity?: number | undefined, showZero?: boolean | undefined, strips?: { color?: string | undefined, endValue?: Date | number | string | undefined, label?: { font?: Font, text?: string | undefined }, startValue?: Date | number | string | undefined }[], stripStyle?: { label?: { font?: Font } }, tick?: { color?: string, length?: number, opacity?: number | undefined, visible?: boolean, width?: number }, tickInterval?: number | TimeInterval | { days?: number, hours?: number, milliseconds?: number, minutes?: number, months?: number, quarters?: number, seconds?: number, weeks?: number, years?: number }, type?: AxisScaleType | undefined, valueMarginsEnabled?: boolean, valueType?: ChartsDataType | undefined, visible?: boolean, visualRange?: Array<Date | number | string> | CommonChartTypes.VisualRange, visualRangeUpdateMode?: ValueAxisVisualRangeUpdateMode, wholeRange?: Array<Date | number | string> | undefined | CommonChartTypes.VisualRange, width?: number } {\n        return this._getOption('valueAxis');\n    }\n    set valueAxis(value: { allowDecimals?: boolean | undefined, axisDivisionFactor?: number, categories?: Array<Date | number | string>, color?: string, constantLines?: { color?: string, dashStyle?: DashStyle, displayBehindSeries?: boolean, extendAxis?: boolean, label?: { font?: Font, text?: string | undefined, visible?: boolean }, value?: Date | number | string | undefined, width?: number }[], constantLineStyle?: { color?: string, dashStyle?: DashStyle, label?: { font?: Font, visible?: boolean }, width?: number }, discreteAxisDivisionMode?: DiscreteAxisDivisionMode, endOnTick?: boolean, grid?: { color?: string, opacity?: number | undefined, visible?: boolean, width?: number }, inverted?: boolean, label?: { customizeHint?: ((axisValue: { value: Date | number | string, valueText: string }) => string), customizeText?: ((axisValue: { value: Date | number | string, valueText: string }) => string), font?: Font, format?: Format | undefined, indentFromAxis?: number, overlappingBehavior?: LabelOverlap, visible?: boolean }, linearThreshold?: number | undefined, logarithmBase?: number, maxValueMargin?: number | undefined, minorGrid?: { color?: string, opacity?: number | undefined, visible?: boolean, width?: number }, minorTick?: { color?: string, length?: number, opacity?: number, visible?: boolean, width?: number }, minorTickCount?: number | undefined, minorTickInterval?: number | TimeInterval | { days?: number, hours?: number, milliseconds?: number, minutes?: number, months?: number, quarters?: number, seconds?: number, weeks?: number, years?: number }, minValueMargin?: number | undefined, minVisualRangeLength?: number | TimeInterval | undefined | { days?: number, hours?: number, milliseconds?: number, minutes?: number, months?: number, quarters?: number, seconds?: number, weeks?: number, years?: number }, opacity?: number | undefined, showZero?: boolean | undefined, strips?: { color?: string | undefined, endValue?: Date | number | string | undefined, label?: { font?: Font, text?: string | undefined }, startValue?: Date | number | string | undefined }[], stripStyle?: { label?: { font?: Font } }, tick?: { color?: string, length?: number, opacity?: number | undefined, visible?: boolean, width?: number }, tickInterval?: number | TimeInterval | { days?: number, hours?: number, milliseconds?: number, minutes?: number, months?: number, quarters?: number, seconds?: number, weeks?: number, years?: number }, type?: AxisScaleType | undefined, valueMarginsEnabled?: boolean, valueType?: ChartsDataType | undefined, visible?: boolean, visualRange?: Array<Date | number | string> | CommonChartTypes.VisualRange, visualRangeUpdateMode?: ValueAxisVisualRangeUpdateMode, wholeRange?: Array<Date | number | string> | undefined | CommonChartTypes.VisualRange, width?: number }) {\n        this._setOption('valueAxis', value);\n    }\n\n    /**\n    \n     * A function that is executed when a label on the argument axis is clicked or tapped.\n    \n    \n     */\n    @Output() onArgumentAxisClick: EventEmitter<ArgumentAxisClickEvent>;\n\n    /**\n    \n     * A function that is executed before the UI component is disposed of.\n    \n    \n     */\n    @Output() onDisposing: EventEmitter<DisposingEvent>;\n\n    /**\n    \n     * A function that is executed when all series are ready.\n    \n    \n     */\n    @Output() onDone: EventEmitter<DoneEvent>;\n\n    /**\n    \n     * A function that is executed when the UI component&apos;s rendering has finished.\n    \n    \n     */\n    @Output() onDrawn: EventEmitter<DrawnEvent>;\n\n    /**\n    \n     * A function that is executed after the UI component is exported.\n    \n    \n     */\n    @Output() onExported: EventEmitter<ExportedEvent>;\n\n    /**\n    \n     * A function that is executed before the UI component is exported.\n    \n    \n     */\n    @Output() onExporting: EventEmitter<ExportingEvent>;\n\n    /**\n    \n     * A function that is executed before a file with exported UI component is saved to the user&apos;s local storage.\n    \n    \n     */\n    @Output() onFileSaving: EventEmitter<FileSavingEvent>;\n\n    /**\n    \n     * A function that is executed when an error or warning occurs.\n    \n    \n     */\n    @Output() onIncidentOccurred: EventEmitter<IncidentOccurredEvent>;\n\n    /**\n    \n     * A function used in JavaScript frameworks to save the UI component instance.\n    \n    \n     */\n    @Output() onInitialized: EventEmitter<InitializedEvent>;\n\n    /**\n    \n     * A function that is executed when a legend item is clicked or tapped.\n    \n    \n     */\n    @Output() onLegendClick: EventEmitter<LegendClickEvent>;\n\n    /**\n    \n     * A function that is executed after a UI component property is changed.\n    \n    \n     */\n    @Output() onOptionChanged: EventEmitter<OptionChangedEvent>;\n\n    /**\n    \n     * A function that is executed when a series point is clicked or tapped.\n    \n    \n     */\n    @Output() onPointClick: EventEmitter<PointClickEvent>;\n\n    /**\n    \n     * A function that is executed after the pointer enters or leaves a series point.\n    \n    \n     */\n    @Output() onPointHoverChanged: EventEmitter<PointHoverChangedEvent>;\n\n    /**\n    \n     * A function that is executed when a series point is selected or selection is canceled.\n    \n    \n     */\n    @Output() onPointSelectionChanged: EventEmitter<PointSelectionChangedEvent>;\n\n    /**\n    \n     * A function that is executed when a series is clicked or tapped.\n    \n    \n     */\n    @Output() onSeriesClick: EventEmitter<SeriesClickEvent>;\n\n    /**\n    \n     * A function that is executed after the pointer enters or leaves a series.\n    \n    \n     */\n    @Output() onSeriesHoverChanged: EventEmitter<SeriesHoverChangedEvent>;\n\n    /**\n    \n     * A function that is executed when a series is selected or selection is canceled.\n    \n    \n     */\n    @Output() onSeriesSelectionChanged: EventEmitter<SeriesSelectionChangedEvent>;\n\n    /**\n    \n     * A function that is executed when a tooltip becomes hidden.\n    \n    \n     */\n    @Output() onTooltipHidden: EventEmitter<TooltipHiddenEvent>;\n\n    /**\n    \n     * A function that is executed when a tooltip appears.\n    \n    \n     */\n    @Output() onTooltipShown: EventEmitter<TooltipShownEvent>;\n\n    /**\n    \n     * A function that is executed when zooming or panning ends.\n    \n    \n     */\n    @Output() onZoomEnd: EventEmitter<ZoomEndEvent>;\n\n    /**\n    \n     * A function that is executed when zooming or panning begins.\n    \n    \n     */\n    @Output() onZoomStart: EventEmitter<ZoomStartEvent>;\n\n    /**\n    \n     * This member supports the internal infrastructure and is not intended to be used directly from your code.\n    \n     */\n    @Output() adaptiveLayoutChange: EventEmitter<{ height?: number, keepLabels?: boolean, width?: number }>;\n\n    /**\n    \n     * This member supports the internal infrastructure and is not intended to be used directly from your code.\n    \n     */\n    @Output() animationChange: EventEmitter<boolean | { duration?: number, easing?: AnimationEaseMode, enabled?: boolean, maxPointCountSupported?: number }>;\n\n    /**\n    \n     * This member supports the internal infrastructure and is not intended to be used directly from your code.\n    \n     */\n    @Output() annotationsChange: EventEmitter<Array<any | dxPolarChartAnnotationConfig>>;\n\n    /**\n    \n     * This member supports the internal infrastructure and is not intended to be used directly from your code.\n    \n     */\n    @Output() argumentAxisChange: EventEmitter<{ allowDecimals?: boolean | undefined, argumentType?: ChartsDataType | undefined, axisDivisionFactor?: number, categories?: Array<Date | number | string>, color?: string, constantLines?: { color?: string, dashStyle?: DashStyle, displayBehindSeries?: boolean, extendAxis?: boolean, label?: { font?: Font, text?: string | undefined, visible?: boolean }, value?: Date | number | string | undefined, width?: number }[], constantLineStyle?: { color?: string, dashStyle?: DashStyle, label?: { font?: Font, visible?: boolean }, width?: number }, discreteAxisDivisionMode?: DiscreteAxisDivisionMode, endOnTick?: boolean | undefined, firstPointOnStartAngle?: boolean, grid?: { color?: string, opacity?: number | undefined, visible?: boolean, width?: number }, hoverMode?: ArgumentAxisHoverMode, inverted?: boolean, label?: { customizeHint?: ((argument: { value: Date | number | string, valueText: string }) => string), customizeText?: ((argument: { value: Date | number | string, valueText: string }) => string), font?: Font, format?: Format | undefined, indentFromAxis?: number, overlappingBehavior?: LabelOverlap, visible?: boolean }, linearThreshold?: number | undefined, logarithmBase?: number, minorGrid?: { color?: string, opacity?: number | undefined, visible?: boolean, width?: number }, minorTick?: { color?: string, length?: number, opacity?: number, shift?: number, visible?: boolean, width?: number }, minorTickCount?: number | undefined, minorTickInterval?: number | TimeInterval | { days?: number, hours?: number, milliseconds?: number, minutes?: number, months?: number, quarters?: number, seconds?: number, weeks?: number, years?: number }, opacity?: number | undefined, originValue?: number | undefined, period?: number | undefined, startAngle?: number, strips?: { color?: string | undefined, endValue?: Date | number | string | undefined, label?: { font?: Font, text?: string | undefined }, startValue?: Date | number | string | undefined }[], stripStyle?: { label?: { font?: Font } }, tick?: { color?: string, length?: number, opacity?: number | undefined, shift?: number, visible?: boolean, width?: number }, tickInterval?: number | TimeInterval | { days?: number, hours?: number, milliseconds?: number, minutes?: number, months?: number, quarters?: number, seconds?: number, weeks?: number, years?: number }, type?: AxisScaleType | undefined, visible?: boolean, width?: number }>;\n\n    /**\n    \n     * This member supports the internal infrastructure and is not intended to be used directly from your code.\n    \n     */\n    @Output() barGroupPaddingChange: EventEmitter<number>;\n\n    /**\n    \n     * This member supports the internal infrastructure and is not intended to be used directly from your code.\n    \n     */\n    @Output() barGroupWidthChange: EventEmitter<number | undefined>;\n\n    /**\n    \n     * This member supports the internal infrastructure and is not intended to be used directly from your code.\n    \n     */\n    @Output() commonAnnotationSettingsChange: EventEmitter<dxPolarChartCommonAnnotationConfig>;\n\n    /**\n    \n     * This member supports the internal infrastructure and is not intended to be used directly from your code.\n    \n     */\n    @Output() commonAxisSettingsChange: EventEmitter<{ allowDecimals?: boolean | undefined, color?: string, constantLineStyle?: { color?: string, dashStyle?: DashStyle, label?: { font?: Font, visible?: boolean }, width?: number }, discreteAxisDivisionMode?: DiscreteAxisDivisionMode, endOnTick?: boolean | undefined, grid?: { color?: string, opacity?: number | undefined, visible?: boolean, width?: number }, inverted?: boolean, label?: { font?: Font, indentFromAxis?: number, overlappingBehavior?: LabelOverlap, visible?: boolean }, minorGrid?: { color?: string, opacity?: number | undefined, visible?: boolean, width?: number }, minorTick?: { color?: string, length?: number, opacity?: number, visible?: boolean, width?: number }, opacity?: number | undefined, stripStyle?: { label?: { font?: Font } }, tick?: { color?: string, length?: number, opacity?: number | undefined, visible?: boolean, width?: number }, visible?: boolean, width?: number }>;\n\n    /**\n    \n     * This member supports the internal infrastructure and is not intended to be used directly from your code.\n    \n     */\n    @Output() commonSeriesSettingsChange: EventEmitter<{ area?: any, argumentField?: string, bar?: any, barPadding?: number | undefined, barWidth?: number | undefined, border?: { color?: string | undefined, dashStyle?: DashStyle | undefined, visible?: boolean, width?: number }, closed?: boolean, color?: ChartsColor | string | undefined, dashStyle?: DashStyle, hoverMode?: SeriesHoverMode, hoverStyle?: { border?: { color?: string | undefined, dashStyle?: DashStyle | undefined, visible?: boolean, width?: number }, color?: ChartsColor | string | undefined, dashStyle?: DashStyle, hatching?: { direction?: HatchDirection, opacity?: number, step?: number, width?: number }, highlight?: boolean, width?: number }, ignoreEmptyPoints?: boolean, label?: { argumentFormat?: Format | undefined, backgroundColor?: string | undefined, border?: { color?: string | undefined, dashStyle?: DashStyle | undefined, visible?: boolean, width?: number }, connector?: { color?: string | undefined, visible?: boolean, width?: number }, customizeText?: ((pointInfo: any) => string), displayFormat?: string | undefined, font?: Font, format?: Format | undefined, position?: RelativePosition, rotationAngle?: number, showForZeroValues?: boolean, visible?: boolean }, line?: any, maxLabelCount?: number | undefined, minBarSize?: number | undefined, opacity?: number, point?: { border?: { color?: string | undefined, visible?: boolean, width?: number }, color?: ChartsColor | string | undefined, hoverMode?: PointInteractionMode, hoverStyle?: { border?: { color?: string | undefined, visible?: boolean, width?: number }, color?: ChartsColor | string | undefined, size?: number }, image?: string | undefined | { height?: number, url?: string | undefined, width?: number }, selectionMode?: PointInteractionMode, selectionStyle?: { border?: { color?: string | undefined, visible?: boolean, width?: number }, color?: ChartsColor | string | undefined, size?: number }, size?: number, symbol?: PointSymbol, visible?: boolean }, scatter?: any, selectionMode?: SeriesSelectionMode, selectionStyle?: { border?: { color?: string | undefined, dashStyle?: DashStyle | undefined, visible?: boolean, width?: number }, color?: ChartsColor | string | undefined, dashStyle?: DashStyle, hatching?: { direction?: HatchDirection, opacity?: number, step?: number, width?: number }, highlight?: boolean, width?: number }, showInLegend?: boolean, stack?: string, stackedbar?: any, tagField?: string, type?: PolarChartSeriesType, valueErrorBar?: { color?: string, displayMode?: ValueErrorBarDisplayMode, edgeLength?: number, highValueField?: string | undefined, lineWidth?: number, lowValueField?: string | undefined, opacity?: number | undefined, type?: undefined | ValueErrorBarType, value?: number }, valueField?: string, visible?: boolean, width?: number }>;\n\n    /**\n    \n     * This member supports the internal infrastructure and is not intended to be used directly from your code.\n    \n     */\n    @Output() containerBackgroundColorChange: EventEmitter<string>;\n\n    /**\n    \n     * This member supports the internal infrastructure and is not intended to be used directly from your code.\n    \n     */\n    @Output() customizeAnnotationChange: EventEmitter<((annotation: dxPolarChartAnnotationConfig | any) => dxPolarChartAnnotationConfig) | undefined>;\n\n    /**\n    \n     * This member supports the internal infrastructure and is not intended to be used directly from your code.\n    \n     */\n    @Output() customizeLabelChange: EventEmitter<((pointInfo: any) => SeriesLabel)>;\n\n    /**\n    \n     * This member supports the internal infrastructure and is not intended to be used directly from your code.\n    \n     */\n    @Output() customizePointChange: EventEmitter<((pointInfo: any) => SeriesPoint)>;\n\n    /**\n    \n     * This member supports the internal infrastructure and is not intended to be used directly from your code.\n    \n     */\n    @Output() dataPrepareSettingsChange: EventEmitter<{ checkTypeForAllData?: boolean, convertToAxisDataType?: boolean, sortingMethod?: boolean | ((a: { arg: Date | number | string, val: Date | number | string }, b: { arg: Date | number | string, val: Date | number | string }) => number) }>;\n\n    /**\n    \n     * This member supports the internal infrastructure and is not intended to be used directly from your code.\n    \n     */\n    @Output() dataSourceChange: EventEmitter<Array<any> | DataSource | DataSourceOptions | null | Store | string>;\n\n    /**\n    \n     * This member supports the internal infrastructure and is not intended to be used directly from your code.\n    \n     */\n    @Output() disabledChange: EventEmitter<boolean>;\n\n    /**\n    \n     * This member supports the internal infrastructure and is not intended to be used directly from your code.\n    \n     */\n    @Output() elementAttrChange: EventEmitter<Record<string, any>>;\n\n    /**\n    \n     * This member supports the internal infrastructure and is not intended to be used directly from your code.\n    \n     */\n    @Output() exportChange: EventEmitter<{ backgroundColor?: string, enabled?: boolean, fileName?: string, formats?: Array<ExportFormat>, margin?: number, printingEnabled?: boolean, svgToCanvas?: ((svg: any, canvas: any) => any) | undefined }>;\n\n    /**\n    \n     * This member supports the internal infrastructure and is not intended to be used directly from your code.\n    \n     */\n    @Output() legendChange: EventEmitter<{ backgroundColor?: string | undefined, border?: { color?: string, cornerRadius?: number, dashStyle?: DashStyle, opacity?: number | undefined, visible?: boolean, width?: number }, columnCount?: number, columnItemSpacing?: number, customizeHint?: ((seriesInfo: { seriesColor: string, seriesIndex: number, seriesName: any }) => string), customizeItems?: ((items: Array<LegendItem>) => Array<LegendItem>), customizeText?: ((seriesInfo: { seriesColor: string, seriesIndex: number, seriesName: any }) => string), font?: Font, horizontalAlignment?: HorizontalAlignment, hoverMode?: LegendHoverMode, itemsAlignment?: HorizontalAlignment | undefined, itemTextPosition?: Position | undefined, margin?: number | { bottom?: number, left?: number, right?: number, top?: number }, markerSize?: number, markerTemplate?: any, orientation?: Orientation | undefined, paddingLeftRight?: number, paddingTopBottom?: number, rowCount?: number, rowItemSpacing?: number, title?: string | { font?: Font, horizontalAlignment?: HorizontalAlignment | undefined, margin?: { bottom?: number, left?: number, right?: number, top?: number }, placeholderSize?: number | undefined, subtitle?: string | { font?: Font, offset?: number, text?: string }, text?: string, verticalAlignment?: VerticalEdge }, verticalAlignment?: VerticalEdge, visible?: boolean }>;\n\n    /**\n    \n     * This member supports the internal infrastructure and is not intended to be used directly from your code.\n    \n     */\n    @Output() loadingIndicatorChange: EventEmitter<{ backgroundColor?: string, enabled?: boolean, font?: Font, show?: boolean, text?: string }>;\n\n    /**\n    \n     * This member supports the internal infrastructure and is not intended to be used directly from your code.\n    \n     */\n    @Output() marginChange: EventEmitter<{ bottom?: number, left?: number, right?: number, top?: number }>;\n\n    /**\n    \n     * This member supports the internal infrastructure and is not intended to be used directly from your code.\n    \n     */\n    @Output() negativesAsZeroesChange: EventEmitter<boolean>;\n\n    /**\n    \n     * This member supports the internal infrastructure and is not intended to be used directly from your code.\n    \n     */\n    @Output() paletteChange: EventEmitter<Array<string> | Palette>;\n\n    /**\n    \n     * This member supports the internal infrastructure and is not intended to be used directly from your code.\n    \n     */\n    @Output() paletteExtensionModeChange: EventEmitter<PaletteExtensionMode>;\n\n    /**\n    \n     * This member supports the internal infrastructure and is not intended to be used directly from your code.\n    \n     */\n    @Output() pathModifiedChange: EventEmitter<boolean>;\n\n    /**\n    \n     * This member supports the internal infrastructure and is not intended to be used directly from your code.\n    \n     */\n    @Output() pointSelectionModeChange: EventEmitter<SingleOrMultiple>;\n\n    /**\n    \n     * This member supports the internal infrastructure and is not intended to be used directly from your code.\n    \n     */\n    @Output() redrawOnResizeChange: EventEmitter<boolean>;\n\n    /**\n    \n     * This member supports the internal infrastructure and is not intended to be used directly from your code.\n    \n     */\n    @Output() resolveLabelOverlappingChange: EventEmitter<LabelOverlap>;\n\n    /**\n    \n     * This member supports the internal infrastructure and is not intended to be used directly from your code.\n    \n     */\n    @Output() rtlEnabledChange: EventEmitter<boolean>;\n\n    /**\n    \n     * This member supports the internal infrastructure and is not intended to be used directly from your code.\n    \n     */\n    @Output() seriesChange: EventEmitter<Array<PolarChartSeries> | PolarChartSeries | undefined>;\n\n    /**\n    \n     * This member supports the internal infrastructure and is not intended to be used directly from your code.\n    \n     */\n    @Output() seriesSelectionModeChange: EventEmitter<SingleOrMultiple>;\n\n    /**\n    \n     * This member supports the internal infrastructure and is not intended to be used directly from your code.\n    \n     */\n    @Output() seriesTemplateChange: EventEmitter<any>;\n\n    /**\n    \n     * This member supports the internal infrastructure and is not intended to be used directly from your code.\n    \n     */\n    @Output() sizeChange: EventEmitter<{ height?: number | undefined, width?: number | undefined }>;\n\n    /**\n    \n     * This member supports the internal infrastructure and is not intended to be used directly from your code.\n    \n     */\n    @Output() themeChange: EventEmitter<Theme>;\n\n    /**\n    \n     * This member supports the internal infrastructure and is not intended to be used directly from your code.\n    \n     */\n    @Output() titleChange: EventEmitter<string | { font?: Font, horizontalAlignment?: HorizontalAlignment, margin?: number | { bottom?: number, left?: number, right?: number, top?: number }, placeholderSize?: number | undefined, subtitle?: string | { font?: Font, offset?: number, text?: string, textOverflow?: TextOverflow, wordWrap?: WordWrap }, text?: string, textOverflow?: TextOverflow, verticalAlignment?: VerticalEdge, wordWrap?: WordWrap }>;\n\n    /**\n    \n     * This member supports the internal infrastructure and is not intended to be used directly from your code.\n    \n     */\n    @Output() tooltipChange: EventEmitter<{ argumentFormat?: Format | undefined, arrowLength?: number, border?: { color?: string, dashStyle?: DashStyle, opacity?: number | undefined, visible?: boolean, width?: number }, color?: string, container?: any | string | undefined, contentTemplate?: any, cornerRadius?: number, customizeTooltip?: ((pointInfo: dxPolarChartPointInfo) => Record<string, any>) | undefined, enabled?: boolean, font?: Font, format?: Format | undefined, interactive?: boolean, opacity?: number | undefined, paddingLeftRight?: number, paddingTopBottom?: number, shadow?: { blur?: number, color?: string, offsetX?: number, offsetY?: number, opacity?: number }, shared?: boolean, zIndex?: number | undefined }>;\n\n    /**\n    \n     * This member supports the internal infrastructure and is not intended to be used directly from your code.\n    \n     */\n    @Output() useSpiderWebChange: EventEmitter<boolean>;\n\n    /**\n    \n     * This member supports the internal infrastructure and is not intended to be used directly from your code.\n    \n     */\n    @Output() valueAxisChange: EventEmitter<{ allowDecimals?: boolean | undefined, axisDivisionFactor?: number, categories?: Array<Date | number | string>, color?: string, constantLines?: { color?: string, dashStyle?: DashStyle, displayBehindSeries?: boolean, extendAxis?: boolean, label?: { font?: Font, text?: string | undefined, visible?: boolean }, value?: Date | number | string | undefined, width?: number }[], constantLineStyle?: { color?: string, dashStyle?: DashStyle, label?: { font?: Font, visible?: boolean }, width?: number }, discreteAxisDivisionMode?: DiscreteAxisDivisionMode, endOnTick?: boolean, grid?: { color?: string, opacity?: number | undefined, visible?: boolean, width?: number }, inverted?: boolean, label?: { customizeHint?: ((axisValue: { value: Date | number | string, valueText: string }) => string), customizeText?: ((axisValue: { value: Date | number | string, valueText: string }) => string), font?: Font, format?: Format | undefined, indentFromAxis?: number, overlappingBehavior?: LabelOverlap, visible?: boolean }, linearThreshold?: number | undefined, logarithmBase?: number, maxValueMargin?: number | undefined, minorGrid?: { color?: string, opacity?: number | undefined, visible?: boolean, width?: number }, minorTick?: { color?: string, length?: number, opacity?: number, visible?: boolean, width?: number }, minorTickCount?: number | undefined, minorTickInterval?: number | TimeInterval | { days?: number, hours?: number, milliseconds?: number, minutes?: number, months?: number, quarters?: number, seconds?: number, weeks?: number, years?: number }, minValueMargin?: number | undefined, minVisualRangeLength?: number | TimeInterval | undefined | { days?: number, hours?: number, milliseconds?: number, minutes?: number, months?: number, quarters?: number, seconds?: number, weeks?: number, years?: number }, opacity?: number | undefined, showZero?: boolean | undefined, strips?: { color?: string | undefined, endValue?: Date | number | string | undefined, label?: { font?: Font, text?: string | undefined }, startValue?: Date | number | string | undefined }[], stripStyle?: { label?: { font?: Font } }, tick?: { color?: string, length?: number, opacity?: number | undefined, visible?: boolean, width?: number }, tickInterval?: number | TimeInterval | { days?: number, hours?: number, milliseconds?: number, minutes?: number, months?: number, quarters?: number, seconds?: number, weeks?: number, years?: number }, type?: AxisScaleType | undefined, valueMarginsEnabled?: boolean, valueType?: ChartsDataType | undefined, visible?: boolean, visualRange?: Array<Date | number | string> | CommonChartTypes.VisualRange, visualRangeUpdateMode?: ValueAxisVisualRangeUpdateMode, wholeRange?: Array<Date | number | string> | undefined | CommonChartTypes.VisualRange, width?: number }>;\n\n\n\n\n    constructor(elementRef: ElementRef, ngZone: NgZone, templateHost: DxTemplateHost,\n            private _watcherHelper: WatcherHelper,\n            private _idh: IterableDifferHelper,\n            optionHost: NestedOptionHost,\n            transferState: TransferState,\n            @Inject(PLATFORM_ID) platformId: any) {\n\n        super(elementRef, ngZone, templateHost, _watcherHelper, transferState, platformId);\n\n        this._createEventEmitters([\n            { subscribe: 'argumentAxisClick', emit: 'onArgumentAxisClick' },\n            { subscribe: 'disposing', emit: 'onDisposing' },\n            { subscribe: 'done', emit: 'onDone' },\n            { subscribe: 'drawn', emit: 'onDrawn' },\n            { subscribe: 'exported', emit: 'onExported' },\n            { subscribe: 'exporting', emit: 'onExporting' },\n            { subscribe: 'fileSaving', emit: 'onFileSaving' },\n            { subscribe: 'incidentOccurred', emit: 'onIncidentOccurred' },\n            { subscribe: 'initialized', emit: 'onInitialized' },\n            { subscribe: 'legendClick', emit: 'onLegendClick' },\n            { subscribe: 'optionChanged', emit: 'onOptionChanged' },\n            { subscribe: 'pointClick', emit: 'onPointClick' },\n            { subscribe: 'pointHoverChanged', emit: 'onPointHoverChanged' },\n            { subscribe: 'pointSelectionChanged', emit: 'onPointSelectionChanged' },\n            { subscribe: 'seriesClick', emit: 'onSeriesClick' },\n            { subscribe: 'seriesHoverChanged', emit: 'onSeriesHoverChanged' },\n            { subscribe: 'seriesSelectionChanged', emit: 'onSeriesSelectionChanged' },\n            { subscribe: 'tooltipHidden', emit: 'onTooltipHidden' },\n            { subscribe: 'tooltipShown', emit: 'onTooltipShown' },\n            { subscribe: 'zoomEnd', emit: 'onZoomEnd' },\n            { subscribe: 'zoomStart', emit: 'onZoomStart' },\n            { emit: 'adaptiveLayoutChange' },\n            { emit: 'animationChange' },\n            { emit: 'annotationsChange' },\n            { emit: 'argumentAxisChange' },\n            { emit: 'barGroupPaddingChange' },\n            { emit: 'barGroupWidthChange' },\n            { emit: 'commonAnnotationSettingsChange' },\n            { emit: 'commonAxisSettingsChange' },\n            { emit: 'commonSeriesSettingsChange' },\n            { emit: 'containerBackgroundColorChange' },\n            { emit: 'customizeAnnotationChange' },\n            { emit: 'customizeLabelChange' },\n            { emit: 'customizePointChange' },\n            { emit: 'dataPrepareSettingsChange' },\n            { emit: 'dataSourceChange' },\n            { emit: 'disabledChange' },\n            { emit: 'elementAttrChange' },\n            { emit: 'exportChange' },\n            { emit: 'legendChange' },\n            { emit: 'loadingIndicatorChange' },\n            { emit: 'marginChange' },\n            { emit: 'negativesAsZeroesChange' },\n            { emit: 'paletteChange' },\n            { emit: 'paletteExtensionModeChange' },\n            { emit: 'pathModifiedChange' },\n            { emit: 'pointSelectionModeChange' },\n            { emit: 'redrawOnResizeChange' },\n            { emit: 'resolveLabelOverlappingChange' },\n            { emit: 'rtlEnabledChange' },\n            { emit: 'seriesChange' },\n            { emit: 'seriesSelectionModeChange' },\n            { emit: 'seriesTemplateChange' },\n            { emit: 'sizeChange' },\n            { emit: 'themeChange' },\n            { emit: 'titleChange' },\n            { emit: 'tooltipChange' },\n            { emit: 'useSpiderWebChange' },\n            { emit: 'valueAxisChange' }\n        ]);\n\n        this._idh.setHost(this);\n        optionHost.setHost(this);\n    }\n\n    protected _createInstance(element, options) {\n\n        return new DxPolarChart(element, options);\n    }\n\n\n    ngOnDestroy() {\n        this._destroyWidget();\n    }\n\n    ngOnChanges(changes: SimpleChanges) {\n        super.ngOnChanges(changes);\n        this.setupChanges('annotations', changes);\n        this.setupChanges('dataSource', changes);\n        this.setupChanges('palette', changes);\n        this.setupChanges('series', changes);\n    }\n\n    setupChanges(prop: string, changes: SimpleChanges) {\n        if (!(prop in this._optionsToUpdate)) {\n            this._idh.setup(prop, changes);\n        }\n    }\n\n    ngDoCheck() {\n        this._idh.doCheck('annotations');\n        this._idh.doCheck('dataSource');\n        this._idh.doCheck('palette');\n        this._idh.doCheck('series');\n        this._watcherHelper.checkWatchers();\n        super.ngDoCheck();\n        super.clearChangedOptions();\n    }\n\n    _setOption(name: string, value: any) {\n        let isSetup = this._idh.setupSingle(name, value);\n        let isChanged = this._idh.getChanges(name, value) !== null;\n\n        if (isSetup || isChanged) {\n            super._setOption(name, value);\n        }\n    }\n}\n\n@NgModule({\n  imports: [\n    DxPolarChartComponent,\n    DxoAdaptiveLayoutModule,\n    DxoAnimationModule,\n    DxiAnnotationModule,\n    DxoBorderModule,\n    DxoFontModule,\n    DxoImageModule,\n    DxoShadowModule,\n    DxoArgumentAxisModule,\n    DxiConstantLineModule,\n    DxoLabelModule,\n    DxoConstantLineStyleModule,\n    DxoGridModule,\n    DxoFormatModule,\n    DxoMinorGridModule,\n    DxoMinorTickModule,\n    DxoMinorTickIntervalModule,\n    DxiStripModule,\n    DxoStripStyleModule,\n    DxoTickModule,\n    DxoTickIntervalModule,\n    DxoCommonAnnotationSettingsModule,\n    DxoCommonAxisSettingsModule,\n    DxoCommonSeriesSettingsModule,\n    DxoAreaModule,\n    DxoHoverStyleModule,\n    DxoHatchingModule,\n    DxoConnectorModule,\n    DxoPointModule,\n    DxoSelectionStyleModule,\n    DxoValueErrorBarModule,\n    DxoBarModule,\n    DxoColorModule,\n    DxoArgumentFormatModule,\n    DxoLineModule,\n    DxoScatterModule,\n    DxoStackedbarModule,\n    DxoDataPrepareSettingsModule,\n    DxoExportModule,\n    DxoLegendModule,\n    DxoMarginModule,\n    DxoTitleModule,\n    DxoSubtitleModule,\n    DxoLoadingIndicatorModule,\n    DxiSeriesModule,\n    DxoSeriesTemplateModule,\n    DxoSizeModule,\n    DxoTooltipModule,\n    DxoValueAxisModule,\n    DxoMinVisualRangeLengthModule,\n    DxoPolarChartAdaptiveLayoutModule,\n    DxoPolarChartAnimationModule,\n    DxiPolarChartAnnotationModule,\n    DxoPolarChartAnnotationBorderModule,\n    DxoPolarChartArgumentAxisModule,\n    DxoPolarChartArgumentAxisMinorTickModule,\n    DxoPolarChartArgumentAxisTickModule,\n    DxoPolarChartArgumentFormatModule,\n    DxoPolarChartAxisLabelModule,\n    DxoPolarChartBorderModule,\n    DxoPolarChartColorModule,\n    DxoPolarChartCommonAnnotationSettingsModule,\n    DxoPolarChartCommonAxisSettingsModule,\n    DxoPolarChartCommonAxisSettingsLabelModule,\n    DxoPolarChartCommonAxisSettingsMinorTickModule,\n    DxoPolarChartCommonAxisSettingsTickModule,\n    DxoPolarChartCommonSeriesSettingsModule,\n    DxoPolarChartCommonSeriesSettingsHoverStyleModule,\n    DxoPolarChartCommonSeriesSettingsLabelModule,\n    DxoPolarChartCommonSeriesSettingsSelectionStyleModule,\n    DxoPolarChartConnectorModule,\n    DxiPolarChartConstantLineModule,\n    DxoPolarChartConstantLineLabelModule,\n    DxoPolarChartConstantLineStyleModule,\n    DxoPolarChartConstantLineStyleLabelModule,\n    DxoPolarChartDataPrepareSettingsModule,\n    DxoPolarChartExportModule,\n    DxoPolarChartFontModule,\n    DxoPolarChartFormatModule,\n    DxoPolarChartGridModule,\n    DxoPolarChartHatchingModule,\n    DxoPolarChartHoverStyleModule,\n    DxoPolarChartImageModule,\n    DxoPolarChartLabelModule,\n    DxoPolarChartLegendModule,\n    DxoPolarChartLegendTitleModule,\n    DxoPolarChartLegendTitleSubtitleModule,\n    DxoPolarChartLengthModule,\n    DxoPolarChartLoadingIndicatorModule,\n    DxoPolarChartMarginModule,\n    DxoPolarChartMinorGridModule,\n    DxoPolarChartMinorTickModule,\n    DxoPolarChartMinorTickIntervalModule,\n    DxoPolarChartMinVisualRangeLengthModule,\n    DxoPolarChartPointModule,\n    DxoPolarChartPointBorderModule,\n    DxoPolarChartPointHoverStyleModule,\n    DxoPolarChartPointSelectionStyleModule,\n    DxoPolarChartPolarChartTitleModule,\n    DxoPolarChartPolarChartTitleSubtitleModule,\n    DxoPolarChartSelectionStyleModule,\n    DxiPolarChartSeriesModule,\n    DxoPolarChartSeriesBorderModule,\n    DxoPolarChartSeriesTemplateModule,\n    DxoPolarChartShadowModule,\n    DxoPolarChartSizeModule,\n    DxiPolarChartStripModule,\n    DxoPolarChartStripLabelModule,\n    DxoPolarChartStripStyleModule,\n    DxoPolarChartStripStyleLabelModule,\n    DxoPolarChartSubtitleModule,\n    DxoPolarChartTickModule,\n    DxoPolarChartTickIntervalModule,\n    DxoPolarChartTitleModule,\n    DxoPolarChartTooltipModule,\n    DxoPolarChartTooltipBorderModule,\n    DxoPolarChartValueAxisModule,\n    DxoPolarChartValueErrorBarModule,\n    DxoPolarChartVisualRangeModule,\n    DxoPolarChartWholeRangeModule,\n    DxIntegrationModule,\n    DxTemplateModule\n  ],\n  exports: [\n    DxPolarChartComponent,\n    DxoAdaptiveLayoutModule,\n    DxoAnimationModule,\n    DxiAnnotationModule,\n    DxoBorderModule,\n    DxoFontModule,\n    DxoImageModule,\n    DxoShadowModule,\n    DxoArgumentAxisModule,\n    DxiConstantLineModule,\n    DxoLabelModule,\n    DxoConstantLineStyleModule,\n    DxoGridModule,\n    DxoFormatModule,\n    DxoMinorGridModule,\n    DxoMinorTickModule,\n    DxoMinorTickIntervalModule,\n    DxiStripModule,\n    DxoStripStyleModule,\n    DxoTickModule,\n    DxoTickIntervalModule,\n    DxoCommonAnnotationSettingsModule,\n    DxoCommonAxisSettingsModule,\n    DxoCommonSeriesSettingsModule,\n    DxoAreaModule,\n    DxoHoverStyleModule,\n    DxoHatchingModule,\n    DxoConnectorModule,\n    DxoPointModule,\n    DxoSelectionStyleModule,\n    DxoValueErrorBarModule,\n    DxoBarModule,\n    DxoColorModule,\n    DxoArgumentFormatModule,\n    DxoLineModule,\n    DxoScatterModule,\n    DxoStackedbarModule,\n    DxoDataPrepareSettingsModule,\n    DxoExportModule,\n    DxoLegendModule,\n    DxoMarginModule,\n    DxoTitleModule,\n    DxoSubtitleModule,\n    DxoLoadingIndicatorModule,\n    DxiSeriesModule,\n    DxoSeriesTemplateModule,\n    DxoSizeModule,\n    DxoTooltipModule,\n    DxoValueAxisModule,\n    DxoMinVisualRangeLengthModule,\n    DxoPolarChartAdaptiveLayoutModule,\n    DxoPolarChartAnimationModule,\n    DxiPolarChartAnnotationModule,\n    DxoPolarChartAnnotationBorderModule,\n    DxoPolarChartArgumentAxisModule,\n    DxoPolarChartArgumentAxisMinorTickModule,\n    DxoPolarChartArgumentAxisTickModule,\n    DxoPolarChartArgumentFormatModule,\n    DxoPolarChartAxisLabelModule,\n    DxoPolarChartBorderModule,\n    DxoPolarChartColorModule,\n    DxoPolarChartCommonAnnotationSettingsModule,\n    DxoPolarChartCommonAxisSettingsModule,\n    DxoPolarChartCommonAxisSettingsLabelModule,\n    DxoPolarChartCommonAxisSettingsMinorTickModule,\n    DxoPolarChartCommonAxisSettingsTickModule,\n    DxoPolarChartCommonSeriesSettingsModule,\n    DxoPolarChartCommonSeriesSettingsHoverStyleModule,\n    DxoPolarChartCommonSeriesSettingsLabelModule,\n    DxoPolarChartCommonSeriesSettingsSelectionStyleModule,\n    DxoPolarChartConnectorModule,\n    DxiPolarChartConstantLineModule,\n    DxoPolarChartConstantLineLabelModule,\n    DxoPolarChartConstantLineStyleModule,\n    DxoPolarChartConstantLineStyleLabelModule,\n    DxoPolarChartDataPrepareSettingsModule,\n    DxoPolarChartExportModule,\n    DxoPolarChartFontModule,\n    DxoPolarChartFormatModule,\n    DxoPolarChartGridModule,\n    DxoPolarChartHatchingModule,\n    DxoPolarChartHoverStyleModule,\n    DxoPolarChartImageModule,\n    DxoPolarChartLabelModule,\n    DxoPolarChartLegendModule,\n    DxoPolarChartLegendTitleModule,\n    DxoPolarChartLegendTitleSubtitleModule,\n    DxoPolarChartLengthModule,\n    DxoPolarChartLoadingIndicatorModule,\n    DxoPolarChartMarginModule,\n    DxoPolarChartMinorGridModule,\n    DxoPolarChartMinorTickModule,\n    DxoPolarChartMinorTickIntervalModule,\n    DxoPolarChartMinVisualRangeLengthModule,\n    DxoPolarChartPointModule,\n    DxoPolarChartPointBorderModule,\n    DxoPolarChartPointHoverStyleModule,\n    DxoPolarChartPointSelectionStyleModule,\n    DxoPolarChartPolarChartTitleModule,\n    DxoPolarChartPolarChartTitleSubtitleModule,\n    DxoPolarChartSelectionStyleModule,\n    DxiPolarChartSeriesModule,\n    DxoPolarChartSeriesBorderModule,\n    DxoPolarChartSeriesTemplateModule,\n    DxoPolarChartShadowModule,\n    DxoPolarChartSizeModule,\n    DxiPolarChartStripModule,\n    DxoPolarChartStripLabelModule,\n    DxoPolarChartStripStyleModule,\n    DxoPolarChartStripStyleLabelModule,\n    DxoPolarChartSubtitleModule,\n    DxoPolarChartTickModule,\n    DxoPolarChartTickIntervalModule,\n    DxoPolarChartTitleModule,\n    DxoPolarChartTooltipModule,\n    DxoPolarChartTooltipBorderModule,\n    DxoPolarChartValueAxisModule,\n    DxoPolarChartValueErrorBarModule,\n    DxoPolarChartVisualRangeModule,\n    DxoPolarChartWholeRangeModule,\n    DxTemplateModule\n  ]\n})\nexport class DxPolarChartModule { }\n\nexport * from 'devextreme-angular/ui/polar-chart/nested';\n\nimport type * as DxPolarChartTypes from \"devextreme/viz/polar_chart_types\";\nexport { DxPolarChartTypes };\n\n\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './index';\n"],"names":[],"mappings":"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"}