MindFusion WinForms Programmer's Guide
ChartPrinter.Chart Property
See Also
 





Gets or sets the Chart to print.

Namespace: MindFusion.Charting.WinForms
Assembly: MindFusion.Charting.WinForms

 Syntax

C#  Copy Code

public Chart Chart { get; set; }

Visual Basic  Copy Code

Public Property Chart As Chart

 Property Value

An instance of Chart class.

 Remarks

When a ChartPrinter is created it has no chart to print by default. Use the property to specify the chart and set it before Print is called.

 See Also

ChartPrinter Members
ChartPrinter Class
MindFusion.Charting.WinForms Namespace