Spread for ASP.NET 11 Product Documentation
Model Property (SpreadChart)


FarPoint.Web.Spread Assembly > FarPoint.Web.Spread.Chart Namespace > SpreadChart Class : Model Property
Gets or sets the FarPoint.Web.Chart.ChartModel.
Syntax
'Declaration
 
Public Overrides Property Model As ChartModel
'Usage
 
Dim instance As SpreadChart
Dim value As ChartModel
 
instance.Model = value
 
value = instance.Model
public override ChartModel Model {get; set;}
See Also

Reference

SpreadChart Class
SpreadChart Members