igniteui-angular-core 18.1.0 → 18.1.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/bundles/igniteui-angular-core.umd.js +1669 -1419
- package/bundles/igniteui-angular-core.umd.min.js +1 -1
- package/esm2015/lib/CategoryChartDescription.js +131 -131
- package/esm2015/lib/ChartMouseEventArgsDescription.js +16 -8
- package/esm2015/lib/CodeGeneratingComponentRendererCodeEmitter_combined.js +8 -0
- package/esm2015/lib/ComponentRenderer_combined.js +8 -0
- package/esm2015/lib/DataChartMouseButtonEventArgsDescription.js +19 -11
- package/esm2015/lib/DataPieBaseChartDescription.js +112 -104
- package/esm2015/lib/DataPieBaseChartDescriptionMetadata.js +1 -0
- package/esm2015/lib/DataPieChartDescription.js +36 -36
- package/esm2015/lib/DomainChartDescription.js +129 -81
- package/esm2015/lib/DomainChartDescriptionMetadata.js +8 -0
- package/esm2015/lib/DomainChartPlotAreaPointerEventArgsDescription.js +34 -0
- package/esm2015/lib/DomainChartPlotAreaPointerEventArgsDescriptionMetadata.js +37 -0
- package/esm2015/lib/DomainChartSeriesPointerEventArgsDescription.js +13 -5
- package/esm2015/lib/DomainChartSeriesPointerEventArgsDescriptionMetadata.js +1 -0
- package/esm2015/lib/FinancialChartDescription.js +179 -179
- package/esm2015/lib/PlotAreaMouseButtonEventArgsDescriptionMetadata_combined.js +2 -0
- package/esm2015/lib/RadialBaseChartDescription.js +216 -216
- package/esm2015/lib/RadialPieSeriesDescription.js +8 -0
- package/esm2015/lib/RadialPieSeriesDescriptionMetadata.js +1 -0
- package/esm2015/lib/WebBaseExporterDescriptionMetadata_combined.js +1 -1
- package/esm2015/lib/WebGridBaseDirectiveDescription_combined.js +340 -340
- package/esm2015/lib/WebIconDescriptionMetadata.js +5 -0
- package/esm2015/lib/WebIconMetaDescription.js +8 -6
- package/esm2015/lib/WebIconMetaDescriptionMetadata.js +4 -0
- package/esm2015/lib/XYChartDescription.js +216 -216
- package/esm2015/public_api.js +2 -0
- package/esm5/lib/CategoryChartDescription.js +131 -131
- package/esm5/lib/ChartMouseEventArgsDescription.js +19 -7
- package/esm5/lib/CodeGeneratingComponentRendererCodeEmitter_combined.js +8 -0
- package/esm5/lib/ComponentRenderer_combined.js +8 -0
- package/esm5/lib/DataChartMouseButtonEventArgsDescription.js +22 -10
- package/esm5/lib/DataPieBaseChartDescription.js +116 -104
- package/esm5/lib/DataPieBaseChartDescriptionMetadata.js +1 -0
- package/esm5/lib/DataPieChartDescription.js +36 -36
- package/esm5/lib/DomainChartDescription.js +153 -81
- package/esm5/lib/DomainChartDescriptionMetadata.js +8 -0
- package/esm5/lib/DomainChartPlotAreaPointerEventArgsDescription.js +44 -0
- package/esm5/lib/DomainChartPlotAreaPointerEventArgsDescriptionMetadata.js +41 -0
- package/esm5/lib/DomainChartSeriesPointerEventArgsDescription.js +17 -5
- package/esm5/lib/DomainChartSeriesPointerEventArgsDescriptionMetadata.js +1 -0
- package/esm5/lib/FinancialChartDescription.js +179 -179
- package/esm5/lib/PlotAreaMouseButtonEventArgsDescriptionMetadata_combined.js +2 -0
- package/esm5/lib/RadialBaseChartDescription.js +216 -216
- package/esm5/lib/RadialPieSeriesDescription.js +12 -0
- package/esm5/lib/RadialPieSeriesDescriptionMetadata.js +1 -0
- package/esm5/lib/WebBaseExporterDescriptionMetadata_combined.js +1 -1
- package/esm5/lib/WebGridBaseDirectiveDescription_combined.js +339 -339
- package/esm5/lib/WebIconDescriptionMetadata.js +5 -0
- package/esm5/lib/WebIconMetaDescription.js +8 -6
- package/esm5/lib/WebIconMetaDescriptionMetadata.js +4 -0
- package/esm5/lib/XYChartDescription.js +216 -216
- package/esm5/public_api.js +2 -0
- package/fesm2015/igniteui-angular-core.js +1603 -1409
- package/fesm5/igniteui-angular-core.js +1668 -1420
- package/lib/CategoryChartDescription.d.ts +45 -45
- package/lib/ChartMouseEventArgsDescription.d.ts +7 -3
- package/lib/CodeGeneratingComponentRendererCodeEmitter_combined.d.ts +1 -0
- package/lib/DataChartMouseButtonEventArgsDescription.d.ts +8 -4
- package/lib/DataPieBaseChartDescription.d.ts +39 -36
- package/lib/DataPieChartDescription.d.ts +12 -12
- package/lib/DomainChartDescription.d.ts +46 -28
- package/lib/DomainChartPlotAreaPointerEventArgsDescription.d.ts +15 -0
- package/lib/DomainChartPlotAreaPointerEventArgsDescriptionMetadata.d.ts +13 -0
- package/lib/DomainChartSeriesPointerEventArgsDescription.d.ts +6 -2
- package/lib/FinancialChartDescription.d.ts +61 -61
- package/lib/ILegendContext.d.ts +1 -0
- package/lib/RadialBaseChartDescription.d.ts +76 -76
- package/lib/RadialPieSeriesDescription.d.ts +3 -0
- package/lib/WebGridBaseDirectiveDescription_combined.d.ts +121 -121
- package/lib/WebIconDescriptionMetadata.d.ts +1 -0
- package/lib/WebIconMetaDescription.d.ts +4 -2
- package/lib/XYChartDescription.d.ts +76 -76
- package/package.json +1 -1
- package/public_api.d.ts +2 -0
|
@@ -5,141 +5,141 @@ import { Type } from "./type";
|
|
|
5
5
|
*/
|
|
6
6
|
export declare class CategoryChartDescription extends XYChartDescription {
|
|
7
7
|
static $t: Type;
|
|
8
|
-
private
|
|
8
|
+
private x2;
|
|
9
9
|
get tooltipTemplateRef(): string;
|
|
10
10
|
set tooltipTemplateRef(a: string);
|
|
11
|
-
private
|
|
11
|
+
private x7;
|
|
12
12
|
get width(): string;
|
|
13
13
|
set width(a: string);
|
|
14
|
-
private
|
|
14
|
+
private x0;
|
|
15
15
|
get height(): string;
|
|
16
16
|
set height(a: string);
|
|
17
|
-
private
|
|
17
|
+
private xy;
|
|
18
18
|
get background(): string;
|
|
19
19
|
set background(a: string);
|
|
20
20
|
protected get_type(): string;
|
|
21
21
|
constructor();
|
|
22
|
-
private
|
|
22
|
+
private xr;
|
|
23
23
|
get transitionInDuration(): number;
|
|
24
24
|
set transitionInDuration(a: number);
|
|
25
|
-
private
|
|
25
|
+
private xs;
|
|
26
26
|
get transitionOutDuration(): number;
|
|
27
27
|
set transitionOutDuration(a: number);
|
|
28
|
-
private
|
|
28
|
+
private x3;
|
|
29
29
|
get transitionInEasingFunctionRef(): string;
|
|
30
30
|
set transitionInEasingFunctionRef(a: string);
|
|
31
|
-
private
|
|
31
|
+
private x6;
|
|
32
32
|
get transitionOutEasingFunctionRef(): string;
|
|
33
33
|
set transitionOutEasingFunctionRef(a: string);
|
|
34
|
-
private
|
|
34
|
+
private xz;
|
|
35
35
|
get chartType(): string;
|
|
36
36
|
set chartType(a: string);
|
|
37
|
-
private
|
|
37
|
+
private x1;
|
|
38
38
|
get markerCollisionAvoidance(): string;
|
|
39
39
|
set markerCollisionAvoidance(a: string);
|
|
40
|
-
private
|
|
40
|
+
private v9;
|
|
41
41
|
get isSplineShapePartOfRange(): boolean;
|
|
42
42
|
set isSplineShapePartOfRange(a: boolean);
|
|
43
|
-
private
|
|
43
|
+
private wa;
|
|
44
44
|
get isTransitionInEnabled(): boolean;
|
|
45
45
|
set isTransitionInEnabled(a: boolean);
|
|
46
|
-
private
|
|
46
|
+
private x4;
|
|
47
47
|
get transitionInMode(): string;
|
|
48
48
|
set transitionInMode(a: string);
|
|
49
|
-
private
|
|
49
|
+
private x5;
|
|
50
50
|
get transitionInSpeedType(): string;
|
|
51
51
|
set transitionInSpeedType(a: string);
|
|
52
|
-
private
|
|
52
|
+
private ww;
|
|
53
53
|
get xAxisInterval(): number;
|
|
54
54
|
set xAxisInterval(a: number);
|
|
55
|
-
private
|
|
55
|
+
private wz;
|
|
56
56
|
get xAxisMinorInterval(): number;
|
|
57
57
|
set xAxisMinorInterval(a: number);
|
|
58
|
-
private
|
|
58
|
+
private wv;
|
|
59
59
|
get xAxisGap(): number;
|
|
60
60
|
set xAxisGap(a: number);
|
|
61
|
-
private
|
|
61
|
+
private wy;
|
|
62
62
|
get xAxisMinimumGapSize(): number;
|
|
63
63
|
set xAxisMinimumGapSize(a: number);
|
|
64
|
-
private
|
|
64
|
+
private wx;
|
|
65
65
|
get xAxisMaximumGap(): number;
|
|
66
66
|
set xAxisMaximumGap(a: number);
|
|
67
|
-
private
|
|
67
|
+
private w0;
|
|
68
68
|
get xAxisOverlap(): number;
|
|
69
69
|
set xAxisOverlap(a: number);
|
|
70
|
-
private
|
|
70
|
+
private w6;
|
|
71
71
|
get yAxisInterval(): number;
|
|
72
72
|
set yAxisInterval(a: number);
|
|
73
|
-
private
|
|
73
|
+
private xx;
|
|
74
74
|
get autoMarginAndAngleUpdateMode(): string;
|
|
75
75
|
set autoMarginAndAngleUpdateMode(a: string);
|
|
76
|
-
private
|
|
76
|
+
private wb;
|
|
77
77
|
get shouldAutoExpandMarginForInitialLabels(): boolean;
|
|
78
78
|
set shouldAutoExpandMarginForInitialLabels(a: boolean);
|
|
79
|
-
private
|
|
79
|
+
private wc;
|
|
80
80
|
get shouldConsiderAutoRotationForInitialLabels(): boolean;
|
|
81
81
|
set shouldConsiderAutoRotationForInitialLabels(a: boolean);
|
|
82
|
-
private
|
|
82
|
+
private wt;
|
|
83
83
|
get autoExpandMarginExtraPadding(): number;
|
|
84
84
|
set autoExpandMarginExtraPadding(a: number);
|
|
85
|
-
private
|
|
85
|
+
private wu;
|
|
86
86
|
get autoExpandMarginMaximumValue(): number;
|
|
87
87
|
set autoExpandMarginMaximumValue(a: number);
|
|
88
|
-
private
|
|
88
|
+
private wg;
|
|
89
89
|
get yAxisFavorLabellingScaleEnd(): boolean;
|
|
90
90
|
set yAxisFavorLabellingScaleEnd(a: boolean);
|
|
91
|
-
private
|
|
91
|
+
private wd;
|
|
92
92
|
get xAxisEnhancedIntervalPreferMoreCategoryLabels(): boolean;
|
|
93
93
|
set xAxisEnhancedIntervalPreferMoreCategoryLabels(a: boolean);
|
|
94
|
-
private
|
|
94
|
+
private wf;
|
|
95
95
|
get yAxisEnhancedIntervalPreferMoreCategoryLabels(): boolean;
|
|
96
96
|
set yAxisEnhancedIntervalPreferMoreCategoryLabels(a: boolean);
|
|
97
|
-
private
|
|
97
|
+
private x8;
|
|
98
98
|
get yAxisAutoRangeBufferMode(): string;
|
|
99
99
|
set yAxisAutoRangeBufferMode(a: string);
|
|
100
|
-
private
|
|
100
|
+
private wh;
|
|
101
101
|
get yAxisIsLogarithmic(): boolean;
|
|
102
102
|
set yAxisIsLogarithmic(a: boolean);
|
|
103
|
-
private
|
|
103
|
+
private xt;
|
|
104
104
|
get yAxisLogarithmBase(): number;
|
|
105
105
|
set yAxisLogarithmBase(a: number);
|
|
106
|
-
private
|
|
106
|
+
private w8;
|
|
107
107
|
get yAxisMinimumValue(): number;
|
|
108
108
|
set yAxisMinimumValue(a: number);
|
|
109
|
-
private
|
|
109
|
+
private w7;
|
|
110
110
|
get yAxisMaximumValue(): number;
|
|
111
111
|
set yAxisMaximumValue(a: number);
|
|
112
|
-
private
|
|
112
|
+
private w9;
|
|
113
113
|
get yAxisMinorInterval(): number;
|
|
114
114
|
set yAxisMinorInterval(a: number);
|
|
115
|
-
private
|
|
115
|
+
private v3;
|
|
116
116
|
get negativeBrushes(): string[];
|
|
117
117
|
set negativeBrushes(a: string[]);
|
|
118
|
-
private
|
|
118
|
+
private v4;
|
|
119
119
|
get negativeOutlines(): string[];
|
|
120
120
|
set negativeOutlines(a: string[]);
|
|
121
|
-
private
|
|
121
|
+
private we;
|
|
122
122
|
get yAxisAbbreviateLargeNumbers(): boolean;
|
|
123
123
|
set yAxisAbbreviateLargeNumbers(a: boolean);
|
|
124
|
-
private
|
|
124
|
+
private w1;
|
|
125
125
|
get xAxisZoomMaximumCategoryRange(): number;
|
|
126
126
|
set xAxisZoomMaximumCategoryRange(a: number);
|
|
127
|
-
private
|
|
127
|
+
private w2;
|
|
128
128
|
get xAxisZoomMaximumItemSpan(): number;
|
|
129
129
|
set xAxisZoomMaximumItemSpan(a: number);
|
|
130
|
-
private
|
|
130
|
+
private w3;
|
|
131
131
|
get xAxisZoomToCategoryRange(): number;
|
|
132
132
|
set xAxisZoomToCategoryRange(a: number);
|
|
133
|
-
private
|
|
133
|
+
private w4;
|
|
134
134
|
get xAxisZoomToCategoryStart(): number;
|
|
135
135
|
set xAxisZoomToCategoryStart(a: number);
|
|
136
|
-
private
|
|
136
|
+
private w5;
|
|
137
137
|
get xAxisZoomToItemSpan(): number;
|
|
138
138
|
set xAxisZoomToItemSpan(a: number);
|
|
139
|
-
private
|
|
139
|
+
private v7;
|
|
140
140
|
get isCategoryHighlightingEnabled(): boolean;
|
|
141
141
|
set isCategoryHighlightingEnabled(a: boolean);
|
|
142
|
-
private
|
|
142
|
+
private v8;
|
|
143
143
|
get isItemHighlightingEnabled(): boolean;
|
|
144
144
|
set isItemHighlightingEnabled(a: boolean);
|
|
145
145
|
}
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import { Description } from "./Description";
|
|
2
2
|
import { SeriesDescription } from "./SeriesDescription";
|
|
3
|
+
import { PointDescription } from "./PointDescription";
|
|
3
4
|
import { SeriesViewerDescription } from "./SeriesViewerDescription";
|
|
4
5
|
import { Type } from "./type";
|
|
5
6
|
/**
|
|
@@ -10,13 +11,16 @@ export declare class ChartMouseEventArgsDescription extends Description {
|
|
|
10
11
|
protected get_type(): string;
|
|
11
12
|
get type(): string;
|
|
12
13
|
constructor();
|
|
13
|
-
private
|
|
14
|
+
private n;
|
|
14
15
|
get itemRef(): string;
|
|
15
16
|
set itemRef(a: string);
|
|
16
|
-
private
|
|
17
|
+
private j;
|
|
17
18
|
get series(): SeriesDescription;
|
|
18
19
|
set series(a: SeriesDescription);
|
|
19
|
-
private
|
|
20
|
+
private h;
|
|
21
|
+
get plotAreaPosition(): PointDescription;
|
|
22
|
+
set plotAreaPosition(a: PointDescription);
|
|
23
|
+
private l;
|
|
20
24
|
get chart(): SeriesViewerDescription;
|
|
21
25
|
set chart(a: SeriesViewerDescription);
|
|
22
26
|
}
|
|
@@ -220,6 +220,7 @@ export declare abstract class WebCodeBehindCodeGeneratingComponentRendererCodeEm
|
|
|
220
220
|
protected aw(a: CodeGenerationItemBuilderPropertyInfo): string;
|
|
221
221
|
protected at(a: TypeDescriptionContext, b: CodeGenerationItemBuilderPropertyInfo): string;
|
|
222
222
|
protected get_x(): boolean;
|
|
223
|
+
u(a: string, b: TypeDescriptionContext): boolean;
|
|
223
224
|
bc(a: string, b: string, c: TypeDescriptionContext): void;
|
|
224
225
|
private bw;
|
|
225
226
|
bq(): void;
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import { Description } from "./Description";
|
|
2
2
|
import { SeriesDescription } from "./SeriesDescription";
|
|
3
|
+
import { PointDescription } from "./PointDescription";
|
|
3
4
|
import { SeriesViewerDescription } from "./SeriesViewerDescription";
|
|
4
5
|
import { Type } from "./type";
|
|
5
6
|
/**
|
|
@@ -10,16 +11,19 @@ export declare class DataChartMouseButtonEventArgsDescription extends Descriptio
|
|
|
10
11
|
protected get_type(): string;
|
|
11
12
|
get type(): string;
|
|
12
13
|
constructor();
|
|
13
|
-
private
|
|
14
|
+
private n;
|
|
14
15
|
get handled(): boolean;
|
|
15
16
|
set handled(a: boolean);
|
|
16
|
-
private
|
|
17
|
+
private p;
|
|
17
18
|
get itemRef(): string;
|
|
18
19
|
set itemRef(a: string);
|
|
19
|
-
private
|
|
20
|
+
private j;
|
|
20
21
|
get series(): SeriesDescription;
|
|
21
22
|
set series(a: SeriesDescription);
|
|
22
|
-
private
|
|
23
|
+
private h;
|
|
24
|
+
get plotAreaPosition(): PointDescription;
|
|
25
|
+
set plotAreaPosition(a: PointDescription);
|
|
26
|
+
private l;
|
|
23
27
|
get chart(): SeriesViewerDescription;
|
|
24
28
|
set chart(a: SeriesViewerDescription);
|
|
25
29
|
}
|
|
@@ -8,112 +8,115 @@ export declare abstract class DataPieBaseChartDescription extends RadialBaseChar
|
|
|
8
8
|
static $t: Type;
|
|
9
9
|
protected get_type(): string;
|
|
10
10
|
constructor();
|
|
11
|
-
private
|
|
11
|
+
private xi;
|
|
12
12
|
get sliceLabelFormat(): string;
|
|
13
13
|
set sliceLabelFormat(a: string);
|
|
14
|
-
private
|
|
14
|
+
private v6;
|
|
15
15
|
get sliceLabelFormatSpecifiers(): FormatSpecifierDescription[];
|
|
16
16
|
set sliceLabelFormatSpecifiers(a: FormatSpecifierDescription[]);
|
|
17
|
-
private
|
|
17
|
+
private xa;
|
|
18
18
|
get legendSliceLabelFormat(): string;
|
|
19
19
|
set legendSliceLabelFormat(a: string);
|
|
20
|
-
private
|
|
20
|
+
private v4;
|
|
21
21
|
get legendSliceLabelFormatSpecifiers(): FormatSpecifierDescription[];
|
|
22
22
|
set legendSliceLabelFormatSpecifiers(a: FormatSpecifierDescription[]);
|
|
23
|
-
private
|
|
23
|
+
private xf;
|
|
24
24
|
get othersSliceLabelFormat(): string;
|
|
25
25
|
set othersSliceLabelFormat(a: string);
|
|
26
|
-
private
|
|
26
|
+
private v5;
|
|
27
27
|
get othersSliceLabelFormatSpecifiers(): FormatSpecifierDescription[];
|
|
28
28
|
set othersSliceLabelFormatSpecifiers(a: FormatSpecifierDescription[]);
|
|
29
|
-
private
|
|
29
|
+
private w8;
|
|
30
30
|
get legendOthersSliceLabelFormat(): string;
|
|
31
31
|
set legendOthersSliceLabelFormat(a: string);
|
|
32
|
-
private
|
|
32
|
+
private v3;
|
|
33
33
|
get legendOthersSliceLabelFormatSpecifiers(): FormatSpecifierDescription[];
|
|
34
34
|
set legendOthersSliceLabelFormatSpecifiers(a: FormatSpecifierDescription[]);
|
|
35
|
-
private
|
|
35
|
+
private wl;
|
|
36
36
|
get innerExtent(): number;
|
|
37
37
|
set innerExtent(a: number);
|
|
38
|
-
private
|
|
38
|
+
private xk;
|
|
39
39
|
get sweepDirection(): string;
|
|
40
40
|
set sweepDirection(a: string);
|
|
41
|
-
private
|
|
41
|
+
private xj;
|
|
42
42
|
get sliceLabelPositionMode(): string;
|
|
43
43
|
set sliceLabelPositionMode(a: string);
|
|
44
|
-
private
|
|
44
|
+
private xb;
|
|
45
45
|
get lightSliceLabelColor(): string;
|
|
46
46
|
set lightSliceLabelColor(a: string);
|
|
47
|
-
private
|
|
47
|
+
private w5;
|
|
48
48
|
get darkSliceLabelColor(): string;
|
|
49
49
|
set darkSliceLabelColor(a: string);
|
|
50
|
-
private
|
|
50
|
+
private xm;
|
|
51
51
|
get valueMemberPath(): string;
|
|
52
52
|
set valueMemberPath(a: string);
|
|
53
|
-
private
|
|
53
|
+
private w7;
|
|
54
|
+
get legendLabelMemberPath(): string;
|
|
55
|
+
set legendLabelMemberPath(a: string);
|
|
56
|
+
private xe;
|
|
54
57
|
get othersCategoryType(): string;
|
|
55
58
|
set othersCategoryType(a: string);
|
|
56
|
-
private
|
|
59
|
+
private wm;
|
|
57
60
|
get othersCategoryThreshold(): number;
|
|
58
61
|
set othersCategoryThreshold(a: number);
|
|
59
|
-
private
|
|
62
|
+
private xd;
|
|
60
63
|
get othersCategoryText(): string;
|
|
61
64
|
set othersCategoryText(a: string);
|
|
62
|
-
private
|
|
65
|
+
private w6;
|
|
63
66
|
get labelMemberPath(): string;
|
|
64
67
|
set labelMemberPath(a: string);
|
|
65
|
-
private
|
|
68
|
+
private wd;
|
|
66
69
|
get valueAxisFavorLabellingScaleEnd(): boolean;
|
|
67
70
|
set valueAxisFavorLabellingScaleEnd(a: boolean);
|
|
68
|
-
private
|
|
71
|
+
private xl;
|
|
69
72
|
get valueAxisAutoRangeBufferMode(): string;
|
|
70
73
|
set valueAxisAutoRangeBufferMode(a: string);
|
|
71
|
-
private
|
|
74
|
+
private wj;
|
|
72
75
|
get angleAxisInterval(): number;
|
|
73
76
|
set angleAxisInterval(a: number);
|
|
74
|
-
private
|
|
77
|
+
private wk;
|
|
75
78
|
get angleAxisMinorInterval(): number;
|
|
76
79
|
set angleAxisMinorInterval(a: number);
|
|
77
|
-
private
|
|
80
|
+
private wp;
|
|
78
81
|
get valueAxisInterval(): number;
|
|
79
82
|
set valueAxisInterval(a: number);
|
|
80
|
-
private
|
|
83
|
+
private we;
|
|
81
84
|
get valueAxisIsLogarithmic(): boolean;
|
|
82
85
|
set valueAxisIsLogarithmic(a: boolean);
|
|
83
|
-
private
|
|
86
|
+
private w3;
|
|
84
87
|
get valueAxisLogarithmBase(): number;
|
|
85
88
|
set valueAxisLogarithmBase(a: number);
|
|
86
|
-
private
|
|
89
|
+
private wr;
|
|
87
90
|
get valueAxisMinimumValue(): number;
|
|
88
91
|
set valueAxisMinimumValue(a: number);
|
|
89
|
-
private
|
|
92
|
+
private wq;
|
|
90
93
|
get valueAxisMaximumValue(): number;
|
|
91
94
|
set valueAxisMaximumValue(a: number);
|
|
92
|
-
private
|
|
95
|
+
private ws;
|
|
93
96
|
get valueAxisMinorInterval(): number;
|
|
94
97
|
set valueAxisMinorInterval(a: number);
|
|
95
|
-
private
|
|
98
|
+
private wn;
|
|
96
99
|
get radiusExtent(): number;
|
|
97
100
|
set radiusExtent(a: number);
|
|
98
|
-
private
|
|
101
|
+
private wo;
|
|
99
102
|
get startAngle(): number;
|
|
100
103
|
set startAngle(a: number);
|
|
101
|
-
private
|
|
104
|
+
private xh;
|
|
102
105
|
get sliceLabelContentSeparator(): string;
|
|
103
106
|
set sliceLabelContentSeparator(a: string);
|
|
104
|
-
private
|
|
107
|
+
private xg;
|
|
105
108
|
get sliceLabelContentMode(): string;
|
|
106
109
|
set sliceLabelContentMode(a: string);
|
|
107
|
-
private
|
|
110
|
+
private w9;
|
|
108
111
|
get legendSliceLabelContentMode(): string;
|
|
109
112
|
set legendSliceLabelContentMode(a: string);
|
|
110
|
-
private
|
|
113
|
+
private wb;
|
|
111
114
|
get angleAxisFavorLabellingScaleEnd(): boolean;
|
|
112
115
|
set angleAxisFavorLabellingScaleEnd(a: boolean);
|
|
113
|
-
private
|
|
116
|
+
private wc;
|
|
114
117
|
get valueAxisAbbreviateLargeNumbers(): boolean;
|
|
115
118
|
set valueAxisAbbreviateLargeNumbers(a: boolean);
|
|
116
|
-
private
|
|
119
|
+
private xc;
|
|
117
120
|
get markerCollision(): string;
|
|
118
121
|
set markerCollision(a: string);
|
|
119
122
|
}
|
|
@@ -7,40 +7,40 @@ export declare class DataPieChartDescription extends DataPieBaseChartDescription
|
|
|
7
7
|
static $t: Type;
|
|
8
8
|
protected get_type(): string;
|
|
9
9
|
constructor();
|
|
10
|
-
private
|
|
10
|
+
private x7;
|
|
11
11
|
get transitionInDuration(): number;
|
|
12
12
|
set transitionInDuration(a: number);
|
|
13
|
-
private
|
|
13
|
+
private x8;
|
|
14
14
|
get transitionOutDuration(): number;
|
|
15
15
|
set transitionOutDuration(a: number);
|
|
16
|
-
private
|
|
16
|
+
private yf;
|
|
17
17
|
get transitionInEasingFunctionRef(): string;
|
|
18
18
|
set transitionInEasingFunctionRef(a: string);
|
|
19
|
-
private
|
|
19
|
+
private yi;
|
|
20
20
|
get transitionOutEasingFunctionRef(): string;
|
|
21
21
|
set transitionOutEasingFunctionRef(a: string);
|
|
22
|
-
private
|
|
22
|
+
private yc;
|
|
23
23
|
get chartType(): string;
|
|
24
24
|
set chartType(a: string);
|
|
25
|
-
private
|
|
25
|
+
private x5;
|
|
26
26
|
get isTransitionInEnabled(): boolean;
|
|
27
27
|
set isTransitionInEnabled(a: boolean);
|
|
28
|
-
private
|
|
28
|
+
private yg;
|
|
29
29
|
get transitionInMode(): string;
|
|
30
30
|
set transitionInMode(a: string);
|
|
31
|
-
private
|
|
31
|
+
private yh;
|
|
32
32
|
get transitionInSpeedType(): string;
|
|
33
33
|
set transitionInSpeedType(a: string);
|
|
34
|
-
private
|
|
34
|
+
private ye;
|
|
35
35
|
get tooltipTemplateRef(): string;
|
|
36
36
|
set tooltipTemplateRef(a: string);
|
|
37
|
-
private
|
|
37
|
+
private yj;
|
|
38
38
|
get width(): string;
|
|
39
39
|
set width(a: string);
|
|
40
|
-
private
|
|
40
|
+
private yd;
|
|
41
41
|
get height(): string;
|
|
42
42
|
set height(a: string);
|
|
43
|
-
private
|
|
43
|
+
private yb;
|
|
44
44
|
get background(): string;
|
|
45
45
|
set background(a: string);
|
|
46
46
|
}
|
|
@@ -42,10 +42,10 @@ export declare abstract class DomainChartDescription extends Description {
|
|
|
42
42
|
private fl;
|
|
43
43
|
get subtitleBottomMargin(): number;
|
|
44
44
|
set subtitleBottomMargin(a: number);
|
|
45
|
-
private
|
|
45
|
+
private ni;
|
|
46
46
|
get subtitleTextColor(): string;
|
|
47
47
|
set subtitleTextColor(a: string);
|
|
48
|
-
private
|
|
48
|
+
private nl;
|
|
49
49
|
get titleTextColor(): string;
|
|
50
50
|
set titleTextColor(a: string);
|
|
51
51
|
private fb;
|
|
@@ -63,7 +63,7 @@ export declare abstract class DomainChartDescription extends Description {
|
|
|
63
63
|
private ji;
|
|
64
64
|
get transitionDuration(): number;
|
|
65
65
|
set transitionDuration(a: number);
|
|
66
|
-
private
|
|
66
|
+
private no;
|
|
67
67
|
get transitionEasingFunctionRef(): string;
|
|
68
68
|
set transitionEasingFunctionRef(a: string);
|
|
69
69
|
private jf;
|
|
@@ -75,10 +75,10 @@ export declare abstract class DomainChartDescription extends Description {
|
|
|
75
75
|
private je;
|
|
76
76
|
get focusTransitionDuration(): number;
|
|
77
77
|
set focusTransitionDuration(a: number);
|
|
78
|
-
private
|
|
78
|
+
private nj;
|
|
79
79
|
get subtitleTextStyle(): string;
|
|
80
80
|
set subtitleTextStyle(a: string);
|
|
81
|
-
private
|
|
81
|
+
private nm;
|
|
82
82
|
get titleTextStyle(): string;
|
|
83
83
|
set titleTextStyle(a: string);
|
|
84
84
|
private ki;
|
|
@@ -510,19 +510,19 @@ export declare abstract class DomainChartDescription extends Description {
|
|
|
510
510
|
private ak;
|
|
511
511
|
get summaryDescriptions(): ChartSummaryDescriptionDescription[];
|
|
512
512
|
set summaryDescriptions(a: ChartSummaryDescriptionDescription[]);
|
|
513
|
-
private
|
|
513
|
+
private m5;
|
|
514
514
|
get selectionMode(): string;
|
|
515
515
|
set selectionMode(a: string);
|
|
516
516
|
private l9;
|
|
517
517
|
get focusMode(): string;
|
|
518
518
|
set focusMode(a: string);
|
|
519
|
-
private
|
|
519
|
+
private m4;
|
|
520
520
|
get selectionBrush(): string;
|
|
521
521
|
set selectionBrush(a: string);
|
|
522
522
|
private l7;
|
|
523
523
|
get focusBrush(): string;
|
|
524
524
|
set focusBrush(a: string);
|
|
525
|
-
private
|
|
525
|
+
private m3;
|
|
526
526
|
get selectionBehavior(): string;
|
|
527
527
|
set selectionBehavior(a: string);
|
|
528
528
|
private ai;
|
|
@@ -627,16 +627,16 @@ export declare abstract class DomainChartDescription extends Description {
|
|
|
627
627
|
private j5;
|
|
628
628
|
get chartTitle(): string;
|
|
629
629
|
set chartTitle(a: string);
|
|
630
|
-
private
|
|
630
|
+
private ng;
|
|
631
631
|
get subtitle(): string;
|
|
632
632
|
set subtitle(a: string);
|
|
633
|
-
private
|
|
633
|
+
private nk;
|
|
634
634
|
get titleAlignment(): string;
|
|
635
635
|
set titleAlignment(a: string);
|
|
636
|
-
private
|
|
636
|
+
private nh;
|
|
637
637
|
get subtitleAlignment(): string;
|
|
638
638
|
set subtitleAlignment(a: string);
|
|
639
|
-
private
|
|
639
|
+
private nq;
|
|
640
640
|
get unknownValuePlotting(): string;
|
|
641
641
|
set unknownValuePlotting(a: string);
|
|
642
642
|
private fj;
|
|
@@ -684,7 +684,7 @@ export declare abstract class DomainChartDescription extends Description {
|
|
|
684
684
|
private al;
|
|
685
685
|
get trendLineBrushes(): string[];
|
|
686
686
|
set trendLineBrushes(a: string[]);
|
|
687
|
-
private
|
|
687
|
+
private np;
|
|
688
688
|
get trendLineType(): string;
|
|
689
689
|
set trendLineType(a: string);
|
|
690
690
|
private fv;
|
|
@@ -708,10 +708,10 @@ export declare abstract class DomainChartDescription extends Description {
|
|
|
708
708
|
private j6;
|
|
709
709
|
get computedPlotAreaMarginMode(): string;
|
|
710
710
|
set computedPlotAreaMarginMode(a: string);
|
|
711
|
-
private
|
|
711
|
+
private m8;
|
|
712
712
|
get seriesPlotAreaMarginHorizontalMode(): string;
|
|
713
713
|
set seriesPlotAreaMarginHorizontalMode(a: string);
|
|
714
|
-
private
|
|
714
|
+
private m9;
|
|
715
715
|
get seriesPlotAreaMarginVerticalMode(): string;
|
|
716
716
|
set seriesPlotAreaMarginVerticalMode(a: string);
|
|
717
717
|
private mf;
|
|
@@ -732,7 +732,7 @@ export declare abstract class DomainChartDescription extends Description {
|
|
|
732
732
|
private jj;
|
|
733
733
|
get trendLinePeriod(): number;
|
|
734
734
|
set trendLinePeriod(a: number);
|
|
735
|
-
private
|
|
735
|
+
private nn;
|
|
736
736
|
get toolTipType(): string;
|
|
737
737
|
set toolTipType(a: string);
|
|
738
738
|
private kb;
|
|
@@ -852,13 +852,13 @@ export declare abstract class DomainChartDescription extends Description {
|
|
|
852
852
|
private mh;
|
|
853
853
|
get horizontalViewScrollbarMode(): string;
|
|
854
854
|
set horizontalViewScrollbarMode(a: string);
|
|
855
|
-
private
|
|
855
|
+
private ns;
|
|
856
856
|
get verticalViewScrollbarMode(): string;
|
|
857
857
|
set verticalViewScrollbarMode(a: string);
|
|
858
858
|
private mj;
|
|
859
859
|
get horizontalViewScrollbarPosition(): string;
|
|
860
860
|
set horizontalViewScrollbarPosition(a: string);
|
|
861
|
-
private
|
|
861
|
+
private nu;
|
|
862
862
|
get verticalViewScrollbarPosition(): string;
|
|
863
863
|
set verticalViewScrollbarPosition(a: string);
|
|
864
864
|
private mg;
|
|
@@ -891,10 +891,10 @@ export declare abstract class DomainChartDescription extends Description {
|
|
|
891
891
|
private b8;
|
|
892
892
|
get horizontalViewScrollbarShouldAddAutoTrackInsets(): boolean;
|
|
893
893
|
set horizontalViewScrollbarShouldAddAutoTrackInsets(a: boolean);
|
|
894
|
-
private
|
|
894
|
+
private nr;
|
|
895
895
|
get verticalViewScrollbarFill(): string;
|
|
896
896
|
set verticalViewScrollbarFill(a: string);
|
|
897
|
-
private
|
|
897
|
+
private nt;
|
|
898
898
|
get verticalViewScrollbarOutline(): string;
|
|
899
899
|
set verticalViewScrollbarOutline(a: string);
|
|
900
900
|
private f0;
|
|
@@ -933,34 +933,52 @@ export declare abstract class DomainChartDescription extends Description {
|
|
|
933
933
|
private f6;
|
|
934
934
|
get windowSizeMinHeight(): number;
|
|
935
935
|
set windowSizeMinHeight(a: number);
|
|
936
|
-
private
|
|
936
|
+
private m6;
|
|
937
937
|
get seriesAddedRef(): string;
|
|
938
938
|
set seriesAddedRef(a: string);
|
|
939
|
-
private
|
|
939
|
+
private nf;
|
|
940
940
|
get seriesRemovedRef(): string;
|
|
941
941
|
set seriesRemovedRef(a: string);
|
|
942
|
-
private
|
|
942
|
+
private nb;
|
|
943
943
|
get seriesPointerEnterRef(): string;
|
|
944
944
|
set seriesPointerEnterRef(a: string);
|
|
945
|
-
private
|
|
945
|
+
private nc;
|
|
946
946
|
get seriesPointerLeaveRef(): string;
|
|
947
947
|
set seriesPointerLeaveRef(a: string);
|
|
948
|
-
private
|
|
948
|
+
private nd;
|
|
949
949
|
get seriesPointerMoveRef(): string;
|
|
950
950
|
set seriesPointerMoveRef(a: string);
|
|
951
|
-
private
|
|
951
|
+
private na;
|
|
952
952
|
get seriesPointerDownRef(): string;
|
|
953
953
|
set seriesPointerDownRef(a: string);
|
|
954
|
-
private
|
|
954
|
+
private ne;
|
|
955
955
|
get seriesPointerUpRef(): string;
|
|
956
956
|
set seriesPointerUpRef(a: string);
|
|
957
|
+
private m7;
|
|
958
|
+
get seriesClickRef(): string;
|
|
959
|
+
set seriesClickRef(a: string);
|
|
960
|
+
private my;
|
|
961
|
+
get plotAreaPointerEnterRef(): string;
|
|
962
|
+
set plotAreaPointerEnterRef(a: string);
|
|
963
|
+
private mz;
|
|
964
|
+
get plotAreaPointerLeaveRef(): string;
|
|
965
|
+
set plotAreaPointerLeaveRef(a: string);
|
|
966
|
+
private m0;
|
|
967
|
+
get plotAreaPointerMoveRef(): string;
|
|
968
|
+
set plotAreaPointerMoveRef(a: string);
|
|
969
|
+
private mx;
|
|
970
|
+
get plotAreaPointerDownRef(): string;
|
|
971
|
+
set plotAreaPointerDownRef(a: string);
|
|
972
|
+
private m1;
|
|
973
|
+
get plotAreaPointerUpRef(): string;
|
|
974
|
+
set plotAreaPointerUpRef(a: string);
|
|
957
975
|
private j2;
|
|
958
976
|
get calloutStyleUpdatingRef(): string;
|
|
959
977
|
set calloutStyleUpdatingRef(a: string);
|
|
960
978
|
private jx;
|
|
961
979
|
get calloutRenderStyleUpdatingRef(): string;
|
|
962
980
|
set calloutRenderStyleUpdatingRef(a: string);
|
|
963
|
-
private
|
|
981
|
+
private m2;
|
|
964
982
|
get selectedSeriesItemsChangedRef(): string;
|
|
965
983
|
set selectedSeriesItemsChangedRef(a: string);
|
|
966
984
|
private l8;
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import { Description } from "./Description";
|
|
2
|
+
import { PointDescription } from "./PointDescription";
|
|
3
|
+
import { Type } from "./type";
|
|
4
|
+
/**
|
|
5
|
+
* @hidden
|
|
6
|
+
*/
|
|
7
|
+
export declare class DomainChartPlotAreaPointerEventArgsDescription extends Description {
|
|
8
|
+
static $t: Type;
|
|
9
|
+
protected get_type(): string;
|
|
10
|
+
get type(): string;
|
|
11
|
+
constructor();
|
|
12
|
+
private h;
|
|
13
|
+
get plotAreaPosition(): PointDescription;
|
|
14
|
+
set plotAreaPosition(a: PointDescription);
|
|
15
|
+
}
|