ChartPrinter Methods
Represents the facility for chart printing.| 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