Spread Windows Forms 17
GrapeCity.CalcEngine Assembly / GrapeCity.CalcEngine.Forecast Namespace / IEtsModel Interface / Timelines Property


In This Topic
    Timelines Property
    In This Topic
    Gets the refined timeline data.
    Syntax
    'Declaration
     
    
    ReadOnly Property Timelines As Double()
    'Usage
     
    
    Dim instance As IEtsModel
    Dim value() As Double
     
    value = instance.Timelines
    double[] Timelines {get;}
    See Also