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 Stores whether the view content is active.
(Inherited from AbstractViewContent)
Protected field_isAutoZoomActiveIf true, the view is zoomed so that the page fits exactly into the viewing area.
Protected field_isSelected Stores whether the view content is selected.
(Inherited from AbstractViewContent)
Protected field_isVisible Stores whether the view content is visible.
(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 Stores the viewport upper-left corner in root-layer coordinates.
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 Stores the current title.
(Inherited from AbstractViewContent)
Protected field_titleToBeLocalized Stores the localized title source.
(Inherited from AbstractViewContent)
Protected field_triggerBasedUpdate Schedules deferred updates after document changes.
Protected field_viewHolds the view (the window where the graph is visualized).
Protected field_weakEventHandlerForDoc_TunneledEvent Holds the weak handler for tunneled document events.
Protected field_weakEventHandlersForDoc Holds the weak event handlers attached to the document.
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