Properties  Methods 

ICategoryCoordinateCalculator Interface Members

The following tables list the members exposed by ICategoryCoordinateCalculator.

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 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>)
 Method Takes a data-value and transforms to integer index on the axis  
 Method Takes an integer index (or point number) to the underlying data and transforms to the data value on the axis. e.g. if the axis is a CategoryDateTimeAxis, accepts index, returns DateTime. If the index lies outside of the data-range, a projection is performed  
 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