LogarithmicNumericTickProvider Class Methods
For a list of all members of this type, see LogarithmicNumericTickProvider members.
Public Methods
Name | Description | |
---|---|---|
![]() | GetMajorTicks | Overloaded. Returns Generic-typed representation of major ticks array (Inherited from SciChart.Charting.Numerics.TickProviders.NumericTickProvider) |
![]() | GetMinorTicks | Overloaded. Returns Generic-typed representation of minor ticks array (Inherited from SciChart.Charting.Numerics.TickProviders.NumericTickProvider) |
![]() | 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<double>) |
Protected Methods
Name | Description | |
---|---|---|
![]() | CalculateMajorTicks | Overridden. Calculates the Major Ticks for the axis given a VisibleRange and Delta |
![]() | CalculateMinorTicks | Overloaded. Overridden. Calculates the Minor Ticks for the axis given a VisibleRange and Delta |
![]() | CalculateTicks | (Inherited from SciChart.Charting.Numerics.TickProviders.NumericTickProvider) |
![]() | 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.TickProvider<double>) |
![]() | IsParamsValid | Determines whether the VisibleRange and Delta parameters are valid, e.g. are Real Numbers, and VisibleRange.Min < Max (Inherited from SciChart.Charting.Numerics.TickProviders.NumericTickProvider) |
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