GoDigram for .NET Framework and .NET Core
Northwoods.Go.Svg Namespace / GoSvgWriter Class / RenderToolTip Method
In This Topic
    RenderToolTip Method
    In This Topic
    Produce an element that represents the tooltip to be displayed.
    Syntax
    protected virtual void RenderToolTip()
    Remarks
    This produces a simple group with a rectangle element and a text element that simulate simple tooltips. The elements generated here are defined to work with the standard JavaScript defined in the ScriptFile. If you change them, you may also need to change and/or add script functions. This method does nothing if ToolTips is false, or if Scripting is false.
    See Also