Click or drag to resize

GraphController Fields

The GraphController type exposes the following members.

Fields
 NameDescription
Protected field_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.
Protected field_currentLayerNumberNumber of the currently selected layer (or null if no layer is present).
Protected field_currentPlotNumberNumber of the currently selected plot (or -1 if no plot is present on the layer).
Protected field_docHolds the Graph document (the place were the layers, plots, graph elements... are stored).
Protected field_graphAreaBrush Brush to fill the printable area of the graph.
Protected field_isActive
(Inherited from AbstractViewContent)
Protected field_isAutoZoomActiveIf true, the view is zoomed so that the page fits exactly into the viewing area.
Protected field_isSelected
(Inherited from AbstractViewContent)
Protected field_isVisible
(Inherited from AbstractViewContent)
Protected field_nonPageAreaColor Color for the area of the view, where there is no page.
Protected field_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.
Protected field_positionOfViewportsUpperLeftCornerInRootLayerCoordinates 
Protected field_screenResolutionDpiScreen 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.).
Protected field_title
(Inherited from AbstractViewContent)
Protected field_titleToBeLocalized
(Inherited from AbstractViewContent)
Protected field_triggerBasedUpdate 
Protected field_viewHolds the view (the window where the graph is visualized).
Protected field_weakEventHandlerForDoc_TunneledEvent 
Protected field_weakEventHandlersForDoc 
Protected field_zoomFactorCurrent zoom factor. If AutoZoom is on, this factor is calculated automatically.
Protected fieldStatic memberInchPerPointInches per point unit.
Protected fieldStatic memberPointsPerInchFor the graph elements all the units are in points. One point is 1/72 inch.
Top
See Also