Click or drag to resize

IGraphViewEventSink Interface

Provides the event sink contract used by IGraphView.

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

The IGraphViewEventSink type exposes the following members.

Properties
 NameDescription
Public propertyActiveLayer Gets the currently active host layer.
Public propertyDoc Gets the graph document associated with the view.
Top
Methods
 NameDescription
Public methodEhView_CurrentGraphToolChanged Handles a change of the current graph tool.
Public methodEhView_CurrentLayerChoosen Handles the selection of the current layer by the user.
Public methodEhView_GraphPanelSizeChangedHandles the event when the size of the graph area is changed.
Public methodEhView_Scroll Handles scrolling of the graph view.
Public methodEhView_ShowDataContextMenu Shows the data context menu for the specified layer.
Top
See Also