Search
RenderContext.Component Property
See Also
 






Gets or sets the component currently being painted.

Namespace: MindFusion.Charting
Assembly: MindFusion.Charting

 Syntax

C#  Copy Code

public Component Component { get; set; }

Visual Basic  Copy Code

Public Property Component As Component

 Property Value

An instance of the Component class.

 See Also