Chart Property Builder for WinForms C# Tutorial
The Chart control is a Windows Forms user interface design tool that helps .NET developers easily create Bar, Pie, Line, Area, Polar, Radar and Scatter appearance for their WinForms application. The WinForms Chart control provides series classes to store the input data and the series class offers a collection of data source that will display the data based on the type of the series classes. There are three sections in the Property builder, Chart, Series and Appearance.
How to Create Chart Type using Chart Control
The Chart section is used for creating a variety of chart type. Developers can select the type of axes for the chart and the palette. How to Add, Remove, and Setup Series
The Series section is used for adding, removing and setting series.
How to Connect Data to Chart
Use the Unbound mode to enter the data to CharView manually through the grid view. The Enter and Tab keys can enter data quickly. Developers can enter data in a cell by pressing the key, where the focus will be transferred to the next cell. If the focus is on the last cell, the data will be committed and the focus will go to the first cell in a new row.
Use the Bound mode to connect data source to Chart. Under the Data bound mode, the UI will change accordingly to allow users to choose a data source and set up DataMember. The number and names of the drop downs will change in accordance to the type of the series selected currently. How to Setup Series
The third section allows users to setup series via different options like grid, axes labels, series labels. It is also possible to set the interactive features of Chart like the trackball, pan and zoom, title and legend. | ![]() UI Controlsfor Windows Forms .NET WinForms UI Overview.NET WinForms UI Features.NET WinForms UI GuideC# WinForms UI DesignVB.NET WinForms UI DesignWinForms UI Controls WinForms Buttons UI Control WinForms Calendar UI ControlWinForms Carousel UI ControlWinForms Chart UI ControlChart PropertyChart GridChart Series TypesChart Series - AreaChart Series - BarChart Series - LineChart Series - ScatterChart Series - ScatterLineChart Series - PieChart Series - DonutChart Series - PolarChart Series - RadarChart AxesChart Axes - CategoricalChart Axes - DateTimeChart Axes - LinearChart Axes - LogarithmicChart Axes - PolarChart Axes - PlotModeChart Axes - RadicalChart Axes - Multiple AxesChart FeatureChart - Scroll and ZoomChart - SelectionChart - TooltipChart - TrackballChart - TitleChart - LegendChart - Smart LabelsChart - Drill DownChart Data BindingChart Custom PaletteChart Custom RenderingWinForms Clock UI ControlCommandBar UI ControlWinForms Dock UI ControlDesktop Alert UI ControlDropDown List UI ControlWinForms Editor UI ControlForms and Dialogs UI ControlWinForms GridView UI ControlWinForms ListView UI ControlWinForms Menu UI ControlWinForms ComboBox UI ControlWinForms PageView UI ControlPanels and Labels UI ControlWinForms Panorama UI ControlWinForms PDFViewer UI ControlWinForms Property Grid UI ControlWinForms Ribbon UI ControlWinForms PivotGrid UI ControlWinForms RichTextBox UI ControlWinForms Rotator UI ControlWinForms Scheduler UI ControlWinForms Shortcuts UI ControlWinForms SpellChecker UI ControlWinForms Track & Status UI ControlWinForms TreeView UI ControlWinForms Wizard UI ControlWinForms Test UI ControlWinForms Theme UI Control |