Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.Chart Namespace / SpreadChart Class / Model Property


In This Topic
Model Property (SpreadChart)
In This Topic
Gets or sets the chart model.
Syntax
'Declaration
 
Public Overrides Property Model As ChartModel
 
'Usage
 
Dim instance As SpreadChart
Dim value As ChartModel
 
instance.Model = value
 
value = instance.Model

Property Value

The model.
See Also