igniteui-angular-core 16.1.0-beta.3 → 16.1.0-beta.4
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 +1154 -1132
- package/bundles/igniteui-angular-core.umd.min.js +1 -1
- package/esm2015/lib/CategoryChartDescription.js +116 -116
- package/esm2015/lib/DataChartToolbarDescriptionModule.js +14 -0
- package/esm2015/lib/DomainChartDescription.js +654 -646
- package/esm2015/lib/DomainChartDescriptionMetadata.js +1 -0
- package/esm2015/lib/FinancialChartDescription.js +166 -166
- package/esm2015/lib/ToolPanelDescriptionModule.js +2 -0
- package/esm2015/lib/XYChartDescription.js +203 -203
- package/esm2015/lib/componentUtil.js +2 -1
- package/esm5/lib/CategoryChartDescription.js +116 -116
- package/esm5/lib/DataChartToolbarDescriptionModule.js +14 -0
- package/esm5/lib/DomainChartDescription.js +658 -646
- package/esm5/lib/DomainChartDescriptionMetadata.js +1 -0
- package/esm5/lib/FinancialChartDescription.js +166 -166
- package/esm5/lib/ToolPanelDescriptionModule.js +2 -0
- package/esm5/lib/XYChartDescription.js +203 -203
- package/esm5/lib/componentUtil.js +2 -1
- package/fesm2015/igniteui-angular-core.js +1150 -1132
- package/fesm5/igniteui-angular-core.js +1154 -1132
- package/lib/CategoryChartDescription.d.ts +43 -43
- package/lib/DomainChartDescription.d.ts +244 -241
- package/lib/FinancialChartDescription.d.ts +61 -61
- package/lib/XYChartDescription.d.ts +76 -76
- package/package.json +1 -1
|
@@ -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 v5;
|
|
10
10
|
get tooltipTemplateRef(): string;
|
|
11
11
|
set tooltipTemplateRef(a: string);
|
|
12
|
-
private
|
|
12
|
+
private v7;
|
|
13
13
|
get width(): string;
|
|
14
14
|
set width(a: string);
|
|
15
|
-
private
|
|
15
|
+
private v4;
|
|
16
16
|
get height(): string;
|
|
17
17
|
set height(a: string);
|
|
18
|
-
private
|
|
18
|
+
private v2;
|
|
19
19
|
get background(): string;
|
|
20
20
|
set background(a: string);
|
|
21
21
|
protected get_type(): string;
|
|
22
22
|
constructor();
|
|
23
|
-
private
|
|
23
|
+
private ur;
|
|
24
24
|
get leftMargin(): number;
|
|
25
25
|
set leftMargin(a: number);
|
|
26
|
-
private
|
|
26
|
+
private t3;
|
|
27
27
|
get isHorizontalZoomEnabled(): boolean;
|
|
28
28
|
set isHorizontalZoomEnabled(a: boolean);
|
|
29
|
-
private
|
|
29
|
+
private uv;
|
|
30
30
|
get toolbarHeight(): number;
|
|
31
31
|
set toolbarHeight(a: number);
|
|
32
|
-
private
|
|
32
|
+
private ub;
|
|
33
33
|
get yAxisIsLogarithmic(): boolean;
|
|
34
34
|
set yAxisIsLogarithmic(a: boolean);
|
|
35
|
-
private
|
|
35
|
+
private vu;
|
|
36
36
|
get yAxisLogarithmBase(): number;
|
|
37
37
|
set yAxisLogarithmBase(a: number);
|
|
38
|
-
private
|
|
38
|
+
private u2;
|
|
39
39
|
get yAxisInterval(): number;
|
|
40
40
|
set yAxisInterval(a: number);
|
|
41
|
-
private
|
|
41
|
+
private u4;
|
|
42
42
|
get yAxisMinimumValue(): number;
|
|
43
43
|
set yAxisMinimumValue(a: number);
|
|
44
|
-
private
|
|
44
|
+
private u3;
|
|
45
45
|
get yAxisMaximumValue(): number;
|
|
46
46
|
set yAxisMaximumValue(a: number);
|
|
47
|
-
private
|
|
47
|
+
private u5;
|
|
48
48
|
get yAxisMinorInterval(): number;
|
|
49
49
|
set yAxisMinorInterval(a: number);
|
|
50
|
-
private
|
|
50
|
+
private v6;
|
|
51
51
|
get volumeType(): string;
|
|
52
52
|
set volumeType(a: string);
|
|
53
|
-
private
|
|
53
|
+
private v8;
|
|
54
54
|
get xAxisMode(): string;
|
|
55
55
|
set xAxisMode(a: string);
|
|
56
|
-
private
|
|
56
|
+
private ux;
|
|
57
57
|
get xAxisZoomMaximumCategoryRange(): number;
|
|
58
58
|
set xAxisZoomMaximumCategoryRange(a: number);
|
|
59
|
-
private
|
|
59
|
+
private u0;
|
|
60
60
|
get xAxisZoomToCategoryStart(): number;
|
|
61
61
|
set xAxisZoomToCategoryStart(a: number);
|
|
62
|
-
private
|
|
62
|
+
private uy;
|
|
63
63
|
get xAxisZoomMaximumItemSpan(): number;
|
|
64
64
|
set xAxisZoomMaximumItemSpan(a: number);
|
|
65
|
-
private
|
|
65
|
+
private uz;
|
|
66
66
|
get xAxisZoomToCategoryRange(): number;
|
|
67
67
|
set xAxisZoomToCategoryRange(a: number);
|
|
68
|
-
private
|
|
68
|
+
private u1;
|
|
69
69
|
get xAxisZoomToItemSpan(): number;
|
|
70
70
|
set xAxisZoomToItemSpan(a: number);
|
|
71
|
-
private
|
|
71
|
+
private wa;
|
|
72
72
|
get yAxisMode(): string;
|
|
73
73
|
set yAxisMode(a: string);
|
|
74
|
-
private
|
|
74
|
+
private t5;
|
|
75
75
|
get isToolbarVisible(): boolean;
|
|
76
76
|
set isToolbarVisible(a: boolean);
|
|
77
|
-
private
|
|
77
|
+
private v3;
|
|
78
78
|
get chartType(): string;
|
|
79
79
|
set chartType(a: string);
|
|
80
|
-
private
|
|
80
|
+
private v9;
|
|
81
81
|
get yAxisLabelHorizontalAlignment(): string;
|
|
82
82
|
set yAxisLabelHorizontalAlignment(a: string);
|
|
83
|
-
private
|
|
83
|
+
private t7;
|
|
84
84
|
get isWindowSyncedToVisibleRange(): boolean;
|
|
85
85
|
set isWindowSyncedToVisibleRange(a: boolean);
|
|
86
|
-
private
|
|
86
|
+
private tf;
|
|
87
87
|
get indicatorTypes(): string[];
|
|
88
88
|
set indicatorTypes(a: string[]);
|
|
89
|
-
private
|
|
89
|
+
private tk;
|
|
90
90
|
get overlayTypes(): string[];
|
|
91
91
|
set overlayTypes(a: string[]);
|
|
92
|
-
private
|
|
92
|
+
private t9;
|
|
93
93
|
get yAxisAbbreviateLargeNumbers(): boolean;
|
|
94
94
|
set yAxisAbbreviateLargeNumbers(a: boolean);
|
|
95
|
-
private
|
|
95
|
+
private uu;
|
|
96
96
|
get resolution(): number;
|
|
97
97
|
set resolution(a: number);
|
|
98
|
-
private
|
|
98
|
+
private t8;
|
|
99
99
|
get xAxisEnhancedIntervalPreferMoreCategoryLabels(): boolean;
|
|
100
100
|
set xAxisEnhancedIntervalPreferMoreCategoryLabels(a: boolean);
|
|
101
|
-
private
|
|
101
|
+
private ua;
|
|
102
102
|
get yAxisEnhancedIntervalPreferMoreCategoryLabels(): boolean;
|
|
103
103
|
set yAxisEnhancedIntervalPreferMoreCategoryLabels(a: boolean);
|
|
104
|
-
private
|
|
104
|
+
private wb;
|
|
105
105
|
get zoomSliderType(): string;
|
|
106
106
|
set zoomSliderType(a: string);
|
|
107
|
-
private
|
|
107
|
+
private tg;
|
|
108
108
|
get negativeBrushes(): string[];
|
|
109
109
|
set negativeBrushes(a: string[]);
|
|
110
|
-
private
|
|
110
|
+
private th;
|
|
111
111
|
get negativeOutlines(): string[];
|
|
112
112
|
set negativeOutlines(a: string[]);
|
|
113
|
-
private
|
|
113
|
+
private ti;
|
|
114
114
|
get overlayBrushes(): string[];
|
|
115
115
|
set overlayBrushes(a: string[]);
|
|
116
|
-
private
|
|
116
|
+
private tj;
|
|
117
117
|
get overlayOutlines(): string[];
|
|
118
118
|
set overlayOutlines(a: string[]);
|
|
119
|
-
private
|
|
119
|
+
private tn;
|
|
120
120
|
get volumeOutlines(): string[];
|
|
121
121
|
set volumeOutlines(a: string[]);
|
|
122
|
-
private
|
|
122
|
+
private tm;
|
|
123
123
|
get volumeBrushes(): string[];
|
|
124
124
|
set volumeBrushes(a: string[]);
|
|
125
|
-
private
|
|
125
|
+
private te;
|
|
126
126
|
get indicatorNegativeBrushes(): string[];
|
|
127
127
|
set indicatorNegativeBrushes(a: string[]);
|
|
128
|
-
private
|
|
128
|
+
private tc;
|
|
129
129
|
get indicatorBrushes(): string[];
|
|
130
130
|
set indicatorBrushes(a: string[]);
|
|
131
|
-
private
|
|
131
|
+
private uw;
|
|
132
132
|
get volumeThickness(): number;
|
|
133
133
|
set volumeThickness(a: number);
|
|
134
|
-
private
|
|
134
|
+
private ut;
|
|
135
135
|
get overlayThickness(): number;
|
|
136
136
|
set overlayThickness(a: number);
|
|
137
|
-
private
|
|
137
|
+
private us;
|
|
138
138
|
get overlayMultiplier(): number;
|
|
139
139
|
set overlayMultiplier(a: number);
|
|
140
|
-
private
|
|
140
|
+
private uq;
|
|
141
141
|
get indicatorThickness(): number;
|
|
142
142
|
set indicatorThickness(a: number);
|
|
143
|
-
private
|
|
143
|
+
private td;
|
|
144
144
|
get indicatorDisplayTypes(): string[];
|
|
145
145
|
set indicatorDisplayTypes(a: string[]);
|
|
146
|
-
private
|
|
146
|
+
private vq;
|
|
147
147
|
get indicatorPeriod(): number;
|
|
148
148
|
set indicatorPeriod(a: number);
|
|
149
|
-
private
|
|
149
|
+
private up;
|
|
150
150
|
get indicatorMultiplier(): number;
|
|
151
151
|
set indicatorMultiplier(a: number);
|
|
152
|
-
private
|
|
152
|
+
private vt;
|
|
153
153
|
get indicatorSmoothingPeriod(): number;
|
|
154
154
|
set indicatorSmoothingPeriod(a: number);
|
|
155
|
-
private
|
|
155
|
+
private vr;
|
|
156
156
|
get indicatorShortPeriod(): number;
|
|
157
157
|
set indicatorShortPeriod(a: number);
|
|
158
|
-
private
|
|
158
|
+
private vp;
|
|
159
159
|
get indicatorLongPeriod(): number;
|
|
160
160
|
set indicatorLongPeriod(a: number);
|
|
161
|
-
private
|
|
161
|
+
private vs;
|
|
162
162
|
get indicatorSignalPeriod(): number;
|
|
163
163
|
set indicatorSignalPeriod(a: number);
|
|
164
|
-
private
|
|
164
|
+
private tl;
|
|
165
165
|
get rangeSelectorOptions(): string[];
|
|
166
166
|
set rangeSelectorOptions(a: string[]);
|
|
167
|
-
private
|
|
167
|
+
private tb;
|
|
168
168
|
get customIndicatorNames(): string[];
|
|
169
169
|
set customIndicatorNames(a: string[]);
|
|
170
|
-
private
|
|
170
|
+
private t6;
|
|
171
171
|
get isVerticalZoomEnabled(): boolean;
|
|
172
172
|
set isVerticalZoomEnabled(a: boolean);
|
|
173
|
-
private
|
|
173
|
+
private wc;
|
|
174
174
|
get zoomSliderXAxisMajorStroke(): string;
|
|
175
175
|
set zoomSliderXAxisMajorStroke(a: string);
|
|
176
|
-
private
|
|
176
|
+
private u6;
|
|
177
177
|
get zoomSliderXAxisMajorStrokeThickness(): number;
|
|
178
178
|
set zoomSliderXAxisMajorStrokeThickness(a: number);
|
|
179
|
-
private
|
|
179
|
+
private t4;
|
|
180
180
|
get isLegendVisible(): boolean;
|
|
181
181
|
set isLegendVisible(a: boolean);
|
|
182
|
-
private
|
|
182
|
+
private um;
|
|
183
183
|
get xAxisMinimumValue(): Date;
|
|
184
184
|
set xAxisMinimumValue(a: Date);
|
|
185
|
-
private
|
|
185
|
+
private ul;
|
|
186
186
|
get xAxisMaximumValue(): Date;
|
|
187
187
|
set xAxisMaximumValue(a: Date);
|
|
188
|
-
private
|
|
188
|
+
private to;
|
|
189
189
|
get xAxisBreaks(): TimeAxisBreakDescription[];
|
|
190
190
|
set xAxisBreaks(a: TimeAxisBreakDescription[]);
|
|
191
|
-
private
|
|
191
|
+
private v1;
|
|
192
192
|
get applyCustomIndicatorsRef(): string;
|
|
193
193
|
set applyCustomIndicatorsRef(a: string);
|
|
194
194
|
}
|
|
@@ -8,232 +8,232 @@ export declare abstract class XYChartDescription extends DomainChartDescription
|
|
|
8
8
|
static $t: Type;
|
|
9
9
|
protected get_type(): string;
|
|
10
10
|
constructor();
|
|
11
|
-
private
|
|
11
|
+
private q9;
|
|
12
12
|
get xAxisFormatLabelRef(): string;
|
|
13
13
|
set xAxisFormatLabelRef(a: string);
|
|
14
|
-
private
|
|
14
|
+
private rr;
|
|
15
15
|
get yAxisFormatLabelRef(): string;
|
|
16
16
|
set yAxisFormatLabelRef(a: string);
|
|
17
|
-
private
|
|
17
|
+
private pe;
|
|
18
18
|
get xAxisLabelLeftMargin(): number;
|
|
19
19
|
set xAxisLabelLeftMargin(a: number);
|
|
20
|
-
private
|
|
20
|
+
private pg;
|
|
21
21
|
get xAxisLabelTopMargin(): number;
|
|
22
22
|
set xAxisLabelTopMargin(a: number);
|
|
23
|
-
private
|
|
23
|
+
private pf;
|
|
24
24
|
get xAxisLabelRightMargin(): number;
|
|
25
25
|
set xAxisLabelRightMargin(a: number);
|
|
26
|
-
private
|
|
26
|
+
private pd;
|
|
27
27
|
get xAxisLabelBottomMargin(): number;
|
|
28
28
|
set xAxisLabelBottomMargin(a: number);
|
|
29
|
-
private
|
|
29
|
+
private pv;
|
|
30
30
|
get yAxisLabelLeftMargin(): number;
|
|
31
31
|
set yAxisLabelLeftMargin(a: number);
|
|
32
|
-
private
|
|
32
|
+
private px;
|
|
33
33
|
get yAxisLabelTopMargin(): number;
|
|
34
34
|
set yAxisLabelTopMargin(a: number);
|
|
35
|
-
private
|
|
35
|
+
private pw;
|
|
36
36
|
get yAxisLabelRightMargin(): number;
|
|
37
37
|
set yAxisLabelRightMargin(a: number);
|
|
38
|
-
private
|
|
38
|
+
private pu;
|
|
39
39
|
get yAxisLabelBottomMargin(): number;
|
|
40
40
|
set yAxisLabelBottomMargin(a: number);
|
|
41
|
-
private
|
|
41
|
+
private re;
|
|
42
42
|
get xAxisLabelTextColor(): string;
|
|
43
43
|
set xAxisLabelTextColor(a: string);
|
|
44
|
-
private
|
|
44
|
+
private rw;
|
|
45
45
|
get yAxisLabelTextColor(): string;
|
|
46
46
|
set yAxisLabelTextColor(a: string);
|
|
47
|
-
private
|
|
47
|
+
private q7;
|
|
48
48
|
get actualXAxisLabelTextColor(): string;
|
|
49
49
|
set actualXAxisLabelTextColor(a: string);
|
|
50
|
-
private
|
|
50
|
+
private q8;
|
|
51
51
|
get actualYAxisLabelTextColor(): string;
|
|
52
52
|
set actualYAxisLabelTextColor(a: string);
|
|
53
|
-
private
|
|
53
|
+
private pp;
|
|
54
54
|
get xAxisTitleMargin(): number;
|
|
55
55
|
set xAxisTitleMargin(a: number);
|
|
56
|
-
private
|
|
56
|
+
private p6;
|
|
57
57
|
get yAxisTitleMargin(): number;
|
|
58
58
|
set yAxisTitleMargin(a: number);
|
|
59
|
-
private
|
|
59
|
+
private po;
|
|
60
60
|
get xAxisTitleLeftMargin(): number;
|
|
61
61
|
set xAxisTitleLeftMargin(a: number);
|
|
62
|
-
private
|
|
62
|
+
private p5;
|
|
63
63
|
get yAxisTitleLeftMargin(): number;
|
|
64
64
|
set yAxisTitleLeftMargin(a: number);
|
|
65
|
-
private
|
|
65
|
+
private pr;
|
|
66
66
|
get xAxisTitleTopMargin(): number;
|
|
67
67
|
set xAxisTitleTopMargin(a: number);
|
|
68
|
-
private
|
|
68
|
+
private p8;
|
|
69
69
|
get yAxisTitleTopMargin(): number;
|
|
70
70
|
set yAxisTitleTopMargin(a: number);
|
|
71
|
-
private
|
|
71
|
+
private pq;
|
|
72
72
|
get xAxisTitleRightMargin(): number;
|
|
73
73
|
set xAxisTitleRightMargin(a: number);
|
|
74
|
-
private
|
|
74
|
+
private p7;
|
|
75
75
|
get yAxisTitleRightMargin(): number;
|
|
76
76
|
set yAxisTitleRightMargin(a: number);
|
|
77
|
-
private
|
|
77
|
+
private pn;
|
|
78
78
|
get xAxisTitleBottomMargin(): number;
|
|
79
79
|
set xAxisTitleBottomMargin(a: number);
|
|
80
|
-
private
|
|
80
|
+
private p4;
|
|
81
81
|
get yAxisTitleBottomMargin(): number;
|
|
82
82
|
set yAxisTitleBottomMargin(a: number);
|
|
83
|
-
private
|
|
83
|
+
private rp;
|
|
84
84
|
get xAxisTitleTextColor(): string;
|
|
85
85
|
set xAxisTitleTextColor(a: string);
|
|
86
|
-
private
|
|
86
|
+
private r7;
|
|
87
87
|
get yAxisTitleTextColor(): string;
|
|
88
88
|
set yAxisTitleTextColor(a: string);
|
|
89
|
-
private
|
|
89
|
+
private rf;
|
|
90
90
|
get xAxisLabelTextStyle(): string;
|
|
91
91
|
set xAxisLabelTextStyle(a: string);
|
|
92
|
-
private
|
|
92
|
+
private rx;
|
|
93
93
|
get yAxisLabelTextStyle(): string;
|
|
94
94
|
set yAxisLabelTextStyle(a: string);
|
|
95
|
-
private
|
|
95
|
+
private rq;
|
|
96
96
|
get xAxisTitleTextStyle(): string;
|
|
97
97
|
set xAxisTitleTextStyle(a: string);
|
|
98
|
-
private
|
|
98
|
+
private r8;
|
|
99
99
|
get yAxisTitleTextStyle(): string;
|
|
100
100
|
set yAxisTitleTextStyle(a: string);
|
|
101
|
-
private
|
|
101
|
+
private rd;
|
|
102
102
|
get xAxisLabelRef(): string;
|
|
103
103
|
set xAxisLabelRef(a: string);
|
|
104
|
-
private
|
|
104
|
+
private rv;
|
|
105
105
|
get yAxisLabelRef(): string;
|
|
106
106
|
set yAxisLabelRef(a: string);
|
|
107
|
-
private
|
|
107
|
+
private ri;
|
|
108
108
|
get xAxisMajorStroke(): string;
|
|
109
109
|
set xAxisMajorStroke(a: string);
|
|
110
|
-
private
|
|
110
|
+
private r0;
|
|
111
111
|
get yAxisMajorStroke(): string;
|
|
112
112
|
set yAxisMajorStroke(a: string);
|
|
113
|
-
private
|
|
113
|
+
private ph;
|
|
114
114
|
get xAxisMajorStrokeThickness(): number;
|
|
115
115
|
set xAxisMajorStrokeThickness(a: number);
|
|
116
|
-
private
|
|
116
|
+
private py;
|
|
117
117
|
get yAxisMajorStrokeThickness(): number;
|
|
118
118
|
set yAxisMajorStrokeThickness(a: number);
|
|
119
|
-
private
|
|
119
|
+
private pi;
|
|
120
120
|
get xAxisMinorStrokeThickness(): number;
|
|
121
121
|
set xAxisMinorStrokeThickness(a: number);
|
|
122
|
-
private
|
|
122
|
+
private pz;
|
|
123
123
|
get yAxisMinorStrokeThickness(): number;
|
|
124
124
|
set yAxisMinorStrokeThickness(a: number);
|
|
125
|
-
private
|
|
125
|
+
private rk;
|
|
126
126
|
get xAxisStrip(): string;
|
|
127
127
|
set xAxisStrip(a: string);
|
|
128
|
-
private
|
|
128
|
+
private r2;
|
|
129
129
|
get yAxisStrip(): string;
|
|
130
130
|
set yAxisStrip(a: string);
|
|
131
|
-
private
|
|
131
|
+
private rl;
|
|
132
132
|
get xAxisStroke(): string;
|
|
133
133
|
set xAxisStroke(a: string);
|
|
134
|
-
private
|
|
134
|
+
private r3;
|
|
135
135
|
get yAxisStroke(): string;
|
|
136
136
|
set yAxisStroke(a: string);
|
|
137
|
-
private
|
|
137
|
+
private pj;
|
|
138
138
|
get xAxisStrokeThickness(): number;
|
|
139
139
|
set xAxisStrokeThickness(a: number);
|
|
140
|
-
private
|
|
140
|
+
private p0;
|
|
141
141
|
get yAxisStrokeThickness(): number;
|
|
142
142
|
set yAxisStrokeThickness(a: number);
|
|
143
|
-
private
|
|
143
|
+
private pk;
|
|
144
144
|
get xAxisTickLength(): number;
|
|
145
145
|
set xAxisTickLength(a: number);
|
|
146
|
-
private
|
|
146
|
+
private p1;
|
|
147
147
|
get yAxisTickLength(): number;
|
|
148
148
|
set yAxisTickLength(a: number);
|
|
149
|
-
private
|
|
149
|
+
private rm;
|
|
150
150
|
get xAxisTickStroke(): string;
|
|
151
151
|
set xAxisTickStroke(a: string);
|
|
152
|
-
private
|
|
152
|
+
private r4;
|
|
153
153
|
get yAxisTickStroke(): string;
|
|
154
154
|
set yAxisTickStroke(a: string);
|
|
155
|
-
private
|
|
155
|
+
private pl;
|
|
156
156
|
get xAxisTickStrokeThickness(): number;
|
|
157
157
|
set xAxisTickStrokeThickness(a: number);
|
|
158
|
-
private
|
|
158
|
+
private p2;
|
|
159
159
|
get yAxisTickStrokeThickness(): number;
|
|
160
160
|
set yAxisTickStrokeThickness(a: number);
|
|
161
|
-
private
|
|
161
|
+
private rn;
|
|
162
162
|
get xAxisTitle(): string;
|
|
163
163
|
set xAxisTitle(a: string);
|
|
164
|
-
private
|
|
164
|
+
private r5;
|
|
165
165
|
get yAxisTitle(): string;
|
|
166
166
|
set yAxisTitle(a: string);
|
|
167
|
-
private
|
|
167
|
+
private rj;
|
|
168
168
|
get xAxisMinorStroke(): string;
|
|
169
169
|
set xAxisMinorStroke(a: string);
|
|
170
|
-
private
|
|
170
|
+
private r1;
|
|
171
171
|
get yAxisMinorStroke(): string;
|
|
172
172
|
set yAxisMinorStroke(a: string);
|
|
173
|
-
private
|
|
173
|
+
private pc;
|
|
174
174
|
get xAxisLabelAngle(): number;
|
|
175
175
|
set xAxisLabelAngle(a: number);
|
|
176
|
-
private
|
|
176
|
+
private pt;
|
|
177
177
|
get yAxisLabelAngle(): number;
|
|
178
178
|
set yAxisLabelAngle(a: number);
|
|
179
|
-
private
|
|
179
|
+
private pb;
|
|
180
180
|
get xAxisExtent(): number;
|
|
181
181
|
set xAxisExtent(a: number);
|
|
182
|
-
private
|
|
182
|
+
private ps;
|
|
183
183
|
get yAxisExtent(): number;
|
|
184
184
|
set yAxisExtent(a: number);
|
|
185
|
-
private
|
|
185
|
+
private pm;
|
|
186
186
|
get xAxisTitleAngle(): number;
|
|
187
187
|
set xAxisTitleAngle(a: number);
|
|
188
|
-
private
|
|
188
|
+
private p3;
|
|
189
189
|
get yAxisTitleAngle(): number;
|
|
190
190
|
set yAxisTitleAngle(a: number);
|
|
191
|
-
private
|
|
191
|
+
private o7;
|
|
192
192
|
get xAxisInverted(): boolean;
|
|
193
193
|
set xAxisInverted(a: boolean);
|
|
194
|
-
private
|
|
194
|
+
private o8;
|
|
195
195
|
get yAxisInverted(): boolean;
|
|
196
196
|
set yAxisInverted(a: boolean);
|
|
197
|
-
private
|
|
197
|
+
private ro;
|
|
198
198
|
get xAxisTitleAlignment(): string;
|
|
199
199
|
set xAxisTitleAlignment(a: string);
|
|
200
|
-
private
|
|
200
|
+
private r6;
|
|
201
201
|
get yAxisTitleAlignment(): string;
|
|
202
202
|
set yAxisTitleAlignment(a: string);
|
|
203
|
-
private
|
|
203
|
+
private rb;
|
|
204
204
|
get xAxisLabelHorizontalAlignment(): string;
|
|
205
205
|
set xAxisLabelHorizontalAlignment(a: string);
|
|
206
|
-
private
|
|
206
|
+
private rt;
|
|
207
207
|
get yAxisLabelHorizontalAlignment(): string;
|
|
208
208
|
set yAxisLabelHorizontalAlignment(a: string);
|
|
209
|
-
private
|
|
209
|
+
private rg;
|
|
210
210
|
get xAxisLabelVerticalAlignment(): string;
|
|
211
211
|
set xAxisLabelVerticalAlignment(a: string);
|
|
212
|
-
private
|
|
212
|
+
private ry;
|
|
213
213
|
get yAxisLabelVerticalAlignment(): string;
|
|
214
214
|
set yAxisLabelVerticalAlignment(a: string);
|
|
215
|
-
private
|
|
215
|
+
private rh;
|
|
216
216
|
get xAxisLabelVisibility(): string;
|
|
217
217
|
set xAxisLabelVisibility(a: string);
|
|
218
|
-
private
|
|
218
|
+
private rz;
|
|
219
219
|
get yAxisLabelVisibility(): string;
|
|
220
220
|
set yAxisLabelVisibility(a: string);
|
|
221
|
-
private
|
|
221
|
+
private ru;
|
|
222
222
|
get yAxisLabelLocation(): string;
|
|
223
223
|
set yAxisLabelLocation(a: string);
|
|
224
|
-
private
|
|
224
|
+
private rc;
|
|
225
225
|
get xAxisLabelLocation(): string;
|
|
226
226
|
set xAxisLabelLocation(a: string);
|
|
227
|
-
private
|
|
227
|
+
private ra;
|
|
228
228
|
get xAxisLabelFormat(): string;
|
|
229
229
|
set xAxisLabelFormat(a: string);
|
|
230
|
-
private
|
|
230
|
+
private o3;
|
|
231
231
|
get xAxisLabelFormatSpecifiers(): FormatSpecifierDescription[];
|
|
232
232
|
set xAxisLabelFormatSpecifiers(a: FormatSpecifierDescription[]);
|
|
233
|
-
private
|
|
233
|
+
private rs;
|
|
234
234
|
get yAxisLabelFormat(): string;
|
|
235
235
|
set yAxisLabelFormat(a: string);
|
|
236
|
-
private
|
|
236
|
+
private o4;
|
|
237
237
|
get yAxisLabelFormatSpecifiers(): FormatSpecifierDescription[];
|
|
238
238
|
set yAxisLabelFormatSpecifiers(a: FormatSpecifierDescription[]);
|
|
239
239
|
}
|
package/package.json
CHANGED