Single |
public class SingleGraphPrintOptions : INotifyPropertyChanged
The SingleGraphPrintOptions type exposes the following members.
Name | Description | |
---|---|---|
![]() | SingleGraphPrintOptions | Initializes a new instance of the SingleGraphPrintOptions class |
Name | Description | |
---|---|---|
![]() | FitGraphToPrintIfLarger | If graph is larger than the printable area, the graph will be shrinked to fill the printable area. |
![]() | FitGraphToPrintIfSmaller | If graph is smaller than the printable area, the graph will be zoomed to fill the printable area. |
![]() | PrintCropMarks | Crop marks will be printed at the corners of the printable area. |
![]() | PrintLocation | Designates where the graph will be printed. |
![]() | RotatePageAutomatically | If neccessary, the printer page will be rotated to better fit the graph. |
![]() | TilePages | If graph is larger than the printable area, the graph will be tiled onto multiple pages. |
![]() | UseFixedZoomFactor | If true, the graph will be zoomed by a fixed zoom factor. |
![]() | ZoomFactor | Zoom factor used to zoom the graph. |
Name | Description | |
---|---|---|
![]() | Clone | |
![]() | CopyFrom | |
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object) |
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object) |
![]() | GetZoomAndStartLocation | Get the scale factor and the start location of an docoment onto a page. |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) |
![]() | OnPropertyChanged | |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object) |
Name | Description | |
---|---|---|
![]() | PropertyChanged | Event can be used to inform a listener about changed properties. |