ComponentOne Chart for .NET (2.0) Search HelpCentral 

C1Chart.PrintChart Method

Overload List

Prints the control using default scaling within the margins of the printer page.

[Visual Basic] Overloads Overrides Public Sub PrintChart()

[C#] override public void PrintChart();

[Delphi] public  procedure PrintChart(); overload; override;

Prints the control using the specified scaling within the margins of the printer page.

[Visual Basic] Overloads Public Sub PrintChart(PrintScaleEnum)

[C#] public void PrintChart(PrintScaleEnum);

[Delphi] public  procedure PrintChart(PrintScaleEnum); overload;

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

[Visual Basic] Overloads Public Sub PrintChart(PrintScaleEnum, Rectangle)

[C#] public void PrintChart(PrintScaleEnum, Rectangle);

[Delphi] public  procedure PrintChart(PrintScaleEnum; Rectangle); overload;

Prints the control using the specified scaling and page settings to the specified rectangle.

[Visual Basic] Overloads Public Sub PrintChart(PrintScaleEnum, Rectangle, PageSettings)

[C#] public void PrintChart(PrintScaleEnum, Rectangle, PageSettings);

[Delphi] public  procedure PrintChart(PrintScaleEnum; Rectangle; PageSettings); overload;

See Also

C1Chart Class | C1Chart Members | C1.Win.C1Chart Namespace


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