[]
        
(Showing Draft Content)

C1.Win.C1Chart.C1Chart.PrintChart

PrintChart Method

PrintChart(PrintScaleEnum, Rectangle, PageSettings)

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

Declaration
public void PrintChart(PrintScaleEnum scaling, Rectangle r, PageSettings ps)
Parameters
Type Name Description
PrintScaleEnum scaling

Chart scaling

Rectangle r

Rectangle

PageSettings ps

Page settings

PrintChart(PrintScaleEnum, Rectangle, PageSettings, bool)

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

Declaration
public void PrintChart(PrintScaleEnum scaling, Rectangle r, PageSettings ps, bool bitmap)
Parameters
Type Name Description
PrintScaleEnum scaling

Chart scaling

Rectangle r

Rectangle

PageSettings ps

Page settings

bool bitmap

Print as bitmap

PrintChart(PrintScaleEnum, Rectangle)

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

Declaration
public void PrintChart(PrintScaleEnum scaling, Rectangle r)
Parameters
Type Name Description
PrintScaleEnum scaling

Chart scaling

Rectangle r

Rectangle

PrintChart(PrintScaleEnum)

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

Declaration
public void PrintChart(PrintScaleEnum scaling)
Parameters
Type Name Description
PrintScaleEnum scaling

Chart scaling.

PrintChart()

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

Declaration
public override void PrintChart()
Overrides