[]
        
(Showing Draft Content)

FarPoint.Win.Chart.ChartModel.-ctor

ChartModel Constructor

ChartModel()

Creates a new chart model.

Declaration
public ChartModel()
Public Sub New()

ChartModel(ChartModel)

Creates a new chart model that is a deep copy of the specified chart model.

Declaration
public ChartModel(ChartModel model)
Public Sub New(model As ChartModel)
Parameters
Type Name Description
ChartModel model

Chart model to copy.