TimeSpanTickProviderBase Class Methods

For a list of all members of this type, see TimeSpanTickProviderBase members.

Public Methods
 NameDescription
Public MethodOverridden.  Returns Generic-typed representation of major ticks array  
Public MethodOverridden.  Returns Generic-typed representation of minor ticks array  
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 MethodWhen overriden in a derived class, Adds the System.IComparable to the nearest TimeSpan specified by delta  
Protected MethodOverridden.  Converts ticks in generic format to Double, e.g. cast to double for numeric types, or cast DateTime.Ticks to double for DateTime types  
Protected MethodReturns System.DateTime.Ticks or System.TimeSpan.Ticks depending on derived type  
Protected MethodDetermines whether addition is valid between the current System.IComparable and the TimeSpan specified by delta  
Protected MethodWhen overriden in a derived class, Determines whether the System.IComparable is divisible by the TimeSpan specified by delta  
Protected MethodWhen 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