FarPoint.Win.Chart Assembly / FarPoint.Win.Chart Namespace / FpChart Class / Model Property


Model Property (FpChart)
Gets or sets the chart model.
Syntax
'Declaration
 
Public Property Model As ChartModel
 
'Usage
 
Dim instance As FpChart
Dim value As ChartModel
 
instance.Model = value
 
value = instance.Model
Exceptions
ExceptionDescription
value is null.
See Also