Gets the Plot that has been hit.
Namespace: MindFusion.Charting
Assembly: MindFusion.Charting
SyntaxC#
Copy Code
|
|---|
public Plot Plot { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property Plot As Plot |
An instance of the Plot class.
See Also