Uses of Class
com.steema.teechart.axis.Axis

Packages that use Axis
com.steema.teechart   
com.steema.teechart.axis   
com.steema.teechart.styles   
com.steema.teechart.themes   
com.steema.teechart.tools   
 

Uses of Axis in com.steema.teechart
 

Methods in com.steema.teechart with parameters of type Axis
protected  void Chart.applyGapSize(Axis axis, Point p)
           
 int Walls.calcWallSize(Axis a)
          Calculates the Wall thickness of the specified Axis.
 void TChart.doAllowScroll(Axis a, double delta, ScrollResult result)
           
 void IChart.doAllowScroll(Axis axis, double delta, ScrollResult result)
           
 void TChart.doClickAxis(Axis a, FrameworkMouseEvent e)
           
 void IChart.doClickAxis(Axis a, FrameworkMouseEvent e)
           
 Series Chart.getAxisSeries(Axis axis)
          Returns the first Series that depends on the specified Axis.
 double IBaseChart.getMaxXValue(Axis axis)
           
 double Chart.getMaxXValue(Axis axis)
          Returns the Maximum Value of the Series X Values List.
 double IBaseChart.getMaxYValue(Axis axis)
           
 double Chart.getMaxYValue(Axis axis)
          Returns the highest of all the current Series Y point values.
 double IBaseChart.getMinXValue(Axis axis)
           
 double Chart.getMinXValue(Axis axis)
          Returns the Minimum Value of the Series X Values List.
 double IBaseChart.getMinYValue(Axis axis)
           
 double Chart.getMinYValue(Axis axis)
          Returns the Minimum Value of the Series Y Values List.
 double IBaseChart.internalMinMax(Axis axis, boolean isMinimum, boolean isHorizontal)
           
 double Chart.internalMinMax(Axis aAxis, boolean isMin, boolean isX)
          Internal use.
 boolean IBaseChart.isAxisCustom(Axis axis)
           
 boolean Chart.isAxisCustom(Axis axis)
          Returns True if Axis is a Custom Axis.
 boolean IBaseChart.isAxisVisible(Axis axis)
           
 boolean Chart.isAxisVisible(Axis a)
           
 ScrollResult TChart.Scrollable.isScrollable(Axis a, ScrollResult r)
           
 

Uses of Axis in com.steema.teechart.axis
 

Subclasses of Axis in com.steema.teechart.axis
 class DepthAxis
          Title: DepthAxis class Description: Z plane Axis characteristics.
 

Fields in com.steema.teechart.axis declared as Axis
protected  Axis AxisLabels.axis
           
protected  Axis AxisDraw.axis
           
protected  Axis AxisLabelsItems.iAxis
           
 

Methods in com.steema.teechart.axis that return Axis
 Axis CustomAxes.add(Axis axis)
          Adds a Custom Axis.
protected  Axis Axes.checkAxis(Axis a)
           
static Axis Axes.createNewAxis(IBaseChart chart)
           
 Axis CustomAxes.getAxis(int index)
          Accesses Axis characteristics of corresponding index value.
 Axis Axes.getAxis(int index)
          Accesses indexed axis
 Axis Axes.getBottom()
          Determines the Labels and formatting attributes of Bottom Chart side.
 Axis Axes.getDepthTop()
          Returns the Depth chart axis located at the left-top edge of chart.
 Axis Axes.getLeft()
          Determines the Labels and formatting attributes of Left Chart side.
 Axis CustomAxes.getNew()
          Creates and adds a custom axis to the chart.
 Axis Axis.getPartnerAxis()
           
 Axis Axes.getRight()
          Determines the Labels and formatting attributes of Right Chart side.
 Axis Axes.getTop()
          Determines the Labels and formatting attributes of Top Chart side.
 

Methods in com.steema.teechart.axis with parameters of type Axis
 Axis CustomAxes.add(Axis axis)
          Adds a Custom Axis.
 int AxisCalcResolver.AxisCalcPosLabelsEventHandler(Axis axis, int value)
           
 int AxisCalcAdapter.AxisCalcPosLabelsEventHandler(Axis axis, int value)
           
 void AxisCalcResolver.AxisLabelValueDelegate(Axis axis, AxisLabelValueEventArgs e)
           
 void AxisCalcAdapter.AxisLabelValueDelegate(Axis axis, AxisLabelValueEventArgs e)
           
protected  Axis Axes.checkAxis(Axis a)
           
 void Axis.checkNextLabelValue(Axis axis, AxisLabelValueEventArgs e)
           
 java.lang.String AxisLabelResolver.getLabel(Axis axis, ISeries s, int valueIndex, java.lang.String labelText)
           
 java.lang.String AxisLabelAdapter.getLabel(Axis axis, ISeries s, int valueIndex, java.lang.String labelText)
           
 NextAxisLabelValue AxisLabelResolver.getNextLabel(Axis axis, int labelIndex, NextAxisLabelValue nextLabel)
           
 NextAxisLabelValue AxisLabelAdapter.getNextLabel(Axis axis, int labelIndex, NextAxisLabelValue nextAxisLabel)
           
 int CustomAxes.indexOf(Axis a)
          Returns the corresponding axis index which has the specified value.
 int Axes.indexOf(Axis a)
          Obtains the index of a given axis in the axes collection.
 void CustomAxes.remove(Axis a)
          Removes the Custom Axis of Index 'CustomAxisIndex'.
 void AxisLabelResolver.scrollModHandler(Axis a, ScrollModEventArgs e)
           
 void AxisLabelAdapter.scrollModHandler(Axis a, ScrollModEventArgs e)
           
 void CustomAxes.setAxis(int index, Axis value)
          Sets Axis characteristics of corresponding index value.
 void Axes.setBottom(Axis value)
          Determines the Labels and formatting attributes of Bottom Chart side.
 void Axes.setLeft(Axis value)
          Determines the Labels and formatting attributes of Left Chart side.
 void Axis.setPartnerAxis(Axis value)
           
 void Axes.setRight(Axis value)
          Determines the Labels and formatting attributes of Right Chart side.
 void Axes.setTop(Axis value)
          Determines the Labels and formatting attributes of Top Chart side.
 

Constructors in com.steema.teechart.axis with parameters of type Axis
AxisDraw.TicksGridDraw(Axis a)
           
AxisDraw(Axis a)
           
AxisLabels(Axis a)
          Accesses the Label characteristics of Axis Labels.
AxisLabelsItems(Axis a)
           
 

Uses of Axis in com.steema.teechart.styles
 

Methods in com.steema.teechart.styles that return Axis
 Axis NumericGauge.getAxis()
           
 Axis LinearGauge.getAxis()
           
 Axis CustomGauge.getAxis()
           
 Axis CircularGauge.getAxis()
           
 Axis Series.getCustomHorizAxis()
          Specifies the custom horizontal axis for the series.
 Axis Series.getCustomVertAxis()
          Specifies the custom vertical axis for the series.
 Axis Series.getHorizAxis()
           
 Axis ISeries.getHorizAxis()
           
 Axis Series.getMandatoryAxis()
           
 Axis Series.getVertAxis()
           
 Axis ISeries.getVertAxis()
           
 Axis Contour.getZAxis()
           
 

Methods in com.steema.teechart.styles with parameters of type Axis
 boolean Series.associatedToAxis(Axis a)
           
 boolean ISeries.associatedToAxis(Axis axis)
           
 boolean Circular.associatedToAxis(Axis a)
           
 void Series.drawHiddenValue(int valueIndex, PointDouble startEndVals, int gapSize, Axis axis)
           
 void Custom.drawHiddenValue(int valueIndex, PointDouble startEndVals, int gapSize, Axis axis)
           
 void Series.setCustomHorizAxis(Axis value)
          Specifies the custom horizontal axis for the series.
 void Series.setCustomVertAxis(Axis value)
          Specifies the custom vertical axis for the series.
 ValueList Series.valueListOfAxis(Axis a)
           
 ValueList Custom3D.valueListOfAxis(Axis a)
           
 

Uses of Axis in com.steema.teechart.themes
 

Methods in com.steema.teechart.themes with parameters of type Axis
 void DefaultTheme.changeAxis(Axis chartAxis)
           
 void BlueSkyTheme.changeAxis(Axis chartAxis)
           
 void BlackIsBackTheme.changeAxis(Axis chartAxis)
           
 

Uses of Axis in com.steema.teechart.tools
 

Fields in com.steema.teechart.tools declared as Axis
protected  Axis ToolAxis.iAxis
           
 

Methods in com.steema.teechart.tools that return Axis
 Axis ToolAxis.getAxis()
          The axis to which a Tool will belong.
 Axis ToolSeries.getHorizAxis()
          Returns the associated Top or Bottom Chart Horizontal Axis.
 Axis ToolSeries.getVertAxis()
          Returns the associated Left or Right Chart Vertical Axis.
 

Methods in com.steema.teechart.tools with parameters of type Axis
 void AxisBreaksTool.axisBreakDoAllowScroll(Axis a, ScrollModEventArgs e)
           
 NextAxisLabelValue AxisBreaksTool.axisCalcMaxLabel(Axis axis, int labelIndex, NextAxisLabelValue nextLabel)
           
 void AxisBreaksTool.checkNextLabelValue(Axis axis, AxisLabelValueEventArgs e)
           
 void ToolAxis.setAxis(Axis value)
          Sets the axis to which a Tool will belong.
 void ColorBand.setAxis(Axis value)
           
 void AxisBreaksTool.setAxis(Axis value)
           
 

Constructors in com.steema.teechart.tools with parameters of type Axis
AxisArrow(Axis a)
           
AxisBreaksTool(Axis a)
           
ColorLine(Axis a)
           
ToolAxis(Axis a)