Prints the control using the specified scaling and page settings to the specified rectangle.
[Visual Basic]
Overloads Public Sub PrintChart( _
ByVal scaling As PrintScaleEnum, _
ByVal r As Rectangle, _
ByVal ps As PageSettings _
)
[Delphi]
public procedure PrintChart(
scaling: PrintScaleEnum;
r: Rectangle;
ps: PageSettings
); overload;
Parameters
scaling
Chart scaling
r
Rectangle
ps
Page settings
See Also
C1Chart Class | C1Chart Members | C1.Win.C1Chart Namespace | C1Chart.PrintChart Overload List
Send comments about this topic to ComponentOne. Copyright © ComponentOne LLC. All rights reserved. |