Gets the component controlled by this PlotController.
Namespace: MindFusion.Charting
Assembly: MindFusion.Charting
SyntaxC#
Copy Code
|
|---|
public Component Component { get; } |
Visual Basic
Copy Code
|
|---|
Public ReadOnly Property Component As Component |
An instance of the Component class.
See Also