ChartPrinting
Class
Chart printing support
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.RadChart.dll
Syntax:
C#
public class ChartPrinting
Inheritance: objectChartPrinting
Constructors
C#
public ChartPrinting(RadChart chart)
Properties
C#
[Browsable(false)]
public PrintDocument PrintDocument { get; set; }
Methods
Simply sends chart to default printer
C#
public void PrintChart()
Shows the printer dialog before print
C#
public void PrintChart(ChartPrintOptions dialogOptions)
Prints chart
C#
public void PrintChart(PrinterSettings printerSettings, PageSettings pageSettings, ChartPrintOptions options)
Specifies information about how a document is printed, including the printer that prints it.
pageSettingsPageSettingsSpecifies settings that apply to a single, printed page.
optionsChartPrintOptionsSets the printer select dialog
Shows the page setup dialog
C#
public void ShowPageSetupDialog()