com.steema.teechart.axis
Class AxisDraw
java.lang.Object
com.steema.teechart.TeeBase
com.steema.teechart.axis.AxisDraw
public class AxisDraw
- extends TeeBase
Title: AxisDraw class
Description:
Copyright (c) 2005-2013 by Steema Software SL. All Rights
Reserved.
Company: Steema Software SL
Method Summary |
void |
draw(boolean calcPosAxis)
Displays an Axis at the specified screen positions with the current
axis scales. |
int |
getNumTicks()
|
void |
setChart(IBaseChart chart)
Chart associated with this object. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ticks
public int[] ticks
axis
protected Axis axis
tmpValue
protected double tmpValue
drawTicksAndGrid
public transient AxisDraw.TicksGridDraw drawTicksAndGrid
tmpAlternate
public boolean tmpAlternate
AxisDraw
public AxisDraw(Axis a)
- Parameters:
a
- Axis
AxisDraw
public AxisDraw()
getNumTicks
public int getNumTicks()
draw
public void draw(boolean calcPosAxis)
- Displays an Axis at the specified screen positions with the current
axis scales.
- Parameters:
calcPosAxis
-
setChart
public void setChart(IBaseChart chart)
- Description copied from class:
TeeBase
- Chart associated with this object.
- Overrides:
setChart
in class TeeBase
- Parameters:
chart
- IBaseChart