ILogarithmicCoordinateCalculator Interface Properties

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

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
See Also