Skip to main content

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, BrickGraphics)
CreateComponentPrinter() Creates a component printer to print a chart.
CreateDetail(BrickGraphics)
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(PrintingSystemBase, LinkBase)
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