IAxis3D Interface Methods

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

Public Methods
 NameDescription
 MethodAnimates the visible range of the axis to the destination VisibleRange, over the specified Duration. Also see SciChart.Charting.Visuals.Axes.AxisCore.AnimatedVisibleRange property which has a default duration of 500ms (Inherited from SciChart.Charting.Visuals.Axes.IAxisCore)
 Method Called by IUpdateSuspender each time a target suspender is disposed. When the final target suspender has been disposed, ResumeUpdates is called (Inherited from SciChart.Core.Framework.ISuspendable)
 Method Returns the offset of the Axis (Inherited from SciChart.Charting.Visuals.Axes.IAxisCore)
 Method Gets the size of the axis in the Viewport (Inherited from SciChart.Charting.Visuals.Axes.IAxisCore)
 Method Given the Data Value, returns the x or y pixel coordinate at that value on the Axis (Inherited from SciChart.Charting.Visuals.Axes.IAxisCore)
 MethodGets the current SciChart.Charting.Numerics.CoordinateCalculators.ICoordinateCalculator<T> for this Axis, based on current Visible Range and axis type (Inherited from SciChart.Charting.Visuals.Axes.IAxisCore)
 Method Given the x or y pixel coordinate, returns the data value at that coordinate (Inherited from SciChart.Charting.Visuals.Axes.IAxisCore)
 Method Gets the maximum range of the axis, based on the data-range of all series (Inherited from SciChart.Charting.Visuals.Axes.IAxisParams)
 MethodChecks whether range is valid visible range for this axis (Inherited from SciChart.Charting.Visuals.Axes.IAxisCore)
 Method Resumes updates on the target, intended to be called by IUpdateSuspender (Inherited from SciChart.Core.Framework.ISuspendable)
 Method Suspends drawing updates on the target until the returned object is disposed, when a final draw call will be issued (Inherited from SciChart.Core.Framework.ISuspendable)
 MethodCALLED INTERNALLY BY SCICHART: Performs computation before drawing (such as computing axis tick intervals, labels) and converts to an SciChart.Charting3D.Primitives.IAxisDescriptor instance which is passed to the 3D renderer  
 MethodCalled by the SciChart.Charting.Visuals.SciChartSurfaceBase internally to validate current axis during render pass (Inherited from SciChart.Charting.Visuals.Axes.IAxisCore)
Top
See Also