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