User Interface
User Interface (UI) refers to the visual and interactive elements of a digital system or application that enable users to interact with and control it.
About the component
- Last Update 25 Oct, 2023
- Component Version : 2.0.0
- API 21, Android 5.0 Lollipop
- 29 Blocks Available
The Chart component is used for creating various types of charts (like line, bar, pie, etc.) within an application. It allows data visualization and provides methods for customization, data manipulation, and user interaction.
Overview
A visible component that's used to display data in chart formats.
Events
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | series | object | |
2 | x | int | |
3 | y | int |
Methods
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | minimum | int | |
2 | maximum | int |
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | left | int | |
2 | right | int | |
3 | top | int | |
4 | bottom | int |
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | left | int | |
2 | right | int | |
3 | top | int | |
4 | bottom | int |
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | minimum | int | |
2 | maximum | int |
Properties
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | BackgroundColor | color | |
2 | BackgroundColor | color |
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | Description | string | |
2 | Description | string |
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | GridEnabled | boolean | |
2 | GridEnabled | boolean |
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | Height | int | |
2 | Height | int |
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | HeightPercent | int |
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | Labels | string[] | |
2 | Labels | string[] |
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | LegendEnabled | boolean | |
2 | LegendEnabled | boolean |
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | Visible | boolean | |
2 | Visible | boolean |
# | Name | Type(s) | Default Value |
---|---|---|---|
1 | Width | int | |
2 | Width | int |