Eine Liste von herunterladbaren Beispielen, die verschiedene Funktionen der MindFusion WinForms Chart-Komponente demonstrieren.
BarChart
This sample demonstrates various properties of the BarChart control. Change property values in this panel to see their effect in chart above.
Download the sample in C#
Download the sample in VB.NET
BarChart3D
This sample demonstrates various properties of the BarChart3D control. Change property values in tab panels to see their effect in the chart.
Download the sample in C#
Download the sample in VB.NET
BubbleChart
This sample demonstrates various properties of the BubbleChart control. Change property values in tab panels to see their effect in the chart.
Download the sample in C#
Download the sample in VB.NET
CandlestickChart
Demonstrates how to create a candlestick chart, used to display open, close, high and low prices of stocks for a period of time.
Download the sample in C#
Download the sample in VB.NET
Car Gauges
This sample illustrates a set of Oval gauge controls styled with custom templates in order to achieve the look of a car dashboard. In addition, the sample demonstrates how to embed gauges within each other.
Download the sample in C#
Download the sample in VB.NET
Custom Data
This sample shows how a list of .NET objects can be used directly in a chart by means of a custom series class that implements the Series interface.
Download the sample in C#
Download the sample in VB.NET
Dashboard
Shows how to build a dashboard with dynamic layout.
Download the sample in C#
Download the sample in VB.NET
DateTimeSeries
This sample shows how to use the DateTimeSeries class and apply different label formats.
Download the sample in C#
Download the sample in VB.NET
Equalizer Gauge
This sample illustrates a set of Oval gauge controls styled with custom templates in order to achieve the look of a car dashboard. In addition, the sample demonstrates how to embed gauges within each other.
Download the sample in C#
Download the sample in VB.NET
Functions Gauge
This sample illustrates a set of Oval gauge controls styled with custom templates in order to achieve the look of a car dashboard. In addition, the sample demonstrates how to embed gauges within each other.
Download the sample in C#
Download the sample in VB.NET
Bar Chart With Group Labels
This sample shows how to display labels for bar groups by using the AnnotationRenderer class.
Download the sample in C#
Download the sample in VB.NET
Interactivity
Use mouse click and drag to pan the chart. Dragging while pressing the CTRL key zooms the selected area of the chart. The legend can be moved too.
Download the sample in C#
Download the sample in VB.NET
Line Chart
This sample demonstrates various properties of the LineChart control. Change property values in this panel to see their effect in chart above.
Download the sample in C#
Download the sample in VB.NET
Radar Chart With List Binding
This sample shows how to bind the chart to a list of custom .NET objects by setting the list as DataSource.
Download the sample in C#
Download the sample in VB.NET
Chart With Multiple Axes
This sample demonstrates how to set up multiple axes.
Download the sample in C#
Download the sample in VB.NET
Multiple Plots
This sample shows how to build a dashboard containing multiple plots that share a common axis.
Download the sample in C#
Download the sample in VB.NET
Pie Chart
This sample demonstrates various properties of the PieChart control. Change property values in this panel to see their effect in chart above.
Download the sample in C#
Download the sample in VB.NET
Print And Export of a Chart
This sample demonstrates print and export capabilities of MindFusion.Charting. Click the print button to get the chart above printed on paper. The export buttons will export the chart to various file formats.
Download the sample in C#
Download the sample in VB.NET
Quadratic Gauges
This sample demonstrates the predefined styles for quadratic oval gauges and how to use them directly in your application.
Download the sample in C#
Download the sample in VB.NET
Radar Chart
This sample demonstrates various properties of the RadarChart control. Change property values in this panel to see their effect in chart above.
Download the sample in C#
Download the sample in VB.NET
Resource Monitor
This sample demonstrates the use of oval gauges in a PC resource monitor application.
Download the sample in C#
Download the sample in VB.NET
Chart With Scripted Series
Demonstrates the FunctionSeries class, which uses MindFusion.Scripting to evaluate function expression and present its results as a Series
Download the sample in C#
Download the sample in VB.NET
Oval Gauge
This sample demonstrates an out-of-the-box Oval gauge without any additional styles applied to it.
Download the sample in C#
Download the sample in VB.NET
Chart With Sql Binding
This example demonstrates binding to a DataTable. The chart's DataSource property is set to the dataset returned from MSSQL Compact database. The column names to bind to are specified through XDataFields and YDataFields properties.
Download the sample in C#
Download the sample in VB.NET
Stress Test of a Chart
This sample shows two series displaying 750 000 data items in total (pan the plot to see more). It demonstrates what axis and series properties to set for good performance.
Download the sample in C#
Download the sample in VB.NET
Synchronized Scroll in a Chart
Demonstrates how you can synchronize scroll positions of two plots by configuring them to use a shared Axis instance.
Download the sample in C#
Download the sample in VB.NET
Thermometer Gauge
Demonstrates how you can synchronize scroll positions of two plots by configuring them to use a shared Axis instance.
Download the sample in C#
Download the sample in VB.NET
WinForms Chart Tutorial
The tutorial provides you with the basic knowledge you need to build all major chart types. It also shows you how to add a legend and customize the appearance of a chart including chart axes.
Download the sample in C#
Download the sample in VB.NET
XML Binding in a Chart
This sample shows how to load and display XML data.
Download the sample in C#
Download the sample in VB.NET