MindFusion WinForms Programmer's Guide
Chart.CreateChart Method
See Also
 





Creates a new Chart object.

Namespace: MindFusion.Charting
Assembly: MindFusion.Charting

 Syntax

C#  Copy Code

protected abstract Chart CreateChart ()

Visual Basic  Copy Code

Protected MustOverride Function CreateChart () As Chart

 Return Value

The new chart.

 Remarks

This method is used internally by the control and is not intended to be called by your code.

 See Also

Chart Members
Chart Class
MindFusion.Charting Namespace