Cloud Business App Edition > Wijmo Control Extensions > Controls > FlexChart > Features |
The table below shows a list of features supported by FlexChart for Cloud Business Application:
Name |
Possible Values |
Description |
---|---|---|
Select Chart Type | String | Shows a list of options for a user to select the type of chart to create. User can select chart type for the entire control as well as individual series. |
Adjust DataLabel | DataLabel | Allows specifying content and position for data label corresponding to data points in the chart. |
Header Visibility | String | Allows user to enter the string value to be visible in the chart header. User can customize the header style using the available properties. |
Footer Visibility | String | Allows user to enter the string value to be visible in the chart footer. User can customize the footer style using available properties. |
Select Palette | String | Shows a list of palette options to be used as default colors for displaying each series. |
Rotate Chart | Boolean | Enables flipping the chart axes so that X is vertical and Y horizontal. |
Selection Mode | String | Shows a list of options for a user to specify whether and what will be selected when a user clicks the chart. |
Tooltip Visibility | ChartTooltip | Enables users to specify tooltip content for chart's data values and control its visibility. |
Line Markers | Collection<lineMarker> | Provides collection editor to add line markers to the FlexChart. |
Range Selectors | Collection<rangeSelector> | Provides collection editor to add range selectors to the FlexChart. |
You can set these properties in the designer through the Properties window. The example below demonstrates how to enable Range Selector in FlexChart using the data ApplicationData.FinanceDatas from the local database file ApplicationData.mdf.