Use the members of this enumeration to set the value of the scaling property in the PrintChart(PrintScaleEnum, Rectangle, PageSettings) method.

Namespace:  C1.Win.C1Chart
Assembly:  C1.Win.C1Chart.2 (in C1.Win.C1Chart.2.dll)

Syntax

C#
public enum PrintScaleEnum
Visual Basic
Public Enumeration PrintScaleEnum

Members

Member nameValueDescription
ScaleNone0 Same size as actual chart.
ScaleToFit1 Scale to existing window (minimum of height and width), preserving aspect ratio.
ScaleToHeight2 Scale to specified height, preserving aspect ratio.
ScaleToMax3 Enlarge to size of page.
ScaleToWidth4 Scale to specified width, preserving aspect ratio.

See Also