FlexChart lets you configure the charts easily at design-time using the property grid, collection editors etc. in Visual Studio. There are a lot of options available through property grid such as configuring chart axes, setting chart type, configuring data source, applying animation, customizing look and feel etc. Apart from the property grid, FlexChart also provides following collection editors to make your coding task easier:
Series Collection Editor of FlexChart can be used to add the series and set the related properties at design-time. You can set the data source, chart type, tooltip, visibility etc. of each series using this collection editor. Following are the steps to access the same:
PlotArea Collection Editor of FlexChart can be used to add the plot area and set the related properties at design-time. You can set the height, width, row, column etc. of each plot area using this collection editor. Following are the steps to access the same: