Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.Chart Namespace / SpreadChart Class / Model Property


In This Topic
    Model Property (SpreadChart)
    In This Topic
    Gets or sets the chart model.
    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;}

    Property Value

    The model.
    See Also