Interface IValuesToolTip
Namespace: ZedGraph
Assembly: ZedGraph.WinForms.dll
Syntax
public interface IValuesToolTip
Methods
| Improve this Doc View SourceDisable()
Disables the tool tip.
Declaration
void Disable()
Enable()
Enables the tool tip.
Declaration
void Enable()
Set(String, Point)
Sets the caption for the tool tip at the specified point.
Declaration
void Set(string caption, Point point)
Parameters
Type | Name | Description |
---|---|---|
String | caption | The caption. |
Point | point | The point. |