Properties  Methods 


TimeSpanTickProvider Class Members

The following tables list the members exposed by TimeSpanTickProvider.

Public Constructors
Public Properties
 NameDescription
Public Property Called when the tick provider is initialized as it is attached to the parent axis, with the parent axis instance (Inherited from SciChart.Charting.Numerics.TickProviders.TickProvider<IComparable>)
Top
Public Methods
 NameDescription
Public Method Returns Generic-typed representation of major ticks array (Inherited from SciChart.Charting.Numerics.TickProviders.TimeSpanTickProviderBase)
Public Method Returns Generic-typed representation of minor ticks array (Inherited from SciChart.Charting.Numerics.TickProviders.TimeSpanTickProviderBase)
Public Method Called when the tick provider is initialized as it is attached to the parent axis, with the parent axis instance (Inherited from SciChart.Charting.Numerics.TickProviders.TickProvider<IComparable>)
Top
Protected Methods
 NameDescription
Protected MethodOverridden. When overriden in a derived class, Adds the System.IComparable to the nearest TimeSpan specified by delta  
Protected Method Converts ticks in generic format to Double, e.g. cast to double for numeric types, or cast DateTime.Ticks to double for DateTime types (Inherited from SciChart.Charting.Numerics.TickProviders.TimeSpanTickProviderBase)
Protected MethodOverridden. Returns System.DateTime.Ticks or System.TimeSpan.Ticks depending on derived type  
Protected MethodOverridden. Determines whether addition is valid between the current System.IComparable and the TimeSpan specified by delta  
Protected MethodOverridden. When overriden in a derived class, Determines whether the System.IComparable is divisible by the TimeSpan specified by delta  
Protected MethodOverridden. When overriden in a derived class, Rounds up the System.IComparable to the nearest TimeSpan specified by delta  
Top
Extension Methods
 NameDescription
Public Extension Method Notifies that finalizer has been invoked
Public Extension MethodOverloaded. Converts an System.IComparable array to double array
Public Extension MethodYields a single item, converting it to System.Collections.IEnumerable.
Public Extension Method
Top
See Also