IPresentationMode InterfaceElecNetKit Documentation
If PresentationMode is true when an INetworkGraph is drawing, the INetworkGraph should ensure that the primary information displayed by the graph is represented geometrically.

Namespace: ElecNetKit.Graphing
Assembly: ElecNetKit.Graphing (in ElecNetKit.Graphing.dll) Version: 1.1.4771.27373 (1.1.0.0)
Syntax

public interface IPresentationMode
Remarks

Implement IPresentationMode if your INetworkGraph has a lot of colour-based or fiddly detail, and especially if part of your audience is visually-impaired, colour-blind, or sitting a long way from the screen.
See Also