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