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
Send comments about this topic to ComponentOne. Copyright © ComponentOne LLC. All rights reserved. |