Spread Windows Forms 12.0 Product Documentation
Model Property (FpChart)


FarPoint.Win.Chart Assembly > FarPoint.Win.Chart Namespace > FpChart Class : Model Property
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
public ChartModel Model {get; set;}
Exceptions
ExceptionDescription
value is null.
See Also

Reference

FpChart Class
FpChart Members