ComponentOne Chart for .NET (2.0) Search HelpCentral 

PrintScaleEnum Enumeration

Use the members of this enumeration to set the value of the scaling property in the C1Chart.PrintChart method.

[Visual Basic]

Public Enum PrintScaleEnum

[C#]

public enum PrintScaleEnum

[Delphi]

type PrintScaleEnum = (ScaleNone, ScaleToFit, ScaleToHeight, ScaleToMax, ScaleToWidth);

Namespace: C1.Win.C1Chart

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

Members

Member 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.

See Also

C1.Win.C1Chart Namespace


Send comments about this topic to ComponentOne.
Copyright © ComponentOne LLC. All rights reserved.