Chart Constructor (WebControl) |
This is the root of our tree, it has no parent.
Namespace: Imsl.Chart2DAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax public Chart(
WebControl component
)
Public Sub New (
component As WebControl
)
public:
Chart(
WebControl^ component
)
new :
component : WebControl -> Chart
Parameters
- component
- Type: System.Web.UI.WebControlsWebControl
This creates the Chart with the named WebControl.
See Also