1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
| Êþº¾ 4c com/teechart/TBarChart com/steema/teechart/TChart serialVersionUID J ConstantValue Bar_Type_MonVol I Bar_Type_MonTmp Bar_Type_MonRes Bar_Type_ConnRes Bar_Type_MonSer Bar_Type_MonSerPercent Bar_Type_MonCapVol Bar_Type_MonRealCap Bar_Type_MonRestCap Bar_Type_MonCapPercent Bar_Type_MonCapTmp
| COLOR_MAX #Lcom/steema/teechart/drawing/Color; COLOR_MIN COLOR_AVG COLOR_SUBLOW COLOR_LOW bar_ser Lcom/steema/teechart/styles/Bar;
| bar_values [F m_colorlist Ljava/util/ArrayList; Signature :Ljava/util/ArrayList<Lcom/steema/teechart/drawing/Color;>; m_barvalue_battnum m_barvalue_battnum_ex bar_leftAxMax D bar_value_count line_ser_avg !Lcom/steema/teechart/styles/Line; line_ser_low line_ser_sublow tooltip1 $Lcom/steema/teechart/tools/MarksTip; m_UI 'Lcom/dev/ntm/ntm_page_datamanage_chart; mBarType m_UI_GridViewIndex max min avg_val low_val high_val lowcount low_percent F <clinit> ()V Code |
|