Gets or sets the Chart to print.
Namespace: MindFusion.Charting.WinForms
Assembly: MindFusion.Charting.WinForms
C#
![]() |
---|
public Chart Chart { get; set; } |
Visual Basic
![]() |
---|
Public Property Chart As Chart |
An instance of Chart class.
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.