Graph |
The GraphController type exposes the following members.
Name | Description | |
---|---|---|
_areaFillingFactor | Ratio of view port dimension to the dimension of the graph. Example: a values of 2 means that the view port size is two times the size of the graph. | |
_currentLayerNumber | Number of the currently selected layer (or null if no layer is present). | |
_currentPlotNumber | Number of the currently selected plot (or -1 if no plot is present on the layer). | |
_doc | Holds the Graph document (the place were the layers, plots, graph elements... are stored). | |
_graphAreaBrush | Brush to fill the printable area of the graph. | |
_isActive | (Inherited from AbstractViewContent) | |
_isAutoZoomActive | If true, the view is zoomed so that the page fits exactly into the viewing area. | |
_isSelected | (Inherited from AbstractViewContent) | |
_isVisible | (Inherited from AbstractViewContent) | |
_nonPageAreaColor | Color for the area of the view, where there is no page. | |
_pageGroundBrush | Brush to fill the page ground. Since the printable area is filled with another brush, in effect this brush fills only the non printable margins of the page. | |
_positionOfViewportsUpperLeftCornerInRootLayerCoordinates | ||
_screenResolutionDpi | Screen resolution in dpi (in fact it is the factor that converts physical length on the screen (in inch) to the coordinate system used by Wpf (mouse coordinates, heights, widths, etc.). | |
_title | (Inherited from AbstractViewContent) | |
_titleToBeLocalized | (Inherited from AbstractViewContent) | |
_triggerBasedUpdate | ||
_view | Holds the view (the window where the graph is visualized). | |
_weakEventHandlerForDoc_TunneledEvent | ||
_weakEventHandlersForDoc | ||
_zoomFactor | Current zoom factor. If AutoZoom is on, this factor is calculated automatically. | |
InchPerPoint | Inches per point unit. | |
PointsPerInch | For the graph elements all the units are in points. One point is 1/72 inch. |