AxisBase<T> Class Members
The following tables list the members exposed by AxisBase<T>.
Public Fields
Name | Description | |
---|---|---|
![]() | DEFAULT_AXIS_ID | |
![]() | DEFAULT_AXIS_TICK_LABEL_STYLE |
Protected Fields
Top
Public Methods
Top
Protected Methods
Name | Description | |
---|---|---|
![]() | calculateAxisOffset | Calculates axis offset relative to com.scichart.charting.visuals.IRenderableSeriesArea in pixels |
![]() | calculateAxisViewportDimension | Calculates axis viewport dimension in pixels |
![]() | coerceVisibleRange | When overridden in derived classes, changes value of the VisibleRange according to axis requirements (Inherited from com.scichart.charting.visuals.axes.AxisCore<T>) |
![]() | createCoordinateCalculator | Creates new com.scichart.charting.numerics.coordinateCalculators.ICoordinateCalculator based on axis params values and double representation of visible range |
![]() | createInteractivityHelper | Creates a new IAxisInteractivityHelper instance for this axis |
![]() | fromDouble | Converts specified double representation of value to data value used by axis (Inherited from com.scichart.charting.visuals.axes.AxisCore<T>) |
![]() | getType | Gets base value type for current axis (Inherited from com.scichart.charting.visuals.axes.AxisCore<T>) |
![]() | getVisibleRangeAnimator | Gets a com.scichart.charting.visuals.axes.rangeAnimators.IVisibleRangeAnimator instance used to animate the VisibleRange on this axis. (Inherited from com.scichart.charting.visuals.axes.AxisCore<T>) |
![]() | getVisibleRangeType | Gets the type of visible range which is supported by current axis (Inherited from com.scichart.charting.visuals.axes.AxisCore<T>) |
![]() | getZoomConstrainType | Gets the type of zoom constrain value which is supported by current axis. (Inherited from com.scichart.charting.visuals.axes.AxisCore<T>) |
![]() | isValidVisibleRange | Checks whether %com.scichart.data.model.IRange<T extends java.lang.Comparable<T>>% instance is valid for current axis (Inherited from com.scichart.charting.visuals.axes.AxisCore<T>) |
![]() | isZoomConstrainSatisfied | Checks if specified range satisfies zoom constrain for this axis (Inherited from com.scichart.charting.visuals.axes.AxisCore<T>) |
![]() | onSizeChanged | This method is called when axis size has changed during its layout |
![]() | onUpdateMeasure | Updates axis parts which should be updated before measure |
![]() | onVisibilityChanged | @inheritDoc: |
![]() | onVisibleRangeChanged | @inheritDoc: |
![]() | recreateCalculator | @inheritDoc: |
![]() | setAxisLayoutManager | Sets IAxisLayoutManager which will be used for layout of this axis |
![]() | setAxisRenderer | Sets IAxisRenderer instance which will be used for rendering of this axis |
![]() | setAxisTitleRenderer | Sets IAxisTitleRenderer instance which will be used for rendering of axis title |
![]() | setGridLinesRenderer | Sets IAxisGridLinesRenderer instance which will be used for rendering of grid lines for this axis |
![]() | setRangeCalculationHelper | Sets com.scichart.charting.visuals.axes.rangeCalculators.IRangeCalculationHelper<T> instance which will be used for range calculations in this axis |
![]() | setVisibleRangeAnimator | Sets a com.scichart.charting.visuals.axes.rangeAnimators.IVisibleRangeAnimator instance used to animate the VisibleRange on this axis. (Inherited from com.scichart.charting.visuals.axes.AxisCore<T>) |
![]() | toDouble | Converts specified data value to its double representation (Inherited from com.scichart.charting.visuals.axes.AxisCore<T>) |
![]() | tryApplyVisibleRangeLimitTo | (Inherited from com.scichart.charting.visuals.axes.AxisCore<T>) |
![]() | updateAxisParams | Updates axis params according to current state of axis |
See Also