Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.Chart Namespace / ChartShape Class / Model Property


In This Topic
    Model Property (ChartShape)
    In This Topic
    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