ComponentOne Chart for .NET (2.0) Search HelpCentral 

C1Chart.PrintChart Method (PrintScaleEnum, Rectangle)

Prints the control using the specified scaling to the specified rectangle.

[Visual Basic]

Overloads Public Sub PrintChart( _

ByVal scaling As PrintScaleEnum, _

ByVal r As Rectangle _

)

[C#]

public void PrintChart(

PrintScaleEnum scaling,

Rectangle r

);

[Delphi]

public procedure PrintChart(

scaling: PrintScaleEnum;

r: Rectangle

); overload;

Parameters

scaling

Chart scaling

r

Rectangle

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.