[]
Prints the control using the specified scaling and page settings to the specified rectangle.
public void PrintChart(PrintScaleEnum scaling, Rectangle r, PageSettings ps, bool bitmap)
| Type | Name | Description |
|---|---|---|
| PrintScaleEnum | scaling | Chart scaling |
| Rectangle | r | Rectangle |
| PageSettings | ps | Page settings |
| bool | bitmap | Print as a bitmap |
Prints the control using the specified scaling and page settings to the specified rectangle.
public void PrintChart(PrintScaleEnum scaling, Rectangle r, PageSettings ps)
| Type | Name | Description |
|---|---|---|
| PrintScaleEnum | scaling | Chart scaling |
| Rectangle | r | Rectangle |
| PageSettings | ps | Page settings |
Prints the control using the specified scaling within the specified rectangle of the printer page.
public void PrintChart(PrintScaleEnum scaling, Rectangle r)
| Type | Name | Description |
|---|---|---|
| PrintScaleEnum | scaling | Scaling. |
| Rectangle | r | Rectangle. |
Prints the control using the specified scaling within the margins of the printer page.
public void PrintChart(PrintScaleEnum scaling)
| Type | Name | Description |
|---|---|---|
| PrintScaleEnum | scaling | Scaling. |
Prints the control using default scaling within the margins of the printer page.
public override void PrintChart()