[]
        
(Showing Draft Content)

C1.Win.C1Chart.PrintScaleEnum

PrintScaleEnum Enum

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.4.8.dll
Syntax
public enum PrintScaleEnum

Fields

Name Description
ScaleNone

Same size as actual chart.

ScaleToFit

Scale to existing window (minimum of height and width), preserving aspect ratio.

ScaleToHeight

Scale to specified height, preserving aspect ratio.

ScaleToMax

Enlarge to size of page.

ScaleToWidth

Scale to specified width, preserving aspect ratio.