IUniformCoordinateCalculator Interface Methods

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

Public Methods
 NameDescription
 Method  
 Method  
 Method Transforms a pixel coordinate into a data value. (Inherited from SciChart.Charting.Numerics.CoordinateCalculators.ICoordinateCalculator<double>)
 Method Returns the native counterpart of this instance, if supported; otherwise null. (Inherited from SciChart.Charting.Numerics.CoordinateCalculators.ICoordinateCalculator<double>)
 MethodTranslates the min and max of the input range by the specified data value. Specific implementations of ICoordinateCalculator<T> such as DoubleCoordinateCalculator, LogarithmicDoubleCoordinateCalculator and CategoryCoordinateCalculator will treat this differently. (Inherited from SciChart.Charting.Numerics.CoordinateCalculators.ICoordinateCalculator<double>)
Top
See Also