Properties  Methods 


IndexDateTimeTickProvider Class Members

The following tables list the members exposed by IndexDateTimeTickProvider.

Public Constructors
Public Properties
 NameDescription
Public Property Gets the Index Major Delta (Inherited from SciChart.Charting.Numerics.TickProviders.IndexTickProviderBase<DateTime>)
Public Property Gets the Index Minor Delta (Inherited from SciChart.Charting.Numerics.TickProviders.IndexTickProviderBase<DateTime>)
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<T>)
Top
Public Methods
 NameDescription
Public Method Calculates the Deltas for use in this render pass (Inherited from SciChart.Charting.Numerics.TickProviders.IndexTickProviderBase<DateTime>)
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<T>)
Top
Protected Methods
 NameDescription
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.TickProvider<T>)
Protected Method Returns the current axis coordinate calculator (Inherited from SciChart.Charting.Numerics.TickProviders.IndexTickProviderBase<DateTime>)
Protected MethodReturns an instance of an SciChart.Charting.Numerics.DeltaCalculators.IDeltaCalculator which is used to compute the index-values of IndexTickProviderBase<T>.IndexMajorDelta, IndexTickProviderBase<T>.IndexMinorDelta. (Inherited from SciChart.Charting.Numerics.TickProviders.IndexTickProviderBase<DateTime>)
Protected Method Returns a double representation of a major ticks array (Inherited from SciChart.Charting.Numerics.TickProviders.IndexTickProviderBase<DateTime>)
Protected Method Returns a double representation of minor ticks array (Inherited from SciChart.Charting.Numerics.TickProviders.IndexTickProviderBase<DateTime>)
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