[]
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 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 bitmap |
Prints the control using the specified scaling to the specified rectangle.
public void PrintChart(PrintScaleEnum scaling, Rectangle r)
| Type | Name | Description |
|---|---|---|
| PrintScaleEnum | scaling | Chart 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 | Chart scaling. |
Prints the control using default scaling within the margins of the printer page.
public override void PrintChart()