ChartNodeToolTip Property |
Text that can be displayed in the case where tool tips are used.
Namespace: Imsl.Chart2DAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax public virtual string ToolTip { get; set; }
Public Overridable Property ToolTip As String
Get
Set
public:
virtual property String^ ToolTip {
String^ get ();
void set (String^ value);
}
abstract ToolTip : string with get, set
override ToolTip : string with get, set
Property Value
Type:
String
A
String which contains the "ToolTip" attribute value.
See Also