ComponentOne Chart for .NET (2.0) Search HelpCentral 

C1Chart.PrintChart Method (PrintScaleEnum, Rectangle, PageSettings)

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 _

)

[C#]

public void PrintChart(

PrintScaleEnum scaling,

Rectangle r,

PageSettings ps

);

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