4 |
5 |
91 |
92 | First, create a PieGraphView in your xml file.
93 | ```xml
94 |
118 |
119 | First, create a DotProgressView in your xml file.
120 | ```xml
121 |
145 |
146 | First, create a LinearProgressView in your xml file.
147 | ```xml
148 | | Attribution | 178 |Value | 179 |Description | 180 |
|---|---|---|
| useArcColor | 183 |boolean | 184 |Use each object's arc color if the value true, otherwise use default color. | 185 |
| graphColor | 188 |string | 189 |User choose default graph color. This applies only when useArcColor attribution is false. | 190 |
| Attribution | 200 |Value | 201 |Description | 202 |
|---|---|---|
| useCommonColor | 205 |boolean | 206 |Use all progress same color if the value true, otherwise use own progress color which set on each objects. | 207 |
| filledColor | 210 |string | 211 |Hex color code for progress. This applies only when useCommonColor attribution is true. | 212 |
| unfilledColor | 215 |string | 216 |Hex color code for scale line. | 217 |
| Attribution | 227 |Value | 228 |Description | 229 |
|---|---|---|
| useCommonColor | 232 |boolean | 233 |Use all progress same color if the value true, otherwise use own progress color which set on each objects. | 234 |
| filledColor | 237 |string | 238 |Hex color code for progress. This applies only when useCommonColor attribution is true. | 239 |
| unfilledColor | 242 |string | 243 |Hex color code for scale line. | 244 |
| maxValue | 247 |integer | 248 |The maximum value for progress. | 249 |