Cloud Business App Edition > Getting Started > Screen Templates > Wijmo FlexChart Screen |
FlexChart screen is used to visualise a list of items in a variety of chart types. The screen enables you to add customizable charts to your application. Depending on the type of data you need to display, you can represent your data in column, bar, scatter, bubble, line, and area charts, to name a few, or a combination of these. On moving mouse over a chart element, tooltip appears that shows details about the data point.
Properties panel in Visual Studio can be used to set the properties for the control in design view. For example, use default property editor to adjust the control's size, position of label for the display name, or default color palette to set colors for each series in the control. However, ComplexPropertyEditor is used to edit complex properties such as HeaderStyle, FooterStyle, or DataLabel.
You can include multiple series in one chart to compare items across different categories. Control the appearance and behavior of X and Y axes through AxisX and AxisY properties respectively. Header and footer styles for charts can also be customized as per users requirements.
This section describes how to use Wijmo FlexChart Screen template and add data.
This topic comprises of three steps:
Step 3: Build and Run the Project
The following image shows how the FlexChart appears after completing the steps above:
FlexChartBrowse
) for the screen in Screen Name text box.The example uses data from local database file ApplicationData.mdf.