Spread Windows Forms 12.0 Product Documentation
Model Property (ChartShape)


FarPoint.Win.Spread Assembly > FarPoint.Win.Spread.Chart Namespace > ChartShape Class : Model Property
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
public virtual ChartModel Model {get; set;}

Property Value

The model.
See Also

Reference

ChartShape Class
ChartShape Members