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





Gets or sets a value indicating whether the page is printed in landscape or portrait orientation. 

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

 Syntax

C#  Copy Code

public bool Landscape { get; set; }

Visual Basic  Copy Code

Public Property Landscape As Boolean

 Property Value

true if the page should be printed in landscape orientation; otherwise, false. The default is determined by the printer.

 See Also

ChartPrinter Members
ChartPrinter Class
MindFusion.Charting.WinForms Namespace