Click or drag to resize

IGraphView Interface

[Missing <summary> documentation for "T:Altaxo.Gui.Graph.Gdi.Viewing.IGraphView"]


Namespace: Altaxo.Gui.Graph.Gdi.Viewing
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public interface IGraphView

The IGraphView type exposes the following members.

Properties
 NameDescription
Public propertyController Sets the controller of the view;
Public propertyCurrentGraphTool 
Public propertyCurrentLayer Sets the currently active layer. If the view has some means to show the currently active layer (like a toolbar or so), it has to indicate the current active layer by setting the state of this indicator.
Public propertyGraphScrollPosition Get /sets the scroll position of the graph
Public propertyGraphViewTitle This sets the title of the graph view.
Public propertyGuiInitiallyFocusedElement Returns the control that should be focused initially.
Public propertyMouseState_IsOverlayPaintingRequired 
Public propertySelectedObjects Gets the selected objects (if mouse handler is the ObjectPointerMouseHandler). Otherwise, null or an empty list is returned.
Public propertyShowGraphScrollBars If true, scrollbars will be shown on the graph.
Public propertyViewportSizeInPoints Returns the size in points (=1/72 inch) of the area, wherein the graph is painted.
Top
Methods
 NameDescription
Public methodAnnounceContentVisibilityChanged Announces that the visibility of the graph has changed.
Public methodCaptureMouseOnCanvas 
Public methodEhRenderOverlayTriggered 
Public methodFocusOnGraphPanel 
Public methodInvalidateCachedGraphBitmapAndRepaintCauses a full redrawing of the plot. If the image is cached, the cache will be invalidated.
Public methodMouseState_AfterPaint 
Public methodReleaseCaptureMouseOnCanvas 
Public methodSetHorizontalScrollbarParameterSets the horizontal scrollbar parameter.
Public methodSetLayerStructure Sets the number of layers that are in the graph. The view has to reflect the change in the number of layers by adjusting the number of layer buttons or similar. The current layer number should be preserved.
Public methodSetPanelCursor Sets the panel cursor of the view.
Public methodSetVerticalScrollbarParameterSets the vertical scrollbar parameter.
Top
See Also