IAxis Interface Members
The following tables list the members exposed by IAxis.
Public Methods
Name | Description | |
---|---|---|
![]() | getAutoFitMarginalLabels | Gets a value indicating whether marginal labels get shifted to fit inside an axis when too long. |
![]() | getAxisAlignment | Gets the AxisAlignment for this Axis. |
![]() | getAxisInfoProvider | Gets the IAxisInfoProvider instance associated with this axis. |
![]() | getAxisLayoutState | Gets current AxisLayoutState for this axis instance |
![]() | getAxisModifierSurface | Gets the axis modifier surface, which is used to place tooltips on this Axis |
![]() | getAxisOffset | Gets offset, which is used by com.scichart.charting.numerics.coordinateCalculators.ICoordinateCalculator of this Axis |
![]() | getAxisTickLabelStyle | Gets style for axis tick labels |
![]() | getAxisTitleGravity | Gets axis title gravity |
![]() | getAxisTitleMarginBottom | Gets the bottom margin of the IAxis instance in pixels. |
![]() | getAxisTitleMarginLeft | Gets the left margin of the IAxis instance in pixels. |
![]() | getAxisTitleMarginRight | Gets the right margin of the IAxis instance in pixels. |
![]() | getAxisTitleMarginTop | Gets the top margin of the IAxis instance in pixels. |
![]() | getAxisTitleOrientation | Gets axis title orientation |
![]() | getAxisTitlePlacement | Gets axis title placement |
![]() | getCurrentInteractivityHelper | Gets the current IAxisInteractivityHelper for this Axis |
![]() | getIsAxisFlipped | Gets whether this axis is flipped (e.g YAxis on the bottom or top, or XAxis on the left or right) |
![]() | getIsLabelCullingEnabled | Gets a value indicating whether Label Culling is enabled (when labels overlap) on this axis instance |
![]() | getIsPrimaryAxis | Gets whether current Axis is the main one in axis collection. |
![]() | getOrientation | Gets the Axis Orientation, e.g. Horizontal (XAxis) or Vertical (YAxis) |
![]() | getTickLabelStyle | Gets the style which is used to draw all tick labels on this axis |
![]() | getTitleStyle | Gets the style which is used to draw axis title |
![]() | getWindowedYRange | Called by the SciChartSurface internally. Returns the max range only for that axis (by the data-series on it), based on @code:xRanges
"windowed" = "displayed in current viewport" Note:uses GrowBy() |
![]() | hitTest | Perform a HitTest on this Axis at specified data point |
![]() | isCategoryAxis | Gets the value indicating whether this instance is a category axis |
![]() | isCenterAxis | Gets whether current Axis should placed in the center of chart or not |
![]() | isHorizontalAxis | Gets whether this axis is horizontal or not |
![]() | isXAxis | Gets whether this axis is an X-Axis or not |
![]() | scroll | Overloaded. Scrolls current Visible Range by the specified number of pixels |
![]() | setAutoFitMarginalLabels | Sets a value indicating whether marginal labels get shifted to fit inside an axis when too long. |
![]() | setAxisAlignment | Sets the AxisAlignment for this Axis. |
![]() | setAxisInfoProvider | Sets the IAxisInfoProvider instance associated with this axis. |
![]() | setAxisTickLabelStyle | Sets style for axis tick labels |
![]() | setAxisTitleGravity | Sets axis title gravity |
![]() | setAxisTitleMargins | Overloaded. Sets the axis title margins, in pixels |
![]() | setAxisTitleOrientation | Sets axis title orientation |
![]() | setAxisTitlePlacement | Sets axis title placement |
![]() | setIsCenterAxis | Sets whether current Axis should placed in the center of chart or not |
![]() | setIsLabelCullingEnabled | Sets a value indicating whether Label Culling is enabled (when labels overlap) on this axis instance |
![]() | setIsPrimaryAxis | Sets whether current Axis is the main one in axis collection. |
![]() | setIsXAxis | Sets whether this axis is an X-Axis or not |
![]() | setMargins | Overloaded. Sets the axis title margins, in pixels |
![]() | setOrientation | Sets the Axis Orientation, e.g. Horizontal (XAxis) or Vertical (YAxis) |
![]() | setTickLabelStyle | Sets the style which is used to draw all tick labels on this axis |
![]() | setTitleStyle | Sets the style which is used to draw axis title |
![]() | updateAxisMeasurements | Updates measurements of axis for proper layout of its content |
![]() | updateCore | Performs core update of axis |
![]() | zoom | Overloaded. Performs zoom on current Axis, using @code:fromCoord as a coordinate of new range start and @code:toCoord as a coordinate of new range end |
![]() | zoomBy | Overloaded. Performs zoom on current axis, using @code:minFraction as a multiplier of range start and @code:maxFraction as a multiplier of range end |
See Also