Method ShowToolTipFromTemplate
ShowToolTipFromTemplate(TemplateControl, Color?, PointD?)
Shows tooltip with contents filled from the template data.
public virtual IRichToolTip ShowToolTipFromTemplate(TemplateControl template, Color? backColor = null, PointD? location = null)
Parameters
templateTemplateControlTemplate with tooltip data.
backColorColorBackground color. Optional. If not specified, background color of the template control is used.
locationPointD?Location where tooltip will be shown.