igniteui-angular-core 19.1.0 → 20.0.0-beta.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 +1402 -1246
- package/bundles/igniteui-angular-core.umd.min.js +1 -1
- package/esm2015/lib/AxisDescription.js +171 -139
- package/esm2015/lib/AxisDescriptionMetadata.js +4 -0
- package/esm2015/lib/CategoryAngleAxisDescription.js +21 -21
- package/esm2015/lib/CategoryAxisBaseDescription.js +23 -23
- package/esm2015/lib/CategoryChartDescription.js +130 -130
- package/esm2015/lib/CategoryDateTimeXAxisDescription.js +24 -24
- package/esm2015/lib/CategoryXAxisDescription.js +32 -32
- package/esm2015/lib/CategoryYAxisDescription.js +32 -32
- package/esm2015/lib/DataPieBaseChartDescription.js +107 -107
- package/esm2015/lib/DataPieChartDescription.js +35 -35
- package/esm2015/lib/FinancialChartDescription.js +176 -176
- package/esm2015/lib/NumericAngleAxisDescription.js +6 -6
- package/esm2015/lib/NumericAxisBaseDescription.js +83 -83
- package/esm2015/lib/NumericRadiusAxisDescription.js +6 -6
- package/esm2015/lib/OrdinalTimeXAxisDescription.js +15 -15
- package/esm2015/lib/ProportionalCategoryAngleAxisDescription.js +12 -12
- package/esm2015/lib/RadialBaseChartDescription.js +215 -183
- package/esm2015/lib/RadialBaseChartDescriptionMetadata.js +4 -0
- package/esm2015/lib/StraightNumericAxisBaseDescription.js +3 -3
- package/esm2015/lib/TimeAxisBaseDescription.js +24 -24
- package/esm2015/lib/TimeXAxisDescription.js +12 -12
- package/esm2015/lib/XYChartDescription.js +215 -183
- package/esm2015/lib/XYChartDescriptionMetadata.js +4 -0
- package/esm5/lib/AxisDescription.js +187 -139
- package/esm5/lib/AxisDescriptionMetadata.js +4 -0
- package/esm5/lib/CategoryAngleAxisDescription.js +21 -21
- package/esm5/lib/CategoryAxisBaseDescription.js +23 -23
- package/esm5/lib/CategoryChartDescription.js +130 -130
- package/esm5/lib/CategoryDateTimeXAxisDescription.js +24 -24
- package/esm5/lib/CategoryXAxisDescription.js +32 -32
- package/esm5/lib/CategoryYAxisDescription.js +32 -32
- package/esm5/lib/DataPieBaseChartDescription.js +107 -107
- package/esm5/lib/DataPieChartDescription.js +35 -35
- package/esm5/lib/FinancialChartDescription.js +176 -176
- package/esm5/lib/NumericAngleAxisDescription.js +6 -6
- package/esm5/lib/NumericAxisBaseDescription.js +83 -83
- package/esm5/lib/NumericRadiusAxisDescription.js +6 -6
- package/esm5/lib/OrdinalTimeXAxisDescription.js +15 -15
- package/esm5/lib/ProportionalCategoryAngleAxisDescription.js +12 -12
- package/esm5/lib/RadialBaseChartDescription.js +231 -183
- package/esm5/lib/RadialBaseChartDescriptionMetadata.js +4 -0
- package/esm5/lib/StraightNumericAxisBaseDescription.js +3 -3
- package/esm5/lib/TimeAxisBaseDescription.js +24 -24
- package/esm5/lib/TimeXAxisDescription.js +12 -12
- package/esm5/lib/XYChartDescription.js +231 -183
- package/esm5/lib/XYChartDescriptionMetadata.js +4 -0
- package/fesm2015/igniteui-angular-core.js +1354 -1246
- package/fesm5/igniteui-angular-core.js +1402 -1246
- package/lib/AxisDescription.d.ts +60 -48
- package/lib/CategoryAngleAxisDescription.d.ts +7 -7
- package/lib/CategoryAxisBaseDescription.d.ts +8 -8
- package/lib/CategoryChartDescription.d.ts +45 -45
- package/lib/CategoryDateTimeXAxisDescription.d.ts +8 -8
- package/lib/CategoryXAxisDescription.d.ts +11 -11
- package/lib/CategoryYAxisDescription.d.ts +11 -11
- package/lib/DataPieBaseChartDescription.d.ts +38 -38
- package/lib/DataPieChartDescription.d.ts +12 -12
- package/lib/FinancialChartDescription.d.ts +61 -61
- package/lib/NumericAngleAxisDescription.d.ts +2 -2
- package/lib/NumericAxisBaseDescription.d.ts +28 -28
- package/lib/NumericRadiusAxisDescription.d.ts +2 -2
- package/lib/OrdinalTimeXAxisDescription.d.ts +5 -5
- package/lib/ProportionalCategoryAngleAxisDescription.d.ts +4 -4
- package/lib/RadialBaseChartDescription.d.ts +77 -65
- package/lib/StraightNumericAxisBaseDescription.d.ts +1 -1
- package/lib/TimeAxisBaseDescription.d.ts +8 -8
- package/lib/TimeXAxisDescription.d.ts +4 -4
- package/lib/XYChartDescription.d.ts +77 -65
- package/package.json +4 -5
|
@@ -8,118 +8,118 @@ 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 yh;
|
|
12
12
|
get sliceLabelFormat(): string;
|
|
13
13
|
set sliceLabelFormat(a: string);
|
|
14
|
-
private
|
|
14
|
+
private w4;
|
|
15
15
|
get sliceLabelFormatSpecifiers(): FormatSpecifierDescription[];
|
|
16
16
|
set sliceLabelFormatSpecifiers(a: FormatSpecifierDescription[]);
|
|
17
|
-
private
|
|
17
|
+
private x9;
|
|
18
18
|
get legendSliceLabelFormat(): string;
|
|
19
19
|
set legendSliceLabelFormat(a: string);
|
|
20
|
-
private
|
|
20
|
+
private w2;
|
|
21
21
|
get legendSliceLabelFormatSpecifiers(): FormatSpecifierDescription[];
|
|
22
22
|
set legendSliceLabelFormatSpecifiers(a: FormatSpecifierDescription[]);
|
|
23
|
-
private
|
|
23
|
+
private ye;
|
|
24
24
|
get othersSliceLabelFormat(): string;
|
|
25
25
|
set othersSliceLabelFormat(a: string);
|
|
26
|
-
private
|
|
26
|
+
private w3;
|
|
27
27
|
get othersSliceLabelFormatSpecifiers(): FormatSpecifierDescription[];
|
|
28
28
|
set othersSliceLabelFormatSpecifiers(a: FormatSpecifierDescription[]);
|
|
29
|
-
private
|
|
29
|
+
private x7;
|
|
30
30
|
get legendOthersSliceLabelFormat(): string;
|
|
31
31
|
set legendOthersSliceLabelFormat(a: string);
|
|
32
|
-
private
|
|
32
|
+
private w1;
|
|
33
33
|
get legendOthersSliceLabelFormatSpecifiers(): FormatSpecifierDescription[];
|
|
34
34
|
set legendOthersSliceLabelFormatSpecifiers(a: FormatSpecifierDescription[]);
|
|
35
|
-
private
|
|
35
|
+
private xj;
|
|
36
36
|
get innerExtent(): number;
|
|
37
37
|
set innerExtent(a: number);
|
|
38
|
-
private
|
|
38
|
+
private yj;
|
|
39
39
|
get sweepDirection(): string;
|
|
40
40
|
set sweepDirection(a: string);
|
|
41
|
-
private
|
|
41
|
+
private yi;
|
|
42
42
|
get sliceLabelPositionMode(): string;
|
|
43
43
|
set sliceLabelPositionMode(a: string);
|
|
44
|
-
private
|
|
44
|
+
private ya;
|
|
45
45
|
get lightSliceLabelColor(): string;
|
|
46
46
|
set lightSliceLabelColor(a: string);
|
|
47
|
-
private
|
|
47
|
+
private x3;
|
|
48
48
|
get darkSliceLabelColor(): string;
|
|
49
49
|
set darkSliceLabelColor(a: string);
|
|
50
|
-
private
|
|
50
|
+
private yl;
|
|
51
51
|
get valueMemberPath(): string;
|
|
52
52
|
set valueMemberPath(a: string);
|
|
53
|
-
private
|
|
53
|
+
private x6;
|
|
54
54
|
get legendLabelMemberPath(): string;
|
|
55
55
|
set legendLabelMemberPath(a: string);
|
|
56
|
-
private
|
|
56
|
+
private x5;
|
|
57
57
|
get legendEmptyValuesMode(): string;
|
|
58
58
|
set legendEmptyValuesMode(a: string);
|
|
59
|
-
private
|
|
59
|
+
private yd;
|
|
60
60
|
get othersCategoryType(): string;
|
|
61
61
|
set othersCategoryType(a: string);
|
|
62
|
-
private
|
|
62
|
+
private xk;
|
|
63
63
|
get othersCategoryThreshold(): number;
|
|
64
64
|
set othersCategoryThreshold(a: number);
|
|
65
|
-
private
|
|
65
|
+
private yc;
|
|
66
66
|
get othersCategoryText(): string;
|
|
67
67
|
set othersCategoryText(a: string);
|
|
68
|
-
private
|
|
68
|
+
private x4;
|
|
69
69
|
get labelMemberPath(): string;
|
|
70
70
|
set labelMemberPath(a: string);
|
|
71
|
-
private
|
|
71
|
+
private xb;
|
|
72
72
|
get valueAxisFavorLabellingScaleEnd(): boolean;
|
|
73
73
|
set valueAxisFavorLabellingScaleEnd(a: boolean);
|
|
74
|
-
private
|
|
74
|
+
private yk;
|
|
75
75
|
get valueAxisAutoRangeBufferMode(): string;
|
|
76
76
|
set valueAxisAutoRangeBufferMode(a: string);
|
|
77
|
-
private
|
|
77
|
+
private xh;
|
|
78
78
|
get angleAxisInterval(): number;
|
|
79
79
|
set angleAxisInterval(a: number);
|
|
80
|
-
private
|
|
80
|
+
private xi;
|
|
81
81
|
get angleAxisMinorInterval(): number;
|
|
82
82
|
set angleAxisMinorInterval(a: number);
|
|
83
|
-
private
|
|
83
|
+
private xn;
|
|
84
84
|
get valueAxisInterval(): number;
|
|
85
85
|
set valueAxisInterval(a: number);
|
|
86
|
-
private
|
|
86
|
+
private xc;
|
|
87
87
|
get valueAxisIsLogarithmic(): boolean;
|
|
88
88
|
set valueAxisIsLogarithmic(a: boolean);
|
|
89
|
-
private
|
|
89
|
+
private x1;
|
|
90
90
|
get valueAxisLogarithmBase(): number;
|
|
91
91
|
set valueAxisLogarithmBase(a: number);
|
|
92
|
-
private
|
|
92
|
+
private xp;
|
|
93
93
|
get valueAxisMinimumValue(): number;
|
|
94
94
|
set valueAxisMinimumValue(a: number);
|
|
95
|
-
private
|
|
95
|
+
private xo;
|
|
96
96
|
get valueAxisMaximumValue(): number;
|
|
97
97
|
set valueAxisMaximumValue(a: number);
|
|
98
|
-
private
|
|
98
|
+
private xq;
|
|
99
99
|
get valueAxisMinorInterval(): number;
|
|
100
100
|
set valueAxisMinorInterval(a: number);
|
|
101
|
-
private
|
|
101
|
+
private xl;
|
|
102
102
|
get radiusExtent(): number;
|
|
103
103
|
set radiusExtent(a: number);
|
|
104
|
-
private
|
|
104
|
+
private xm;
|
|
105
105
|
get startAngle(): number;
|
|
106
106
|
set startAngle(a: number);
|
|
107
|
-
private
|
|
107
|
+
private yg;
|
|
108
108
|
get sliceLabelContentSeparator(): string;
|
|
109
109
|
set sliceLabelContentSeparator(a: string);
|
|
110
|
-
private
|
|
110
|
+
private yf;
|
|
111
111
|
get sliceLabelContentMode(): string;
|
|
112
112
|
set sliceLabelContentMode(a: string);
|
|
113
|
-
private
|
|
113
|
+
private x8;
|
|
114
114
|
get legendSliceLabelContentMode(): string;
|
|
115
115
|
set legendSliceLabelContentMode(a: string);
|
|
116
|
-
private
|
|
116
|
+
private w9;
|
|
117
117
|
get angleAxisFavorLabellingScaleEnd(): boolean;
|
|
118
118
|
set angleAxisFavorLabellingScaleEnd(a: boolean);
|
|
119
|
-
private
|
|
119
|
+
private xa;
|
|
120
120
|
get valueAxisAbbreviateLargeNumbers(): boolean;
|
|
121
121
|
set valueAxisAbbreviateLargeNumbers(a: boolean);
|
|
122
|
-
private
|
|
122
|
+
private yb;
|
|
123
123
|
get markerCollision(): string;
|
|
124
124
|
set markerCollision(a: string);
|
|
125
125
|
}
|
|
@@ -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 y7;
|
|
11
11
|
get transitionInDuration(): number;
|
|
12
12
|
set transitionInDuration(a: number);
|
|
13
|
-
private
|
|
13
|
+
private y8;
|
|
14
14
|
get transitionOutDuration(): number;
|
|
15
15
|
set transitionOutDuration(a: number);
|
|
16
|
-
private
|
|
16
|
+
private zf;
|
|
17
17
|
get transitionInEasingFunctionRef(): string;
|
|
18
18
|
set transitionInEasingFunctionRef(a: string);
|
|
19
|
-
private
|
|
19
|
+
private zi;
|
|
20
20
|
get transitionOutEasingFunctionRef(): string;
|
|
21
21
|
set transitionOutEasingFunctionRef(a: string);
|
|
22
|
-
private
|
|
22
|
+
private zc;
|
|
23
23
|
get chartType(): string;
|
|
24
24
|
set chartType(a: string);
|
|
25
|
-
private
|
|
25
|
+
private y5;
|
|
26
26
|
get isTransitionInEnabled(): boolean;
|
|
27
27
|
set isTransitionInEnabled(a: boolean);
|
|
28
|
-
private
|
|
28
|
+
private zg;
|
|
29
29
|
get transitionInMode(): string;
|
|
30
30
|
set transitionInMode(a: string);
|
|
31
|
-
private
|
|
31
|
+
private zh;
|
|
32
32
|
get transitionInSpeedType(): string;
|
|
33
33
|
set transitionInSpeedType(a: string);
|
|
34
|
-
private
|
|
34
|
+
private ze;
|
|
35
35
|
get tooltipTemplateRef(): string;
|
|
36
36
|
set tooltipTemplateRef(a: string);
|
|
37
|
-
private
|
|
37
|
+
private zj;
|
|
38
38
|
get width(): string;
|
|
39
39
|
set width(a: string);
|
|
40
|
-
private
|
|
40
|
+
private zd;
|
|
41
41
|
get height(): string;
|
|
42
42
|
set height(a: string);
|
|
43
|
-
private
|
|
43
|
+
private zb;
|
|
44
44
|
get background(): string;
|
|
45
45
|
set background(a: string);
|
|
46
46
|
}
|
|
@@ -6,189 +6,189 @@ import { Type } from "./type";
|
|
|
6
6
|
*/
|
|
7
7
|
export declare class FinancialChartDescription extends XYChartDescription {
|
|
8
8
|
static $t: Type;
|
|
9
|
-
private
|
|
9
|
+
private zv;
|
|
10
10
|
get tooltipTemplateRef(): string;
|
|
11
11
|
set tooltipTemplateRef(a: string);
|
|
12
|
-
private
|
|
12
|
+
private zx;
|
|
13
13
|
get width(): string;
|
|
14
14
|
set width(a: string);
|
|
15
|
-
private
|
|
15
|
+
private zu;
|
|
16
16
|
get height(): string;
|
|
17
17
|
set height(a: string);
|
|
18
|
-
private
|
|
18
|
+
private zs;
|
|
19
19
|
get background(): string;
|
|
20
20
|
set background(a: string);
|
|
21
21
|
protected get_type(): string;
|
|
22
22
|
constructor();
|
|
23
|
-
private
|
|
23
|
+
private yh;
|
|
24
24
|
get leftMargin(): number;
|
|
25
25
|
set leftMargin(a: number);
|
|
26
|
-
private
|
|
26
|
+
private xt;
|
|
27
27
|
get isHorizontalZoomEnabled(): boolean;
|
|
28
28
|
set isHorizontalZoomEnabled(a: boolean);
|
|
29
|
-
private
|
|
29
|
+
private yl;
|
|
30
30
|
get toolbarHeight(): number;
|
|
31
31
|
set toolbarHeight(a: number);
|
|
32
|
-
private
|
|
32
|
+
private x1;
|
|
33
33
|
get yAxisIsLogarithmic(): boolean;
|
|
34
34
|
set yAxisIsLogarithmic(a: boolean);
|
|
35
|
-
private
|
|
35
|
+
private zk;
|
|
36
36
|
get yAxisLogarithmBase(): number;
|
|
37
37
|
set yAxisLogarithmBase(a: number);
|
|
38
|
-
private
|
|
38
|
+
private ys;
|
|
39
39
|
get yAxisInterval(): number;
|
|
40
40
|
set yAxisInterval(a: number);
|
|
41
|
-
private
|
|
41
|
+
private yu;
|
|
42
42
|
get yAxisMinimumValue(): number;
|
|
43
43
|
set yAxisMinimumValue(a: number);
|
|
44
|
-
private
|
|
44
|
+
private yt;
|
|
45
45
|
get yAxisMaximumValue(): number;
|
|
46
46
|
set yAxisMaximumValue(a: number);
|
|
47
|
-
private
|
|
47
|
+
private yv;
|
|
48
48
|
get yAxisMinorInterval(): number;
|
|
49
49
|
set yAxisMinorInterval(a: number);
|
|
50
|
-
private
|
|
50
|
+
private zw;
|
|
51
51
|
get volumeType(): string;
|
|
52
52
|
set volumeType(a: string);
|
|
53
|
-
private
|
|
53
|
+
private zy;
|
|
54
54
|
get xAxisMode(): string;
|
|
55
55
|
set xAxisMode(a: string);
|
|
56
|
-
private
|
|
56
|
+
private yn;
|
|
57
57
|
get xAxisZoomMaximumCategoryRange(): number;
|
|
58
58
|
set xAxisZoomMaximumCategoryRange(a: number);
|
|
59
|
-
private
|
|
59
|
+
private yq;
|
|
60
60
|
get xAxisZoomToCategoryStart(): number;
|
|
61
61
|
set xAxisZoomToCategoryStart(a: number);
|
|
62
|
-
private
|
|
62
|
+
private yo;
|
|
63
63
|
get xAxisZoomMaximumItemSpan(): number;
|
|
64
64
|
set xAxisZoomMaximumItemSpan(a: number);
|
|
65
|
-
private
|
|
65
|
+
private yp;
|
|
66
66
|
get xAxisZoomToCategoryRange(): number;
|
|
67
67
|
set xAxisZoomToCategoryRange(a: number);
|
|
68
|
-
private
|
|
68
|
+
private yr;
|
|
69
69
|
get xAxisZoomToItemSpan(): number;
|
|
70
70
|
set xAxisZoomToItemSpan(a: number);
|
|
71
|
-
private
|
|
71
|
+
private z0;
|
|
72
72
|
get yAxisMode(): string;
|
|
73
73
|
set yAxisMode(a: string);
|
|
74
|
-
private
|
|
74
|
+
private xv;
|
|
75
75
|
get isToolbarVisible(): boolean;
|
|
76
76
|
set isToolbarVisible(a: boolean);
|
|
77
|
-
private
|
|
77
|
+
private zt;
|
|
78
78
|
get chartType(): string;
|
|
79
79
|
set chartType(a: string);
|
|
80
|
-
private
|
|
80
|
+
private zz;
|
|
81
81
|
get yAxisLabelHorizontalAlignment(): string;
|
|
82
82
|
set yAxisLabelHorizontalAlignment(a: string);
|
|
83
|
-
private
|
|
83
|
+
private xx;
|
|
84
84
|
get isWindowSyncedToVisibleRange(): boolean;
|
|
85
85
|
set isWindowSyncedToVisibleRange(a: boolean);
|
|
86
|
-
private
|
|
86
|
+
private w5;
|
|
87
87
|
get indicatorTypes(): string[];
|
|
88
88
|
set indicatorTypes(a: string[]);
|
|
89
|
-
private
|
|
89
|
+
private xa;
|
|
90
90
|
get overlayTypes(): string[];
|
|
91
91
|
set overlayTypes(a: string[]);
|
|
92
|
-
private
|
|
92
|
+
private xz;
|
|
93
93
|
get yAxisAbbreviateLargeNumbers(): boolean;
|
|
94
94
|
set yAxisAbbreviateLargeNumbers(a: boolean);
|
|
95
|
-
private
|
|
95
|
+
private yk;
|
|
96
96
|
get resolution(): number;
|
|
97
97
|
set resolution(a: number);
|
|
98
|
-
private
|
|
98
|
+
private xy;
|
|
99
99
|
get xAxisEnhancedIntervalPreferMoreCategoryLabels(): boolean;
|
|
100
100
|
set xAxisEnhancedIntervalPreferMoreCategoryLabels(a: boolean);
|
|
101
|
-
private
|
|
101
|
+
private x0;
|
|
102
102
|
get yAxisEnhancedIntervalPreferMoreCategoryLabels(): boolean;
|
|
103
103
|
set yAxisEnhancedIntervalPreferMoreCategoryLabels(a: boolean);
|
|
104
|
-
private
|
|
104
|
+
private z1;
|
|
105
105
|
get zoomSliderType(): string;
|
|
106
106
|
set zoomSliderType(a: string);
|
|
107
|
-
private
|
|
107
|
+
private w6;
|
|
108
108
|
get negativeBrushes(): string[];
|
|
109
109
|
set negativeBrushes(a: string[]);
|
|
110
|
-
private
|
|
110
|
+
private w7;
|
|
111
111
|
get negativeOutlines(): string[];
|
|
112
112
|
set negativeOutlines(a: string[]);
|
|
113
|
-
private
|
|
113
|
+
private w8;
|
|
114
114
|
get overlayBrushes(): string[];
|
|
115
115
|
set overlayBrushes(a: string[]);
|
|
116
|
-
private
|
|
116
|
+
private w9;
|
|
117
117
|
get overlayOutlines(): string[];
|
|
118
118
|
set overlayOutlines(a: string[]);
|
|
119
|
-
private
|
|
119
|
+
private xd;
|
|
120
120
|
get volumeOutlines(): string[];
|
|
121
121
|
set volumeOutlines(a: string[]);
|
|
122
|
-
private
|
|
122
|
+
private xc;
|
|
123
123
|
get volumeBrushes(): string[];
|
|
124
124
|
set volumeBrushes(a: string[]);
|
|
125
|
-
private
|
|
125
|
+
private w4;
|
|
126
126
|
get indicatorNegativeBrushes(): string[];
|
|
127
127
|
set indicatorNegativeBrushes(a: string[]);
|
|
128
|
-
private
|
|
128
|
+
private w2;
|
|
129
129
|
get indicatorBrushes(): string[];
|
|
130
130
|
set indicatorBrushes(a: string[]);
|
|
131
|
-
private
|
|
131
|
+
private ym;
|
|
132
132
|
get volumeThickness(): number;
|
|
133
133
|
set volumeThickness(a: number);
|
|
134
|
-
private
|
|
134
|
+
private yj;
|
|
135
135
|
get overlayThickness(): number;
|
|
136
136
|
set overlayThickness(a: number);
|
|
137
|
-
private
|
|
137
|
+
private yi;
|
|
138
138
|
get overlayMultiplier(): number;
|
|
139
139
|
set overlayMultiplier(a: number);
|
|
140
|
-
private
|
|
140
|
+
private yg;
|
|
141
141
|
get indicatorThickness(): number;
|
|
142
142
|
set indicatorThickness(a: number);
|
|
143
|
-
private
|
|
143
|
+
private w3;
|
|
144
144
|
get indicatorDisplayTypes(): string[];
|
|
145
145
|
set indicatorDisplayTypes(a: string[]);
|
|
146
|
-
private
|
|
146
|
+
private zg;
|
|
147
147
|
get indicatorPeriod(): number;
|
|
148
148
|
set indicatorPeriod(a: number);
|
|
149
|
-
private
|
|
149
|
+
private yf;
|
|
150
150
|
get indicatorMultiplier(): number;
|
|
151
151
|
set indicatorMultiplier(a: number);
|
|
152
|
-
private
|
|
152
|
+
private zj;
|
|
153
153
|
get indicatorSmoothingPeriod(): number;
|
|
154
154
|
set indicatorSmoothingPeriod(a: number);
|
|
155
|
-
private
|
|
155
|
+
private zh;
|
|
156
156
|
get indicatorShortPeriod(): number;
|
|
157
157
|
set indicatorShortPeriod(a: number);
|
|
158
|
-
private
|
|
158
|
+
private zf;
|
|
159
159
|
get indicatorLongPeriod(): number;
|
|
160
160
|
set indicatorLongPeriod(a: number);
|
|
161
|
-
private
|
|
161
|
+
private zi;
|
|
162
162
|
get indicatorSignalPeriod(): number;
|
|
163
163
|
set indicatorSignalPeriod(a: number);
|
|
164
|
-
private
|
|
164
|
+
private xb;
|
|
165
165
|
get rangeSelectorOptions(): string[];
|
|
166
166
|
set rangeSelectorOptions(a: string[]);
|
|
167
|
-
private
|
|
167
|
+
private w1;
|
|
168
168
|
get customIndicatorNames(): string[];
|
|
169
169
|
set customIndicatorNames(a: string[]);
|
|
170
|
-
private
|
|
170
|
+
private xw;
|
|
171
171
|
get isVerticalZoomEnabled(): boolean;
|
|
172
172
|
set isVerticalZoomEnabled(a: boolean);
|
|
173
|
-
private
|
|
173
|
+
private z2;
|
|
174
174
|
get zoomSliderXAxisMajorStroke(): string;
|
|
175
175
|
set zoomSliderXAxisMajorStroke(a: string);
|
|
176
|
-
private
|
|
176
|
+
private yw;
|
|
177
177
|
get zoomSliderXAxisMajorStrokeThickness(): number;
|
|
178
178
|
set zoomSliderXAxisMajorStrokeThickness(a: number);
|
|
179
|
-
private
|
|
179
|
+
private xu;
|
|
180
180
|
get isLegendVisible(): boolean;
|
|
181
181
|
set isLegendVisible(a: boolean);
|
|
182
|
-
private
|
|
182
|
+
private yc;
|
|
183
183
|
get xAxisMinimumValue(): Date;
|
|
184
184
|
set xAxisMinimumValue(a: Date);
|
|
185
|
-
private
|
|
185
|
+
private yb;
|
|
186
186
|
get xAxisMaximumValue(): Date;
|
|
187
187
|
set xAxisMaximumValue(a: Date);
|
|
188
|
-
private
|
|
188
|
+
private xe;
|
|
189
189
|
get xAxisBreaks(): TimeAxisBreakDescription[];
|
|
190
190
|
set xAxisBreaks(a: TimeAxisBreakDescription[]);
|
|
191
|
-
private
|
|
191
|
+
private zr;
|
|
192
192
|
get applyCustomIndicatorsRef(): string;
|
|
193
193
|
set applyCustomIndicatorsRef(a: string);
|
|
194
194
|
}
|
|
@@ -7,10 +7,10 @@ export declare class NumericAngleAxisDescription extends NumericAxisBaseDescript
|
|
|
7
7
|
static $t: Type;
|
|
8
8
|
protected get_type(): string;
|
|
9
9
|
constructor();
|
|
10
|
-
private
|
|
10
|
+
private ff;
|
|
11
11
|
get startAngleOffset(): number;
|
|
12
12
|
set startAngleOffset(a: number);
|
|
13
|
-
private
|
|
13
|
+
private fh;
|
|
14
14
|
get labelMode(): string;
|
|
15
15
|
set labelMode(a: string);
|
|
16
16
|
}
|
|
@@ -8,88 +8,88 @@ export declare abstract class NumericAxisBaseDescription extends AxisDescription
|
|
|
8
8
|
static $t: Type;
|
|
9
9
|
protected get_type(): string;
|
|
10
10
|
constructor();
|
|
11
|
-
private
|
|
11
|
+
private e6;
|
|
12
12
|
get autoRangeBufferMode(): string;
|
|
13
13
|
set autoRangeBufferMode(a: string);
|
|
14
|
-
private
|
|
14
|
+
private eh;
|
|
15
15
|
get minimumValue(): number;
|
|
16
16
|
set minimumValue(a: number);
|
|
17
|
-
private
|
|
17
|
+
private eb;
|
|
18
18
|
get actualMinimumValue(): number;
|
|
19
19
|
set actualMinimumValue(a: number);
|
|
20
|
-
private
|
|
20
|
+
private ee;
|
|
21
21
|
get actualVisibleMinimumValue(): number;
|
|
22
22
|
set actualVisibleMinimumValue(a: number);
|
|
23
|
-
private
|
|
23
|
+
private eg;
|
|
24
24
|
get maximumValue(): number;
|
|
25
25
|
set maximumValue(a: number);
|
|
26
|
-
private
|
|
26
|
+
private ea;
|
|
27
27
|
get actualMaximumValue(): number;
|
|
28
28
|
set actualMaximumValue(a: number);
|
|
29
|
-
private
|
|
29
|
+
private ed;
|
|
30
30
|
get actualVisibleMaximumValue(): number;
|
|
31
31
|
set actualVisibleMaximumValue(a: number);
|
|
32
|
-
private
|
|
32
|
+
private ef;
|
|
33
33
|
get interval(): number;
|
|
34
34
|
set interval(a: number);
|
|
35
|
-
private
|
|
35
|
+
private d9;
|
|
36
36
|
get actualInterval(): number;
|
|
37
37
|
set actualInterval(a: number);
|
|
38
|
-
private
|
|
38
|
+
private ev;
|
|
39
39
|
get actualMaxPrecision(): number;
|
|
40
40
|
set actualMaxPrecision(a: number);
|
|
41
|
-
private
|
|
41
|
+
private ex;
|
|
42
42
|
get maxPrecision(): number;
|
|
43
43
|
set maxPrecision(a: number);
|
|
44
|
-
private
|
|
44
|
+
private d2;
|
|
45
45
|
get shouldApplyMaxPrecisionWhenZoomed(): boolean;
|
|
46
46
|
set shouldApplyMaxPrecisionWhenZoomed(a: boolean);
|
|
47
|
-
private
|
|
47
|
+
private ei;
|
|
48
48
|
get minorInterval(): number;
|
|
49
49
|
set minorInterval(a: number);
|
|
50
|
-
private
|
|
50
|
+
private ec;
|
|
51
51
|
get actualMinorInterval(): number;
|
|
52
52
|
set actualMinorInterval(a: number);
|
|
53
|
-
private
|
|
53
|
+
private ej;
|
|
54
54
|
get referenceValue(): number;
|
|
55
55
|
set referenceValue(a: number);
|
|
56
|
-
private
|
|
56
|
+
private d1;
|
|
57
57
|
get isLogarithmic(): boolean;
|
|
58
58
|
set isLogarithmic(a: boolean);
|
|
59
|
-
private
|
|
59
|
+
private dy;
|
|
60
60
|
get actualIsLogarithmic(): boolean;
|
|
61
61
|
set actualIsLogarithmic(a: boolean);
|
|
62
|
-
private
|
|
62
|
+
private dz;
|
|
63
63
|
get favorLabellingScaleEnd(): boolean;
|
|
64
64
|
set favorLabellingScaleEnd(a: boolean);
|
|
65
|
-
private
|
|
65
|
+
private ew;
|
|
66
66
|
get logarithmBase(): number;
|
|
67
67
|
set logarithmBase(a: number);
|
|
68
|
-
private
|
|
68
|
+
private e7;
|
|
69
69
|
get formatAbbreviatedLabelRef(): string;
|
|
70
70
|
set formatAbbreviatedLabelRef(a: string);
|
|
71
|
-
private
|
|
71
|
+
private e1;
|
|
72
72
|
get abbreviatedLabelFormat(): string;
|
|
73
73
|
set abbreviatedLabelFormat(a: string);
|
|
74
|
-
private
|
|
74
|
+
private dv;
|
|
75
75
|
get abbreviatedLabelFormatSpecifiers(): FormatSpecifierDescription[];
|
|
76
76
|
set abbreviatedLabelFormatSpecifiers(a: FormatSpecifierDescription[]);
|
|
77
|
-
private
|
|
77
|
+
private d0;
|
|
78
78
|
get isFormattingAbbreviatedLargeNumber(): boolean;
|
|
79
79
|
set isFormattingAbbreviatedLargeNumber(a: boolean);
|
|
80
|
-
private
|
|
80
|
+
private dx;
|
|
81
81
|
get abbreviateLargeNumbers(): boolean;
|
|
82
82
|
set abbreviateLargeNumbers(a: boolean);
|
|
83
|
-
private
|
|
83
|
+
private e4;
|
|
84
84
|
get actualMinimumValueChangeRef(): string;
|
|
85
85
|
set actualMinimumValueChangeRef(a: string);
|
|
86
|
-
private
|
|
86
|
+
private e3;
|
|
87
87
|
get actualMaximumValueChangeRef(): string;
|
|
88
88
|
set actualMaximumValueChangeRef(a: string);
|
|
89
|
-
private
|
|
89
|
+
private e2;
|
|
90
90
|
get actualIntervalChangeRef(): string;
|
|
91
91
|
set actualIntervalChangeRef(a: string);
|
|
92
|
-
private
|
|
92
|
+
private e5;
|
|
93
93
|
get actualMinorIntervalChangeRef(): string;
|
|
94
94
|
set actualMinorIntervalChangeRef(a: string);
|
|
95
95
|
}
|
|
@@ -7,10 +7,10 @@ export declare class NumericRadiusAxisDescription extends NumericAxisBaseDescrip
|
|
|
7
7
|
static $t: Type;
|
|
8
8
|
protected get_type(): string;
|
|
9
9
|
constructor();
|
|
10
|
-
private
|
|
10
|
+
private fg;
|
|
11
11
|
get radiusExtentScale(): number;
|
|
12
12
|
set radiusExtentScale(a: number);
|
|
13
|
-
private
|
|
13
|
+
private ff;
|
|
14
14
|
get innerRadiusExtentScale(): number;
|
|
15
15
|
set innerRadiusExtentScale(a: number);
|
|
16
16
|
}
|
|
@@ -8,19 +8,19 @@ export declare class OrdinalTimeXAxisDescription extends CategoryXAxisDescriptio
|
|
|
8
8
|
static $t: Type;
|
|
9
9
|
protected get_type(): string;
|
|
10
10
|
constructor();
|
|
11
|
-
private
|
|
11
|
+
private e3;
|
|
12
12
|
get dateTimeMemberPath(): string;
|
|
13
13
|
set dateTimeMemberPath(a: string);
|
|
14
|
-
private
|
|
14
|
+
private e4;
|
|
15
15
|
get labellingMode(): string;
|
|
16
16
|
set labellingMode(a: string);
|
|
17
|
-
private
|
|
17
|
+
private ex;
|
|
18
18
|
get labelFormats(): TimeAxisLabelFormatDescription[];
|
|
19
19
|
set labelFormats(a: TimeAxisLabelFormatDescription[]);
|
|
20
|
-
private
|
|
20
|
+
private e0;
|
|
21
21
|
get minimumValue(): Date;
|
|
22
22
|
set minimumValue(a: Date);
|
|
23
|
-
private
|
|
23
|
+
private ez;
|
|
24
24
|
get maximumValue(): Date;
|
|
25
25
|
set maximumValue(a: Date);
|
|
26
26
|
}
|
|
@@ -7,16 +7,16 @@ export declare class ProportionalCategoryAngleAxisDescription extends CategoryAn
|
|
|
7
7
|
static $t: Type;
|
|
8
8
|
protected get_type(): string;
|
|
9
9
|
constructor();
|
|
10
|
-
private
|
|
10
|
+
private et;
|
|
11
11
|
get valueMemberPath(): string;
|
|
12
12
|
set valueMemberPath(a: string);
|
|
13
|
-
private
|
|
13
|
+
private ep;
|
|
14
14
|
get othersCategoryThreshold(): number;
|
|
15
15
|
set othersCategoryThreshold(a: number);
|
|
16
|
-
private
|
|
16
|
+
private es;
|
|
17
17
|
get othersCategoryType(): string;
|
|
18
18
|
set othersCategoryType(a: string);
|
|
19
|
-
private
|
|
19
|
+
private er;
|
|
20
20
|
get othersCategoryText(): string;
|
|
21
21
|
set othersCategoryText(a: string);
|
|
22
22
|
}
|