ILogarithmicCoordinateCalculator Interface Methods
For a list of all members of this type, see ILogarithmicCoordinateCalculator members.
Public Methods
| Name | Description | |
|---|---|---|
![]() | GetCoordinate | Transforms the DateTime data value into a pixel coordinate. (Inherited from SciChart.Charting.Numerics.CoordinateCalculators.ICoordinateCalculator<double>) |
![]() | GetCoordinates | Transforms a data values into a pixel coordinates. (Inherited from SciChart.Charting.Numerics.CoordinateCalculators.ICoordinateCalculator<double>) |
![]() | GetDataValue | Transforms a pixel coordinate into a data value. (Inherited from SciChart.Charting.Numerics.CoordinateCalculators.ICoordinateCalculator<double>) |
![]() | ToNativeCalculator | Returns the native counterpart of this instance, if supported; otherwise null. (Inherited from SciChart.Charting.Numerics.CoordinateCalculators.ICoordinateCalculator<double>) |
![]() | TranslateBy | Translates 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>) |
See Also
