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

Packages that use Axis
com.steema.teechart TeeChart Charting Library for Java. 
com.steema.teechart.axis   
com.steema.teechart.editors   
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
 int Walls.calcWallSize(Axis a)
          Calculates the Wall thickness of the specified Axis.
 void TChartApplet.doAllowScroll(Axis axis, double delta, ScrollResult result)
           
 void TChart.doAllowScroll(Axis a, double delta, ScrollResult result)
           
 void IChart.doAllowScroll(Axis axis, double delta, ScrollResult result)
           
 void TChartApplet.doClickAxis(Axis a, FrameworkMouseEvent e)
           
 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.
If no Series depends on Axis, the null value is returned.
 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
 

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.
It also controls where Series points will be placed.
Every TChart class has five Axes: Left, Top, Right, Bottom and z depth.
 Axis Axes.getDepth()
          Accesses characteristics of the Depth Axis, or z axis as it is also known.
Every TChart class has five Axes: Left, Top, Right, Bottom and z depth.
 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.
It also controls where Series points will be placed.
 Axis CustomAxes.getNew()
          Creates and adds a custom axis to the chart.
 Axis Axes.getRight()
          Determines the Labels and formatting attributes of Right Chart side.
It also controls where Series points will be placed.
Every TChart class has five Axes: Left, Top, Right, Bottom and z depth.
 Axis Axes.getTop()
          Determines the Labels and formatting attributes of Top Chart side.
It also controls where Series points will be placed.
Every TChart class has five Axes: Left, Top, Right, Bottom and z depth.
 

Methods in com.steema.teechart.axis with parameters of type Axis
 Axis CustomAxes.add(Axis axis)
          Adds a Custom Axis.
protected  Axis Axes.checkAxis(Axis a)
           
 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'.
Any Series associated with the Axis are reset to their default Axes.
 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.
It also controls where Series points will be placed.
Every TChart class has five Axes: Left, Top, Right, Bottom and z depth.
 void Axes.setLeft(Axis value)
          Determines the Labels and formatting attributes of Left Chart side.
It also controls where Series points will be placed.
 void Axes.setRight(Axis value)
          Determines the Labels and formatting attributes of Right Chart side.
It also controls where Series points will be placed.
Every TChart class has five Axes: Left, Top, Right, Bottom and z depth.
 void Axes.setTop(Axis value)
          Determines the Labels and formatting attributes of Top Chart side.
It also controls where Series points will be placed.
Every TChart class has five Axes: Left, Top, Right, Bottom and z depth.
 

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

Uses of Axis in com.steema.teechart.editors
 

Methods in com.steema.teechart.editors with parameters of type Axis
static void ChartEditor.editAxis(Axis axis)
           
static void ChartEditor.editAxis(Axis axis, java.lang.String chartName)
           
static javax.swing.JDialog DialogFactory.getEditDialog(Axis axis)
           
static javax.swing.JDialog DialogFactory.getEditDialog(javax.swing.JFrame owner, Axis axis)
           
 void ChartEditorPanel.selectAxis(Axis axis)
           
 void AxesEditor.setAxis(Axis axis)
           
 void AxisLabelsEditor.SetAxis(Axis a)
           
 

Uses of Axis in com.steema.teechart.styles
 

Methods in com.steema.teechart.styles that return Axis
 Axis LinearGauge.getAxis()
           
 Axis CustomGauge.getAxis()
           
 Axis CircularGauge.getAxis()
           
 Axis Series.getCustomHorizAxis()
          Specifies the custom horizontal axis for the series.
After adding a new horizontal Custom Axis to a Chart, use CustomHorizAxis to associate the Series to the Custom Axis.
 Axis Series.getCustomVertAxis()
          Specifies the custom vertical axis for the series.
Default value: null
 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.setCustomHorizAxis(Axis value)
          Specifies the custom horizontal axis for the series.
Default value: null
 void Series.setCustomVertAxis(Axis value)
          Specifies the custom vertical axis for the series.
Default value: null
 

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.
Default value: null
 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 ToolAxis.setAxis(Axis value)
          Sets the axis to which a Tool will belong.
Default value: null
 void ColorBand.setAxis(Axis value)
           
 

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