Initializes a new instance of the ChartFrame class.

ChartFrame(System.ComponentModel.Component)

public ChartFrame(System.ComponentModel.Component chart);
Public Sub New(ByVal chart As System.ComponentModel.Component)

Parameters

Parameter Description
chart Specifies the chart control associated with the chart frame. It must be of the type System.Windows.Forms.DataVisualization.Charting.Chart.