DateTimeTickProvider Class Members
The following tables list the members exposed by DateTimeTickProvider.
Public Constructors
Name | Description | |
---|---|---|
DateTimeTickProvider Constructor |
Public Properties
Name | Description | |
---|---|---|
ParentAxis | 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>) |
Public Methods
Name | Description | |
---|---|---|
GetMajorTicks | Returns Generic-typed representation of major ticks array (Inherited from SciChart.Charting.Numerics.TickProviders.TimeSpanTickProviderBase) | |
GetMinorTicks | Returns Generic-typed representation of minor ticks array (Inherited from SciChart.Charting.Numerics.TickProviders.TimeSpanTickProviderBase) | |
Init | 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>) |
Protected Methods
Name | Description | |
---|---|---|
AddDelta | Overridden. When overriden in a derived class, Adds the System.IComparable to the nearest TimeSpan specified by delta | |
ConvertTicks<T> | 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) | |
GetTicks | Overridden. Returns System.DateTime.Ticks or System.TimeSpan.Ticks depending on derived type | |
IsAdditionValid | Overridden. Determines whether addition is valid between the current System.IComparable and the TimeSpan specified by delta | |
IsDivisibleBy | Overridden. When overriden in a derived class, Determines whether the System.IComparable is divisible by the TimeSpan specified by delta | |
RoundUp | Overridden. When overriden in a derived class, Rounds up the System.IComparable to the nearest TimeSpan specified by delta |
Extension Methods
Name | Description | |
---|---|---|
DebugFinalizer<T> | Notifies that finalizer has been invoked | |
ToDoubleArray | Overloaded. Converts an System.IComparable array to double array | |
ToEnumerable<T> | Yields a single item, converting it to System.Collections.IEnumerable. | |
ToStringArray2D<T> |
See Also