Methods 

IAxis Interface Members

The following tables list the members exposed by IAxis.

Public Methods
 NameDescription
 MethodGets a value indicating whether marginal labels get shifted to fit inside an axis when too long.  
 MethodGets the AxisAlignment for this Axis.  
 MethodGets the IAxisInfoProvider instance associated with this axis.  
 MethodGets current AxisLayoutState for this axis instance  
 MethodGets the axis modifier surface, which is used to place tooltips on this Axis  
 MethodGets offset, which is used by com.scichart.charting.numerics.coordinateCalculators.ICoordinateCalculator of this Axis  
 MethodGets style for axis tick labels  
 MethodGets axis title gravity  
 MethodGets the bottom margin of the IAxis instance in pixels.  
 MethodGets the left margin of the IAxis instance in pixels.  
 MethodGets the right margin of the IAxis instance in pixels.  
 MethodGets the top margin of the IAxis instance in pixels.  
 MethodGets axis title orientation  
 MethodGets axis title placement  
 MethodGets the current IAxisInteractivityHelper for this Axis  
 MethodGets whether this axis is flipped (e.g YAxis on the bottom or top, or XAxis on the left or right)  
 MethodGets a value indicating whether Label Culling is enabled (when labels overlap) on this axis instance  
 MethodGets whether current Axis is the main one in axis collection.  
 MethodGets the Axis Orientation, e.g. Horizontal (XAxis) or Vertical (YAxis)  
 MethodGets the style which is used to draw all tick labels on this axis  
 MethodGets the style which is used to draw axis title  
 MethodCalled 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()

 
 MethodPerform a HitTest on this Axis at specified data point  
 MethodGets the value indicating whether this instance is a category axis  
 MethodGets whether current Axis should placed in the center of chart or not  
 MethodGets whether this axis is horizontal or not  
 MethodGets whether this axis is an X-Axis or not  
 MethodOverloaded. Scrolls current Visible Range by the specified number of pixels  
 MethodSets a value indicating whether marginal labels get shifted to fit inside an axis when too long.  
 MethodSets the AxisAlignment for this Axis.  
 MethodSets the IAxisInfoProvider instance associated with this axis.  
 MethodSets style for axis tick labels  
 MethodSets axis title gravity  
 MethodOverloaded. Sets the axis title margins, in pixels  
 MethodSets axis title orientation  
 MethodSets axis title placement  
 MethodSets whether current Axis should placed in the center of chart or not  
 MethodSets a value indicating whether Label Culling is enabled (when labels overlap) on this axis instance  
 MethodSets whether current Axis is the main one in axis collection.  
 MethodSets whether this axis is an X-Axis or not  
 MethodOverloaded. Sets the axis title margins, in pixels  
 MethodSets the Axis Orientation, e.g. Horizontal (XAxis) or Vertical (YAxis)  
 MethodSets the style which is used to draw all tick labels on this axis  
 MethodSets the style which is used to draw axis title  
 MethodUpdates measurements of axis for proper layout of its content  
 MethodPerforms core update of axis  
 MethodOverloaded. 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  
 MethodOverloaded. Performs zoom on current axis, using @code:minFraction as a multiplier of range start and @code:maxFraction as a multiplier of range end  
Top
See Also