F2Area
Graphics area object, used to draw area extents
Create F2Area Instance
iOS
chart.area();
Android
chart.area();
Method
- Position
draw area location
iOS
chart.area().position(@"date*value");
Android
chart.area().position("date*value");
- parameters
Attribute Name | Type | Explanation |
---|---|---|
attr | String | X*Y: The corresponding name of the drawn area in the source |
- FixedColor
Set the color of the uniform area fill
iOS
chart.area().fixedColor(@"#108EE9");
Android
chart.area().fixedColor("#108EE9");
- parameters
Attribute Name | Type | Explanation |
---|---|---|
attr | String | Set the color of the area fill (Hex rgba) |