Whether the list is time-values.
Namespace:
C1.Silverlight.ChartAssembly: C1.Silverlight.Chart (in C1.Silverlight.Chart.dll)
Syntax
C# |
---|
protected bool IsTimeData( List<Object> list ) |
Visual Basic |
---|
Protected Function IsTimeData ( _ list As List(Of Object) _ ) As Boolean |
Parameters
- list
- Type: System.Collections.Generic..::..List<(Of <(<'Object>)>)>