Charts
AreaChartThis sample demonstrates various properties of the AreaChart control.
BarChartThis sample demonstrates various properties of the BarChart control.
BarChart3DThis sample demonstrates various properties of the BarChart3D control.
BubbleChartThis sample demonstrates various properties of the BubbleChart control.
CandlestickChartThis sample demonstrates various properties of the CandlestickChart control.
CustomDataThis sample shows how a list of objects can be used directly in a chart by means of a custom series class that implements the Series interface.
DashboardThis sample demonstrates how to set up and style chart and gauge controls.
DateTimeSeriesThis sample shows how to use the DateTimeSeries class and apply different label formats.
DateTimeSeriesTooltipsThis sample expands on the DateTimeSeries example by showing one way to implement custom tooltips for a chart.
FunnelChartThis sample demonstrates various properties of the FunnelChart control.
GroupLabelsThis sample shows how to display labels for bar groups by using the AnnotationRenderer class.
InteractivityThis sample demonstrates the available interactivity in MindFusion.Charting.
LineChartThis sample demonstrates various properties of the LineChart control with range selection capabilities.
ListBindingThis sample shows how to bind the chart to a list of custom objects by setting the list as DataSource.
MultipleAxesThis sample shows how to build a plot containing multiple axes.
MultiplePlotsThis sample shows how to build a dashboard containing multiple plots that share a common axis.
PieChartThis sample demonstrates various properties of the PieChart control.
RadarChartThis sample demonstrates various properties of the RadarChart control.
SynchronizedScrollThis example demonstrates how you can synchronize scroll positions of two plots by configuring them to use a shared Axis instance.
Tutorial1This example demonstrates how you can set up a Dashboard to display data using different series renderer types.
Gauges
CarGaugesThis example shows different customizations and styling of the OvalGauge control through the use of multiple scales, pointers and ranges.
ClockThis example shows how to handle various prepaint and paint event to create and style an Oval gauge.
CompassThis example shows techniques for custom drawing on scales and pointers in an OvalGauge control.
EqualizerThis example shows how to handle various prepaint and paint event to create and style gauges.
FunctionsThis example shows how to use different types of the functions for calculating the distribution of values along the scale.
ThermometerThis example shows how to handle various prepaint and paint event to create and style an Oval gauge.