com.steema.teechart.tools
Class ToolAxis
java.lang.Object
com.steema.teechart.TeeBase
com.steema.teechart.tools.Tool
com.steema.teechart.tools.ToolAxis
- Direct Known Subclasses:
- AxisArrow, AxisBreaksTool, ColorBand, ColorLine, GridBand
public class ToolAxis
- extends Tool
Title: ToolAxis class
Description: Base abstract class for Tool components with an Axis method.
Copyright (c) 2005-2013 by Steema Software SL. All Rights Reserved.
Company: Steema Software SL
Methods inherited from class com.steema.teechart.tools.Tool |
chartEvent, dispose, fireChanged, fireClicked, fireDragged, fireDragging, fireMouse, fireResized, getActive, getDescription, getSummary, mouseEvent, readResolve, setActive, setChart, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
iAxis
protected Axis iAxis
ToolAxis
public ToolAxis()
ToolAxis
public ToolAxis(IBaseChart c)
ToolAxis
public ToolAxis(Axis a)
checkDrawHidden
public void checkDrawHidden(Series series,
int tmpIndex)
getPen
public ChartPen getPen()
- Element Pen characteristics.
- Returns:
- ChartPen
getAxis
public Axis getAxis()
- The axis to which a Tool will belong.
Default value: null
- Returns:
- Axis
setAxis
public void setAxis(Axis value)
- Sets the axis to which a Tool will belong.
Default value: null
- Parameters:
value
- Axis