ComponentOne Chart for WPF and Silverlight
C1.WPF.C1Chart.Extended Namespace / TrendLine Class / isTimeValues Field


In This Topic
    isTimeValues Field (TrendLine)
    In This Topic
    Flags for time values.
    Syntax
    'Declaration
     
    
    Protected isTimeValues As Boolean()
    'Usage
     
    
    Dim instance As TrendLine
    Dim value() As Boolean()
     
    value = instance.isTimeValues
     
    instance.isTimeValues = value
    protected bool[] isTimeValues
    See Also