[]
        
(Showing Draft Content)

FarPoint.Win.Spread.Chart.ChartShape.-ctor

ChartShape Constructor

ChartShape(ChartViewType)

Initializes a new instance of the FpChart class.

Declaration
public ChartShape(ChartViewType viewType)
Public Sub New(viewType As ChartViewType)
Parameters
Type Name Description
ChartViewType viewType

Type of the view.

ChartShape()

Initializes a new instance of the FpChart class. The created chart will be displayed in 2D view.

Declaration
public ChartShape()
Public Sub New()