FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.Chart Namespace / ChartShape Class / Model Property


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

Property Value

The model.
See Also