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


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