igniteui-angular-core 20.0.0 → 20.0.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 +3042 -2525
- package/bundles/igniteui-angular-core.umd.min.js +1 -1
- package/esm2015/lib/CalloutLayerDescription.js +166 -134
- package/esm2015/lib/CalloutLayerDescriptionMetadata.js +4 -0
- package/esm2015/lib/CategoryChartDescription.js +126 -126
- package/esm2015/lib/CellInfoDescription.js +11 -3
- package/esm2015/lib/CellInfoDescriptionMetadata.js +1 -0
- package/esm2015/lib/CodeGeneratingComponentRendererCodeEmitter_combined.js +8 -14
- package/esm2015/lib/ComboBoxColumnDescription.js +11 -11
- package/esm2015/lib/CrosshairLayerDescription.js +97 -81
- package/esm2015/lib/CrosshairLayerDescriptionMetadata.js +2 -0
- package/esm2015/lib/DataGridCellEventArgsDescriptionMetadata_combined.js +1 -1
- package/esm2015/lib/DataGridColumnDescription.js +37 -29
- package/esm2015/lib/DataGridColumnDescriptionMetadata.js +3 -0
- package/esm2015/lib/DataPieBaseChartDescription.js +107 -107
- package/esm2015/lib/DataPieChartDescription.js +34 -34
- package/esm2015/lib/DataSeriesToDescriptionCustomization.js +24 -3
- package/esm2015/lib/DateRangeDescriptorDescription.js +6 -8
- package/esm2015/lib/DateRangeDescriptorDescriptionMetadata.js +2 -1
- package/esm2015/lib/DateTimeCellInfoDescription.js +17 -17
- package/esm2015/lib/DateTimeColumnDescription.js +28 -28
- package/esm2015/lib/DomainChartDescription.js +835 -819
- package/esm2015/lib/DomainChartDescriptionMetadata.js +2 -0
- package/esm2015/lib/EditorCellInfoDescription.js +27 -27
- package/esm2015/lib/FilterCellInfoDescription.js +31 -31
- package/esm2015/lib/FinancialChartDescription.js +173 -173
- package/esm2015/lib/FormatCellEventArgsDescription.js +74 -0
- package/esm2015/lib/FormatCellEventArgsDescriptionMetadata.js +42 -0
- package/esm2015/lib/ImageCellInfoDescription.js +8 -8
- package/esm2015/lib/ImageColumnDescription.js +15 -15
- package/esm2015/lib/ItemLegendDescription.js +13 -13
- package/esm2015/lib/LegendBaseDescription.js +8 -0
- package/esm2015/lib/LegendBaseDescriptionMetadata.js +3 -0
- package/esm2015/lib/LegendDescription.js +13 -13
- package/esm2015/lib/LegendSizeChangedEventArgsDescription.js +26 -0
- package/esm2015/lib/LegendSizeChangedEventArgsDescriptionMetadata.js +36 -0
- package/esm2015/lib/NumericCellInfoDescription.js +35 -35
- package/esm2015/lib/NumericColumnDescription.js +42 -42
- package/esm2015/lib/RadialBaseChartDescription.js +227 -227
- package/esm2015/lib/SectionHeaderCellInfoDescription.js +8 -8
- package/esm2015/lib/SummaryCellInfoDescription.js +18 -18
- package/esm2015/lib/TemplateCellInfoDescription.js +3 -3
- package/esm2015/lib/TemplateColumnDescription.js +6 -6
- package/esm2015/lib/TemplateHeaderCellInfoDescription.js +3 -3
- package/esm2015/lib/TextCellInfoDescription.js +3 -3
- package/esm2015/lib/TextColumnDescription.js +13 -13
- package/esm2015/lib/TextHeaderCellInfoDescription.js +14 -14
- package/esm2015/lib/ToolActionButtonInfoDescription.js +3 -3
- package/esm2015/lib/ToolActionButtonPairInfo.js +44 -0
- package/esm2015/lib/ToolActionButtonPairInfoDescription.js +49 -49
- package/esm2015/lib/ToolActionCheckboxInfoDescription.js +3 -3
- package/esm2015/lib/ToolActionCheckboxListInfoDescription.js +14 -14
- package/esm2015/lib/ToolActionColorEditorInfoDescription.js +3 -3
- package/esm2015/lib/ToolActionComboInfoDescription.js +12 -12
- package/esm2015/lib/ToolActionFieldSelectorInfo.js +1 -1
- package/esm2015/lib/ToolActionFieldSelectorInfoDescription.js +21 -21
- package/esm2015/lib/ToolActionIconButtonInfoDescription.js +6 -6
- package/esm2015/lib/ToolActionIconMenuInfoDescription.js +3 -3
- package/esm2015/lib/ToolActionInfo.js +22 -0
- package/esm2015/lib/ToolActionInfoDescription.js +82 -58
- package/esm2015/lib/ToolActionInfoDescriptionMetadata.js +3 -0
- package/esm2015/lib/ToolActionNumberInputInfoDescription.js +3 -3
- package/esm2015/lib/ToolActionRadioInfoDescription.js +6 -6
- package/esm2015/lib/ToolActionSeparatorInfoDescription.js +6 -6
- package/esm2015/lib/ToolActionTextInputInfoDescription.js +3 -3
- package/esm2015/lib/WebCalendarResourceStringsDescription.js +37 -39
- package/esm2015/lib/WebCalendarResourceStringsDescriptionMetadata.js +1 -1
- package/esm2015/lib/XYChartDescription.js +227 -227
- package/esm2015/public_api.js +4 -0
- package/esm5/lib/CalloutLayerDescription.js +182 -134
- package/esm5/lib/CalloutLayerDescriptionMetadata.js +4 -0
- package/esm5/lib/CategoryChartDescription.js +126 -126
- package/esm5/lib/CellInfoDescription.js +15 -3
- package/esm5/lib/CellInfoDescriptionMetadata.js +1 -0
- package/esm5/lib/CodeGeneratingComponentRendererCodeEmitter_combined.js +8 -14
- package/esm5/lib/ComboBoxColumnDescription.js +11 -11
- package/esm5/lib/CrosshairLayerDescription.js +104 -80
- package/esm5/lib/CrosshairLayerDescriptionMetadata.js +2 -0
- package/esm5/lib/DataGridCellEventArgsDescriptionMetadata_combined.js +1 -1
- package/esm5/lib/DataGridColumnDescription.js +41 -29
- package/esm5/lib/DataGridColumnDescriptionMetadata.js +3 -0
- package/esm5/lib/DataPieBaseChartDescription.js +107 -107
- package/esm5/lib/DataPieChartDescription.js +34 -34
- package/esm5/lib/DataSeriesToDescriptionCustomization.js +32 -3
- package/esm5/lib/DateRangeDescriptorDescription.js +6 -8
- package/esm5/lib/DateRangeDescriptorDescriptionMetadata.js +2 -1
- package/esm5/lib/DateTimeCellInfoDescription.js +17 -17
- package/esm5/lib/DateTimeColumnDescription.js +28 -28
- package/esm5/lib/DomainChartDescription.js +843 -819
- package/esm5/lib/DomainChartDescriptionMetadata.js +2 -0
- package/esm5/lib/EditorCellInfoDescription.js +27 -27
- package/esm5/lib/FilterCellInfoDescription.js +31 -31
- package/esm5/lib/FinancialChartDescription.js +173 -173
- package/esm5/lib/FormatCellEventArgsDescription.js +104 -0
- package/esm5/lib/FormatCellEventArgsDescriptionMetadata.js +46 -0
- package/esm5/lib/ImageCellInfoDescription.js +8 -8
- package/esm5/lib/ImageColumnDescription.js +15 -15
- package/esm5/lib/ItemLegendDescription.js +13 -13
- package/esm5/lib/LegendBaseDescription.js +12 -0
- package/esm5/lib/LegendBaseDescriptionMetadata.js +3 -0
- package/esm5/lib/LegendDescription.js +13 -13
- package/esm5/lib/LegendSizeChangedEventArgsDescription.js +31 -0
- package/esm5/lib/LegendSizeChangedEventArgsDescriptionMetadata.js +40 -0
- package/esm5/lib/NumericCellInfoDescription.js +35 -35
- package/esm5/lib/NumericColumnDescription.js +42 -42
- package/esm5/lib/RadialBaseChartDescription.js +227 -227
- package/esm5/lib/SectionHeaderCellInfoDescription.js +8 -8
- package/esm5/lib/SummaryCellInfoDescription.js +18 -18
- package/esm5/lib/TemplateCellInfoDescription.js +3 -3
- package/esm5/lib/TemplateColumnDescription.js +6 -6
- package/esm5/lib/TemplateHeaderCellInfoDescription.js +3 -3
- package/esm5/lib/TextCellInfoDescription.js +3 -3
- package/esm5/lib/TextColumnDescription.js +13 -13
- package/esm5/lib/TextHeaderCellInfoDescription.js +14 -14
- package/esm5/lib/ToolActionButtonInfoDescription.js +3 -3
- package/esm5/lib/ToolActionButtonPairInfo.js +68 -0
- package/esm5/lib/ToolActionButtonPairInfoDescription.js +49 -49
- package/esm5/lib/ToolActionCheckboxInfoDescription.js +3 -3
- package/esm5/lib/ToolActionCheckboxListInfoDescription.js +14 -14
- package/esm5/lib/ToolActionColorEditorInfoDescription.js +3 -3
- package/esm5/lib/ToolActionComboInfoDescription.js +12 -12
- package/esm5/lib/ToolActionFieldSelectorInfo.js +1 -1
- package/esm5/lib/ToolActionFieldSelectorInfoDescription.js +21 -21
- package/esm5/lib/ToolActionIconButtonInfoDescription.js +6 -6
- package/esm5/lib/ToolActionIconMenuInfoDescription.js +3 -3
- package/esm5/lib/ToolActionInfo.js +34 -0
- package/esm5/lib/ToolActionInfoDescription.js +94 -58
- package/esm5/lib/ToolActionInfoDescriptionMetadata.js +3 -0
- package/esm5/lib/ToolActionNumberInputInfoDescription.js +3 -3
- package/esm5/lib/ToolActionRadioInfoDescription.js +6 -6
- package/esm5/lib/ToolActionSeparatorInfoDescription.js +6 -6
- package/esm5/lib/ToolActionTextInputInfoDescription.js +3 -3
- package/esm5/lib/WebCalendarResourceStringsDescription.js +37 -39
- package/esm5/lib/WebCalendarResourceStringsDescriptionMetadata.js +1 -1
- package/esm5/lib/XYChartDescription.js +227 -227
- package/esm5/public_api.js +4 -0
- package/fesm2015/igniteui-angular-core.js +2905 -2527
- package/fesm5/igniteui-angular-core.js +3039 -2526
- package/lib/CalloutLayerDescription.d.ts +59 -47
- package/lib/CategoryChartDescription.d.ts +45 -45
- package/lib/CellInfoDescription.d.ts +4 -1
- package/lib/ComboBoxColumnDescription.d.ts +4 -4
- package/lib/CrosshairLayerDescription.d.ts +36 -30
- package/lib/DataGridColumnDescription.d.ts +13 -10
- package/lib/DataPieBaseChartDescription.d.ts +38 -38
- package/lib/DataPieChartDescription.d.ts +12 -12
- package/lib/DataSeriesToDescriptionCustomization.d.ts +8 -2
- package/lib/DateRangeDescriptorDescription.d.ts +2 -4
- package/lib/DateTimeCellInfoDescription.d.ts +6 -6
- package/lib/DateTimeColumnDescription.d.ts +11 -11
- package/lib/DomainChartDescription.d.ts +297 -291
- package/lib/EditorCellInfoDescription.d.ts +10 -10
- package/lib/FilterCellInfoDescription.d.ts +12 -12
- package/lib/FinancialChartDescription.d.ts +61 -61
- package/lib/FormatCellEventArgsDescription.d.ts +29 -0
- package/lib/FormatCellEventArgsDescriptionMetadata.d.ts +13 -0
- package/lib/ImageCellInfoDescription.d.ts +3 -3
- package/lib/ImageColumnDescription.d.ts +6 -6
- package/lib/ItemLegendDescription.d.ts +5 -5
- package/lib/LegendBaseDescription.d.ts +3 -0
- package/lib/LegendDescription.d.ts +5 -5
- package/lib/LegendSizeChangedEventArgsDescription.d.ts +11 -0
- package/lib/LegendSizeChangedEventArgsDescriptionMetadata.d.ts +13 -0
- package/lib/NumericCellInfoDescription.d.ts +13 -13
- package/lib/NumericColumnDescription.d.ts +16 -16
- package/lib/RadialBaseChartDescription.d.ts +80 -80
- package/lib/SectionHeaderCellInfoDescription.d.ts +3 -3
- package/lib/SummaryCellInfoDescription.d.ts +7 -7
- package/lib/TemplateCellInfoDescription.d.ts +1 -1
- package/lib/TemplateColumnDescription.d.ts +2 -2
- package/lib/TemplateHeaderCellInfoDescription.d.ts +1 -1
- package/lib/TextCellInfoDescription.d.ts +1 -1
- package/lib/TextColumnDescription.d.ts +5 -5
- package/lib/TextHeaderCellInfoDescription.d.ts +5 -5
- package/lib/ToolActionButtonInfoDescription.d.ts +1 -1
- package/lib/ToolActionButtonPairInfo.d.ts +18 -0
- package/lib/ToolActionButtonPairInfoDescription.d.ts +17 -17
- package/lib/ToolActionCheckboxInfoDescription.d.ts +1 -1
- package/lib/ToolActionCheckboxListInfoDescription.d.ts +5 -5
- package/lib/ToolActionColorEditorInfoDescription.d.ts +1 -1
- package/lib/ToolActionComboInfoDescription.d.ts +4 -4
- package/lib/ToolActionFieldSelectorInfo.d.ts +1 -1
- package/lib/ToolActionFieldSelectorInfoDescription.d.ts +7 -7
- package/lib/ToolActionIconButtonInfoDescription.d.ts +2 -2
- package/lib/ToolActionIconMenuInfoDescription.d.ts +1 -1
- package/lib/ToolActionInfo.d.ts +9 -0
- package/lib/ToolActionInfoDescription.d.ts +31 -22
- package/lib/ToolActionNumberInputInfoDescription.d.ts +1 -1
- package/lib/ToolActionRadioInfoDescription.d.ts +2 -2
- package/lib/ToolActionSeparatorInfoDescription.d.ts +2 -2
- package/lib/ToolActionTextInputInfoDescription.d.ts +1 -1
- package/lib/WebCalendarResourceStringsDescription.d.ts +14 -16
- package/lib/XYChartDescription.d.ts +80 -80
- package/package.json +1 -2
- package/public_api.d.ts +4 -0
|
@@ -13,496 +13,496 @@ export let FinancialChartDescription = /*@__PURE__*/ (() => {
|
|
|
13
13
|
class FinancialChartDescription extends XYChartDescription {
|
|
14
14
|
constructor() {
|
|
15
15
|
super();
|
|
16
|
-
this.
|
|
17
|
-
this.
|
|
18
|
-
this.
|
|
19
|
-
this.
|
|
20
|
-
this.yh = 0;
|
|
21
|
-
this.xt = false;
|
|
16
|
+
this.zz = null;
|
|
17
|
+
this.z1 = null;
|
|
18
|
+
this.zy = null;
|
|
19
|
+
this.zw = null;
|
|
22
20
|
this.yl = 0;
|
|
23
|
-
this.
|
|
24
|
-
this.
|
|
25
|
-
this.
|
|
21
|
+
this.xx = false;
|
|
22
|
+
this.yp = 0;
|
|
23
|
+
this.x5 = false;
|
|
24
|
+
this.zo = 0;
|
|
25
|
+
this.yw = 0;
|
|
26
|
+
this.yy = 0;
|
|
27
|
+
this.yx = 0;
|
|
28
|
+
this.yz = 0;
|
|
29
|
+
this.z0 = null;
|
|
30
|
+
this.z2 = null;
|
|
31
|
+
this.yr = 0;
|
|
26
32
|
this.yu = 0;
|
|
33
|
+
this.ys = 0;
|
|
27
34
|
this.yt = 0;
|
|
28
35
|
this.yv = 0;
|
|
29
|
-
this.
|
|
30
|
-
this.zy = null;
|
|
31
|
-
this.yn = 0;
|
|
32
|
-
this.yq = 0;
|
|
33
|
-
this.yo = 0;
|
|
34
|
-
this.yp = 0;
|
|
35
|
-
this.yr = 0;
|
|
36
|
-
this.z0 = null;
|
|
37
|
-
this.xv = false;
|
|
38
|
-
this.zt = null;
|
|
39
|
-
this.zz = null;
|
|
40
|
-
this.xx = false;
|
|
41
|
-
this.w5 = null;
|
|
42
|
-
this.xa = null;
|
|
36
|
+
this.z4 = null;
|
|
43
37
|
this.xz = false;
|
|
44
|
-
this.
|
|
45
|
-
this.
|
|
46
|
-
this.
|
|
47
|
-
this.z1 = null;
|
|
48
|
-
this.w6 = null;
|
|
49
|
-
this.w7 = null;
|
|
50
|
-
this.w8 = null;
|
|
38
|
+
this.zx = null;
|
|
39
|
+
this.z3 = null;
|
|
40
|
+
this.x1 = false;
|
|
51
41
|
this.w9 = null;
|
|
52
|
-
this.
|
|
42
|
+
this.xe = null;
|
|
43
|
+
this.x3 = false;
|
|
44
|
+
this.yo = 0;
|
|
45
|
+
this.x2 = false;
|
|
46
|
+
this.x4 = false;
|
|
47
|
+
this.z5 = null;
|
|
48
|
+
this.xa = null;
|
|
49
|
+
this.xb = null;
|
|
53
50
|
this.xc = null;
|
|
54
|
-
this.
|
|
55
|
-
this.
|
|
51
|
+
this.xd = null;
|
|
52
|
+
this.xh = null;
|
|
53
|
+
this.xg = null;
|
|
54
|
+
this.w8 = null;
|
|
55
|
+
this.w6 = null;
|
|
56
|
+
this.yq = 0;
|
|
57
|
+
this.yn = 0;
|
|
56
58
|
this.ym = 0;
|
|
59
|
+
this.yk = 0;
|
|
60
|
+
this.w7 = null;
|
|
61
|
+
this.zk = 0;
|
|
57
62
|
this.yj = 0;
|
|
58
|
-
this.
|
|
59
|
-
this.
|
|
60
|
-
this.w3 = null;
|
|
61
|
-
this.zg = 0;
|
|
62
|
-
this.yf = 0;
|
|
63
|
+
this.zn = 0;
|
|
64
|
+
this.zl = 0;
|
|
63
65
|
this.zj = 0;
|
|
64
|
-
this.
|
|
65
|
-
this.
|
|
66
|
-
this.
|
|
67
|
-
this.
|
|
68
|
-
this.
|
|
69
|
-
this.
|
|
70
|
-
this.
|
|
71
|
-
this.
|
|
72
|
-
this.
|
|
73
|
-
this.
|
|
74
|
-
this.
|
|
75
|
-
this.xe = null;
|
|
76
|
-
this.zr = null;
|
|
66
|
+
this.zm = 0;
|
|
67
|
+
this.xf = null;
|
|
68
|
+
this.w5 = null;
|
|
69
|
+
this.x0 = false;
|
|
70
|
+
this.z6 = null;
|
|
71
|
+
this.y0 = 0;
|
|
72
|
+
this.xy = false;
|
|
73
|
+
this.yg = new Date();
|
|
74
|
+
this.yf = new Date();
|
|
75
|
+
this.xi = null;
|
|
76
|
+
this.zv = null;
|
|
77
77
|
}
|
|
78
78
|
get tooltipTemplateRef() {
|
|
79
|
-
return this.
|
|
79
|
+
return this.zz;
|
|
80
80
|
}
|
|
81
81
|
set tooltipTemplateRef(a) {
|
|
82
|
-
this.
|
|
82
|
+
this.zz = a;
|
|
83
83
|
this.g("TooltipTemplateRef");
|
|
84
84
|
}
|
|
85
85
|
get width() {
|
|
86
|
-
return this.
|
|
86
|
+
return this.z1;
|
|
87
87
|
}
|
|
88
88
|
set width(a) {
|
|
89
|
-
this.
|
|
89
|
+
this.z1 = a;
|
|
90
90
|
this.g("Width");
|
|
91
91
|
}
|
|
92
92
|
get height() {
|
|
93
|
-
return this.
|
|
93
|
+
return this.zy;
|
|
94
94
|
}
|
|
95
95
|
set height(a) {
|
|
96
|
-
this.
|
|
96
|
+
this.zy = a;
|
|
97
97
|
this.g("Height");
|
|
98
98
|
}
|
|
99
99
|
get background() {
|
|
100
|
-
return this.
|
|
100
|
+
return this.zw;
|
|
101
101
|
}
|
|
102
102
|
set background(a) {
|
|
103
|
-
this.
|
|
103
|
+
this.zw = a;
|
|
104
104
|
this.g("Background");
|
|
105
105
|
}
|
|
106
106
|
get_type() {
|
|
107
107
|
return "FinancialChart";
|
|
108
108
|
}
|
|
109
109
|
get leftMargin() {
|
|
110
|
-
return this.
|
|
110
|
+
return this.yl;
|
|
111
111
|
}
|
|
112
112
|
set leftMargin(a) {
|
|
113
|
-
this.
|
|
113
|
+
this.yl = a;
|
|
114
114
|
this.g("LeftMargin");
|
|
115
115
|
}
|
|
116
116
|
get isHorizontalZoomEnabled() {
|
|
117
|
-
return this.
|
|
117
|
+
return this.xx;
|
|
118
118
|
}
|
|
119
119
|
set isHorizontalZoomEnabled(a) {
|
|
120
|
-
this.
|
|
120
|
+
this.xx = a;
|
|
121
121
|
this.g("IsHorizontalZoomEnabled");
|
|
122
122
|
}
|
|
123
123
|
get toolbarHeight() {
|
|
124
|
-
return this.
|
|
124
|
+
return this.yp;
|
|
125
125
|
}
|
|
126
126
|
set toolbarHeight(a) {
|
|
127
|
-
this.
|
|
127
|
+
this.yp = a;
|
|
128
128
|
this.g("ToolbarHeight");
|
|
129
129
|
}
|
|
130
130
|
get yAxisIsLogarithmic() {
|
|
131
|
-
return this.
|
|
131
|
+
return this.x5;
|
|
132
132
|
}
|
|
133
133
|
set yAxisIsLogarithmic(a) {
|
|
134
|
-
this.
|
|
134
|
+
this.x5 = a;
|
|
135
135
|
this.g("YAxisIsLogarithmic");
|
|
136
136
|
}
|
|
137
137
|
get yAxisLogarithmBase() {
|
|
138
|
-
return this.
|
|
138
|
+
return this.zo;
|
|
139
139
|
}
|
|
140
140
|
set yAxisLogarithmBase(a) {
|
|
141
|
-
this.
|
|
141
|
+
this.zo = a;
|
|
142
142
|
this.g("YAxisLogarithmBase");
|
|
143
143
|
}
|
|
144
144
|
get yAxisInterval() {
|
|
145
|
-
return this.
|
|
145
|
+
return this.yw;
|
|
146
146
|
}
|
|
147
147
|
set yAxisInterval(a) {
|
|
148
|
-
this.
|
|
148
|
+
this.yw = a;
|
|
149
149
|
this.g("YAxisInterval");
|
|
150
150
|
}
|
|
151
151
|
get yAxisMinimumValue() {
|
|
152
|
-
return this.
|
|
152
|
+
return this.yy;
|
|
153
153
|
}
|
|
154
154
|
set yAxisMinimumValue(a) {
|
|
155
|
-
this.
|
|
155
|
+
this.yy = a;
|
|
156
156
|
this.g("YAxisMinimumValue");
|
|
157
157
|
}
|
|
158
158
|
get yAxisMaximumValue() {
|
|
159
|
-
return this.
|
|
159
|
+
return this.yx;
|
|
160
160
|
}
|
|
161
161
|
set yAxisMaximumValue(a) {
|
|
162
|
-
this.
|
|
162
|
+
this.yx = a;
|
|
163
163
|
this.g("YAxisMaximumValue");
|
|
164
164
|
}
|
|
165
165
|
get yAxisMinorInterval() {
|
|
166
|
-
return this.
|
|
166
|
+
return this.yz;
|
|
167
167
|
}
|
|
168
168
|
set yAxisMinorInterval(a) {
|
|
169
|
-
this.
|
|
169
|
+
this.yz = a;
|
|
170
170
|
this.g("YAxisMinorInterval");
|
|
171
171
|
}
|
|
172
172
|
get volumeType() {
|
|
173
|
-
return this.
|
|
173
|
+
return this.z0;
|
|
174
174
|
}
|
|
175
175
|
set volumeType(a) {
|
|
176
|
-
this.
|
|
176
|
+
this.z0 = a;
|
|
177
177
|
this.g("VolumeType");
|
|
178
178
|
}
|
|
179
179
|
get xAxisMode() {
|
|
180
|
-
return this.
|
|
180
|
+
return this.z2;
|
|
181
181
|
}
|
|
182
182
|
set xAxisMode(a) {
|
|
183
|
-
this.
|
|
183
|
+
this.z2 = a;
|
|
184
184
|
this.g("XAxisMode");
|
|
185
185
|
}
|
|
186
186
|
get xAxisZoomMaximumCategoryRange() {
|
|
187
|
-
return this.
|
|
187
|
+
return this.yr;
|
|
188
188
|
}
|
|
189
189
|
set xAxisZoomMaximumCategoryRange(a) {
|
|
190
|
-
this.
|
|
190
|
+
this.yr = a;
|
|
191
191
|
this.g("XAxisZoomMaximumCategoryRange");
|
|
192
192
|
}
|
|
193
193
|
get xAxisZoomToCategoryStart() {
|
|
194
|
-
return this.
|
|
194
|
+
return this.yu;
|
|
195
195
|
}
|
|
196
196
|
set xAxisZoomToCategoryStart(a) {
|
|
197
|
-
this.
|
|
197
|
+
this.yu = a;
|
|
198
198
|
this.g("XAxisZoomToCategoryStart");
|
|
199
199
|
}
|
|
200
200
|
get xAxisZoomMaximumItemSpan() {
|
|
201
|
-
return this.
|
|
201
|
+
return this.ys;
|
|
202
202
|
}
|
|
203
203
|
set xAxisZoomMaximumItemSpan(a) {
|
|
204
|
-
this.
|
|
204
|
+
this.ys = a;
|
|
205
205
|
this.g("XAxisZoomMaximumItemSpan");
|
|
206
206
|
}
|
|
207
207
|
get xAxisZoomToCategoryRange() {
|
|
208
|
-
return this.
|
|
208
|
+
return this.yt;
|
|
209
209
|
}
|
|
210
210
|
set xAxisZoomToCategoryRange(a) {
|
|
211
|
-
this.
|
|
211
|
+
this.yt = a;
|
|
212
212
|
this.g("XAxisZoomToCategoryRange");
|
|
213
213
|
}
|
|
214
214
|
get xAxisZoomToItemSpan() {
|
|
215
|
-
return this.
|
|
215
|
+
return this.yv;
|
|
216
216
|
}
|
|
217
217
|
set xAxisZoomToItemSpan(a) {
|
|
218
|
-
this.
|
|
218
|
+
this.yv = a;
|
|
219
219
|
this.g("XAxisZoomToItemSpan");
|
|
220
220
|
}
|
|
221
221
|
get yAxisMode() {
|
|
222
|
-
return this.
|
|
222
|
+
return this.z4;
|
|
223
223
|
}
|
|
224
224
|
set yAxisMode(a) {
|
|
225
|
-
this.
|
|
225
|
+
this.z4 = a;
|
|
226
226
|
this.g("YAxisMode");
|
|
227
227
|
}
|
|
228
228
|
get isToolbarVisible() {
|
|
229
|
-
return this.
|
|
229
|
+
return this.xz;
|
|
230
230
|
}
|
|
231
231
|
set isToolbarVisible(a) {
|
|
232
|
-
this.
|
|
232
|
+
this.xz = a;
|
|
233
233
|
this.g("IsToolbarVisible");
|
|
234
234
|
}
|
|
235
235
|
get chartType() {
|
|
236
|
-
return this.
|
|
236
|
+
return this.zx;
|
|
237
237
|
}
|
|
238
238
|
set chartType(a) {
|
|
239
|
-
this.
|
|
239
|
+
this.zx = a;
|
|
240
240
|
this.g("ChartType");
|
|
241
241
|
}
|
|
242
242
|
get yAxisLabelHorizontalAlignment() {
|
|
243
|
-
return this.
|
|
243
|
+
return this.z3;
|
|
244
244
|
}
|
|
245
245
|
set yAxisLabelHorizontalAlignment(a) {
|
|
246
|
-
this.
|
|
246
|
+
this.z3 = a;
|
|
247
247
|
this.g("YAxisLabelHorizontalAlignment");
|
|
248
248
|
}
|
|
249
249
|
get isWindowSyncedToVisibleRange() {
|
|
250
|
-
return this.
|
|
250
|
+
return this.x1;
|
|
251
251
|
}
|
|
252
252
|
set isWindowSyncedToVisibleRange(a) {
|
|
253
|
-
this.
|
|
253
|
+
this.x1 = a;
|
|
254
254
|
this.g("IsWindowSyncedToVisibleRange");
|
|
255
255
|
}
|
|
256
256
|
get indicatorTypes() {
|
|
257
|
-
return this.
|
|
257
|
+
return this.w9;
|
|
258
258
|
}
|
|
259
259
|
set indicatorTypes(a) {
|
|
260
|
-
this.
|
|
260
|
+
this.w9 = a;
|
|
261
261
|
this.g("IndicatorTypes");
|
|
262
262
|
}
|
|
263
263
|
get overlayTypes() {
|
|
264
|
-
return this.
|
|
264
|
+
return this.xe;
|
|
265
265
|
}
|
|
266
266
|
set overlayTypes(a) {
|
|
267
|
-
this.
|
|
267
|
+
this.xe = a;
|
|
268
268
|
this.g("OverlayTypes");
|
|
269
269
|
}
|
|
270
270
|
get yAxisAbbreviateLargeNumbers() {
|
|
271
|
-
return this.
|
|
271
|
+
return this.x3;
|
|
272
272
|
}
|
|
273
273
|
set yAxisAbbreviateLargeNumbers(a) {
|
|
274
|
-
this.
|
|
274
|
+
this.x3 = a;
|
|
275
275
|
this.g("YAxisAbbreviateLargeNumbers");
|
|
276
276
|
}
|
|
277
277
|
get resolution() {
|
|
278
|
-
return this.
|
|
278
|
+
return this.yo;
|
|
279
279
|
}
|
|
280
280
|
set resolution(a) {
|
|
281
|
-
this.
|
|
281
|
+
this.yo = a;
|
|
282
282
|
this.g("Resolution");
|
|
283
283
|
}
|
|
284
284
|
get xAxisEnhancedIntervalPreferMoreCategoryLabels() {
|
|
285
|
-
return this.
|
|
285
|
+
return this.x2;
|
|
286
286
|
}
|
|
287
287
|
set xAxisEnhancedIntervalPreferMoreCategoryLabels(a) {
|
|
288
|
-
this.
|
|
288
|
+
this.x2 = a;
|
|
289
289
|
this.g("XAxisEnhancedIntervalPreferMoreCategoryLabels");
|
|
290
290
|
}
|
|
291
291
|
get yAxisEnhancedIntervalPreferMoreCategoryLabels() {
|
|
292
|
-
return this.
|
|
292
|
+
return this.x4;
|
|
293
293
|
}
|
|
294
294
|
set yAxisEnhancedIntervalPreferMoreCategoryLabels(a) {
|
|
295
|
-
this.
|
|
295
|
+
this.x4 = a;
|
|
296
296
|
this.g("YAxisEnhancedIntervalPreferMoreCategoryLabels");
|
|
297
297
|
}
|
|
298
298
|
get zoomSliderType() {
|
|
299
|
-
return this.
|
|
299
|
+
return this.z5;
|
|
300
300
|
}
|
|
301
301
|
set zoomSliderType(a) {
|
|
302
|
-
this.
|
|
302
|
+
this.z5 = a;
|
|
303
303
|
this.g("ZoomSliderType");
|
|
304
304
|
}
|
|
305
305
|
get negativeBrushes() {
|
|
306
|
-
return this.
|
|
306
|
+
return this.xa;
|
|
307
307
|
}
|
|
308
308
|
set negativeBrushes(a) {
|
|
309
|
-
this.
|
|
309
|
+
this.xa = a;
|
|
310
310
|
this.g("NegativeBrushes");
|
|
311
311
|
}
|
|
312
312
|
get negativeOutlines() {
|
|
313
|
-
return this.
|
|
313
|
+
return this.xb;
|
|
314
314
|
}
|
|
315
315
|
set negativeOutlines(a) {
|
|
316
|
-
this.
|
|
316
|
+
this.xb = a;
|
|
317
317
|
this.g("NegativeOutlines");
|
|
318
318
|
}
|
|
319
319
|
get overlayBrushes() {
|
|
320
|
-
return this.
|
|
320
|
+
return this.xc;
|
|
321
321
|
}
|
|
322
322
|
set overlayBrushes(a) {
|
|
323
|
-
this.
|
|
323
|
+
this.xc = a;
|
|
324
324
|
this.g("OverlayBrushes");
|
|
325
325
|
}
|
|
326
326
|
get overlayOutlines() {
|
|
327
|
-
return this.
|
|
327
|
+
return this.xd;
|
|
328
328
|
}
|
|
329
329
|
set overlayOutlines(a) {
|
|
330
|
-
this.
|
|
330
|
+
this.xd = a;
|
|
331
331
|
this.g("OverlayOutlines");
|
|
332
332
|
}
|
|
333
333
|
get volumeOutlines() {
|
|
334
|
-
return this.
|
|
334
|
+
return this.xh;
|
|
335
335
|
}
|
|
336
336
|
set volumeOutlines(a) {
|
|
337
|
-
this.
|
|
337
|
+
this.xh = a;
|
|
338
338
|
this.g("VolumeOutlines");
|
|
339
339
|
}
|
|
340
340
|
get volumeBrushes() {
|
|
341
|
-
return this.
|
|
341
|
+
return this.xg;
|
|
342
342
|
}
|
|
343
343
|
set volumeBrushes(a) {
|
|
344
|
-
this.
|
|
344
|
+
this.xg = a;
|
|
345
345
|
this.g("VolumeBrushes");
|
|
346
346
|
}
|
|
347
347
|
get indicatorNegativeBrushes() {
|
|
348
|
-
return this.
|
|
348
|
+
return this.w8;
|
|
349
349
|
}
|
|
350
350
|
set indicatorNegativeBrushes(a) {
|
|
351
|
-
this.
|
|
351
|
+
this.w8 = a;
|
|
352
352
|
this.g("IndicatorNegativeBrushes");
|
|
353
353
|
}
|
|
354
354
|
get indicatorBrushes() {
|
|
355
|
-
return this.
|
|
355
|
+
return this.w6;
|
|
356
356
|
}
|
|
357
357
|
set indicatorBrushes(a) {
|
|
358
|
-
this.
|
|
358
|
+
this.w6 = a;
|
|
359
359
|
this.g("IndicatorBrushes");
|
|
360
360
|
}
|
|
361
361
|
get volumeThickness() {
|
|
362
|
-
return this.
|
|
362
|
+
return this.yq;
|
|
363
363
|
}
|
|
364
364
|
set volumeThickness(a) {
|
|
365
|
-
this.
|
|
365
|
+
this.yq = a;
|
|
366
366
|
this.g("VolumeThickness");
|
|
367
367
|
}
|
|
368
368
|
get overlayThickness() {
|
|
369
|
-
return this.
|
|
369
|
+
return this.yn;
|
|
370
370
|
}
|
|
371
371
|
set overlayThickness(a) {
|
|
372
|
-
this.
|
|
372
|
+
this.yn = a;
|
|
373
373
|
this.g("OverlayThickness");
|
|
374
374
|
}
|
|
375
375
|
get overlayMultiplier() {
|
|
376
|
-
return this.
|
|
376
|
+
return this.ym;
|
|
377
377
|
}
|
|
378
378
|
set overlayMultiplier(a) {
|
|
379
|
-
this.
|
|
379
|
+
this.ym = a;
|
|
380
380
|
this.g("OverlayMultiplier");
|
|
381
381
|
}
|
|
382
382
|
get indicatorThickness() {
|
|
383
|
-
return this.
|
|
383
|
+
return this.yk;
|
|
384
384
|
}
|
|
385
385
|
set indicatorThickness(a) {
|
|
386
|
-
this.
|
|
386
|
+
this.yk = a;
|
|
387
387
|
this.g("IndicatorThickness");
|
|
388
388
|
}
|
|
389
389
|
get indicatorDisplayTypes() {
|
|
390
|
-
return this.
|
|
390
|
+
return this.w7;
|
|
391
391
|
}
|
|
392
392
|
set indicatorDisplayTypes(a) {
|
|
393
|
-
this.
|
|
393
|
+
this.w7 = a;
|
|
394
394
|
this.g("IndicatorDisplayTypes");
|
|
395
395
|
}
|
|
396
396
|
get indicatorPeriod() {
|
|
397
|
-
return this.
|
|
397
|
+
return this.zk;
|
|
398
398
|
}
|
|
399
399
|
set indicatorPeriod(a) {
|
|
400
|
-
this.
|
|
400
|
+
this.zk = a;
|
|
401
401
|
this.g("IndicatorPeriod");
|
|
402
402
|
}
|
|
403
403
|
get indicatorMultiplier() {
|
|
404
|
-
return this.
|
|
404
|
+
return this.yj;
|
|
405
405
|
}
|
|
406
406
|
set indicatorMultiplier(a) {
|
|
407
|
-
this.
|
|
407
|
+
this.yj = a;
|
|
408
408
|
this.g("IndicatorMultiplier");
|
|
409
409
|
}
|
|
410
410
|
get indicatorSmoothingPeriod() {
|
|
411
|
-
return this.
|
|
411
|
+
return this.zn;
|
|
412
412
|
}
|
|
413
413
|
set indicatorSmoothingPeriod(a) {
|
|
414
|
-
this.
|
|
414
|
+
this.zn = a;
|
|
415
415
|
this.g("IndicatorSmoothingPeriod");
|
|
416
416
|
}
|
|
417
417
|
get indicatorShortPeriod() {
|
|
418
|
-
return this.
|
|
418
|
+
return this.zl;
|
|
419
419
|
}
|
|
420
420
|
set indicatorShortPeriod(a) {
|
|
421
|
-
this.
|
|
421
|
+
this.zl = a;
|
|
422
422
|
this.g("IndicatorShortPeriod");
|
|
423
423
|
}
|
|
424
424
|
get indicatorLongPeriod() {
|
|
425
|
-
return this.
|
|
425
|
+
return this.zj;
|
|
426
426
|
}
|
|
427
427
|
set indicatorLongPeriod(a) {
|
|
428
|
-
this.
|
|
428
|
+
this.zj = a;
|
|
429
429
|
this.g("IndicatorLongPeriod");
|
|
430
430
|
}
|
|
431
431
|
get indicatorSignalPeriod() {
|
|
432
|
-
return this.
|
|
432
|
+
return this.zm;
|
|
433
433
|
}
|
|
434
434
|
set indicatorSignalPeriod(a) {
|
|
435
|
-
this.
|
|
435
|
+
this.zm = a;
|
|
436
436
|
this.g("IndicatorSignalPeriod");
|
|
437
437
|
}
|
|
438
438
|
get rangeSelectorOptions() {
|
|
439
|
-
return this.
|
|
439
|
+
return this.xf;
|
|
440
440
|
}
|
|
441
441
|
set rangeSelectorOptions(a) {
|
|
442
|
-
this.
|
|
442
|
+
this.xf = a;
|
|
443
443
|
this.g("RangeSelectorOptions");
|
|
444
444
|
}
|
|
445
445
|
get customIndicatorNames() {
|
|
446
|
-
return this.
|
|
446
|
+
return this.w5;
|
|
447
447
|
}
|
|
448
448
|
set customIndicatorNames(a) {
|
|
449
|
-
this.
|
|
449
|
+
this.w5 = a;
|
|
450
450
|
this.g("CustomIndicatorNames");
|
|
451
451
|
}
|
|
452
452
|
get isVerticalZoomEnabled() {
|
|
453
|
-
return this.
|
|
453
|
+
return this.x0;
|
|
454
454
|
}
|
|
455
455
|
set isVerticalZoomEnabled(a) {
|
|
456
|
-
this.
|
|
456
|
+
this.x0 = a;
|
|
457
457
|
this.g("IsVerticalZoomEnabled");
|
|
458
458
|
}
|
|
459
459
|
get zoomSliderXAxisMajorStroke() {
|
|
460
|
-
return this.
|
|
460
|
+
return this.z6;
|
|
461
461
|
}
|
|
462
462
|
set zoomSliderXAxisMajorStroke(a) {
|
|
463
|
-
this.
|
|
463
|
+
this.z6 = a;
|
|
464
464
|
this.g("ZoomSliderXAxisMajorStroke");
|
|
465
465
|
}
|
|
466
466
|
get zoomSliderXAxisMajorStrokeThickness() {
|
|
467
|
-
return this.
|
|
467
|
+
return this.y0;
|
|
468
468
|
}
|
|
469
469
|
set zoomSliderXAxisMajorStrokeThickness(a) {
|
|
470
|
-
this.
|
|
470
|
+
this.y0 = a;
|
|
471
471
|
this.g("ZoomSliderXAxisMajorStrokeThickness");
|
|
472
472
|
}
|
|
473
473
|
get isLegendVisible() {
|
|
474
|
-
return this.
|
|
474
|
+
return this.xy;
|
|
475
475
|
}
|
|
476
476
|
set isLegendVisible(a) {
|
|
477
|
-
this.
|
|
477
|
+
this.xy = a;
|
|
478
478
|
this.g("IsLegendVisible");
|
|
479
479
|
}
|
|
480
480
|
get xAxisMinimumValue() {
|
|
481
|
-
return this.
|
|
481
|
+
return this.yg;
|
|
482
482
|
}
|
|
483
483
|
set xAxisMinimumValue(a) {
|
|
484
|
-
this.
|
|
484
|
+
this.yg = a;
|
|
485
485
|
this.g("XAxisMinimumValue");
|
|
486
486
|
}
|
|
487
487
|
get xAxisMaximumValue() {
|
|
488
|
-
return this.
|
|
488
|
+
return this.yf;
|
|
489
489
|
}
|
|
490
490
|
set xAxisMaximumValue(a) {
|
|
491
|
-
this.
|
|
491
|
+
this.yf = a;
|
|
492
492
|
this.g("XAxisMaximumValue");
|
|
493
493
|
}
|
|
494
494
|
get xAxisBreaks() {
|
|
495
|
-
return this.
|
|
495
|
+
return this.xi;
|
|
496
496
|
}
|
|
497
497
|
set xAxisBreaks(a) {
|
|
498
|
-
this.
|
|
498
|
+
this.xi = a;
|
|
499
499
|
this.g("XAxisBreaks");
|
|
500
500
|
}
|
|
501
501
|
get applyCustomIndicatorsRef() {
|
|
502
|
-
return this.
|
|
502
|
+
return this.zv;
|
|
503
503
|
}
|
|
504
504
|
set applyCustomIndicatorsRef(a) {
|
|
505
|
-
this.
|
|
505
|
+
this.zv = a;
|
|
506
506
|
this.g("ApplyCustomIndicatorsRef");
|
|
507
507
|
}
|
|
508
508
|
}
|