Properties  Methods 


LogarithmicNumericTickProvider Class Members

The following tables list the members exposed by LogarithmicNumericTickProvider.

Public Constructors
Public Properties
 NameDescription
Public PropertyGets or sets the value which determines the base used for the logarithm.  
Public PropertyCalled 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>)
Top
Public Methods
 NameDescription
Public MethodOverloaded. Returns Generic-typed representation of major ticks array (Inherited from SciChart.Charting.Numerics.TickProviders.NumericTickProvider)
Public MethodOverloaded. Returns Generic-typed representation of minor ticks array (Inherited from NumericTickProvider)
Public MethodCalled when the tick provider is initialized as it is attached to the parent axis, with the parent axis instance (Inherited from NumericTickProvider)
Top
Protected Methods
 NameDescription
Protected MethodOverridden. Calculates the Major Ticks for the axis given a VisibleRange and Delta  
Protected MethodOverloaded. Overridden. Calculates the Minor Ticks for the axis given a VisibleRange and Delta  
Protected Method (Inherited from SciChart.Charting.Numerics.TickProviders.NumericTickProvider)
Protected MethodConverts 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 NumericTickProvider)
Protected MethodDetermines whether the VisibleRange and Delta parameters are valid, e.g. are Real Numbers, and VisibleRange.Min < Max (Inherited from NumericTickProvider)
Top
Extension Methods
 NameDescription
Public Extension MethodNotifies 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