Search
ComponentController.Component Property
See Also
 






Gets the component modified by this ComponentController.

Namespace: MindFusion.Charting.Components
Assembly: MindFusion.Charting

 Syntax

C#  Copy Code

Component Component { get; }

Visual Basic  Copy Code

ReadOnly Property Component As Component

 Property Value

An instance of the Component class.

 See Also