ComponentOne Chart for WPF and Silverlight
C1.WPF.C1Chart Namespace / Axis Class / IsTime Property


In This Topic
    IsTime Property
    In This Topic
    Gets or sets whether the axis represents time values.
    Syntax
    'Declaration
     
    
    Public Property IsTime As Boolean
    'Usage
     
    
    Dim instance As Axis
    Dim value As Boolean
     
    instance.IsTime = value
     
    value = instance.IsTime
    public bool IsTime {get; set;}
    See Also