Skip to main content
A newer version of this page is available. .

ChartPrinter Members

Represents the facility for chart printing.

Constructors

Name Description
ChartPrinter(IChartContainer) Initializes a new instance of the ChartPrinter class for the specified chart control.

Properties

Name Description
ComponentPrinter Provides access to the component printer to print a chart.
ImageFormat Specifies the chart’s print image format.
IsPrintingAvailable Indicates whether or not the chart can be printed and exported.
SizeMode Specifies the printing size mode for the chart control.

Methods

Name Description
Assign(ChartPrinter) Copies all the settings from the ChartPrinter object passed as the parameter.
Clone() Creates a copy of the current ChartPrinter object.
CreateArea(String, IBrickGraphics) Creates the document elements (bricks) for a specific area.
CreateComponentPrinter() Creates a component printer to print a chart.
CreateDetail(IBrickGraphics) Creates the document elements (bricks) for the document’s Detail area.
Dispose() Disposes of the ChartPrinter object.
Equals(Object, Object) static Determines whether the specified object instances are considered equal. Inherited from Object.
Equals(Object) Determines whether or not the specified object is equal to the current ChartPrinter instance.
GetHashCode() Serves as the default hash function.
GetType() Gets the Type of the current instance. Inherited from Object.
Initialize(IPrintingSystem, ILink) Initializes the chart control for document creation before displaying its Print Preview.
MemberwiseClone() protected Creates a shallow copy of the current Object. Inherited from Object.
PerformPrintingAction(Action0, PrintSizeMode) Performs the specified printing action with the specified size mode.
PerformPrintingAction(Action0) Performs the specified printing action.
ReferenceEquals(Object, Object) static Determines whether the specified Object instances are the same instance. Inherited from Object.
Release() Finalizes the document creation via the ChartPrinter class.
ToString() Returns a string that represents the current object. Inherited from Object.
See Also