Whether to show target when the mouse is over plot area or not.
Namespace:
am.Charts
Assembly:
am.Charts (in am.Charts.dll)
Version: 1.0.0.0 (1.0.0.0)
Syntax
| C# |
|---|
public bool ZoomShowTarget { get; set; } |
| Visual Basic (Declaration) |
|---|
Public Property ZoomShowTarget As Boolean |
| Visual C++ |
|---|
public:
property bool ZoomShowTarget {
bool get ();
void set (bool value);
} |
See Also