This quick start is intended to guide you through a step-by-step process of creating a simple FlexRadar application and running the same in Visual Studio.
The following image displays how a basic FlexRadar appears after completing the steps mentioned above.
To quickly get started with FlexRadar and observe how it appears on running the application, follow these steps:
In this step, first create a class DataCreator that generates sales and expenses data for different countries. Next, bind FlexRadar to the created data source using the ItemsSource property provided by the FlexChartBase class. Then, specify fields containing X values and Y values for FlexRadar using the BindingX and the Binding property, respectively.
Press F5 to run the application and observe the output.