Properties  Methods 

ILogarithmicCoordinateCalculator Interface Members

The following tables list the members exposed by ILogarithmicCoordinateCalculator.

Public Properties
 NameDescription
 Property Gets a value indicating whether this instance can support native coordinate calculation. (Inherited from SciChart.Charting.Numerics.CoordinateCalculators.ICoordinateCalculator<double>)
 Property Gets an axis offset. (Inherited from SciChart.Charting.Numerics.CoordinateCalculators.ICoordinateCalculator<double>)
 Property Gets a value indicating whether coordinates are flipped. (Inherited from SciChart.Charting.Numerics.CoordinateCalculators.ICoordinateCalculator<double>)
 Property Gets a value indicating whether this is a category axis coordinate calculator. (Inherited from SciChart.Charting.Numerics.CoordinateCalculators.ICoordinateCalculator<double>)
 Property Gets a value indicating whether this is a discontinuous axis coordinate calculator. (Inherited from SciChart.Charting.Numerics.CoordinateCalculators.ICoordinateCalculator<double>)
 Property Gets a value indicating whether this is a horizontal axis coordinate calculator. (Inherited from SciChart.Charting.Numerics.CoordinateCalculators.ICoordinateCalculator<double>)
 Property Gets a value indicating whether this is a logarithmic axis coordinate calculator. (Inherited from SciChart.Charting.Numerics.CoordinateCalculators.ICoordinateCalculator<double>)
 Property Gets a value indicating whether this is a polar axis coordinate calculator. (Inherited from SciChart.Charting.Numerics.CoordinateCalculators.ICoordinateCalculator<double>)
 Property Gets a value indicating whether this is a ternary axis coordinate calculator. (Inherited from SciChart.Charting.Numerics.CoordinateCalculators.ICoordinateCalculator<double>)
 Property Gets a value indicating whether this is coordinate calculator belongs by X axis. (Inherited from SciChart.Charting.Numerics.CoordinateCalculators.ICoordinateCalculator<double>)
 Property Gets or sets the value which determines the base used for the logarithm.  
 Property Gets the viewport dimension used when calculating pixels. (Inherited from SciChart.Charting.Numerics.CoordinateCalculators.ICoordinateCalculator<double>)
 Property Gets the viewport offset used when calculating pixels. E.g. for a bitmap, this is set to -1, since a 200 pixel wide bitmap will have coordinates ranging from 0 to 199. For an open space, e.g. a 3D world, this is set to 0, since a 200 'world unit' wide area requires coordinates ranging from 0 to 200. (Inherited from SciChart.Charting.Numerics.CoordinateCalculators.ICoordinateCalculator<double>)
 Property Gets the Max value of the axis visible range. (Inherited from SciChart.Charting.Numerics.CoordinateCalculators.ICoordinateCalculator<double>)
 Property Gets the Min value of the axis visible range. (Inherited from SciChart.Charting.Numerics.CoordinateCalculators.ICoordinateCalculator<double>)
Top
Public Methods
 NameDescription
 Method Transforms the DateTime data value into a pixel coordinate. (Inherited from SciChart.Charting.Numerics.CoordinateCalculators.ICoordinateCalculator<double>)
 Method Transforms a data values into a pixel coordinates. (Inherited from SciChart.Charting.Numerics.CoordinateCalculators.ICoordinateCalculator<double>)
 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