com.steema.teechart.tools
Class ToolSeries
java.lang.Object
com.steema.teechart.TeeBase
com.steema.teechart.tools.Tool
com.steema.teechart.tools.ToolSeries
- All Implemented Interfaces:
- java.io.Serializable
- Direct Known Subclasses:
- ChartImage, CursorTool, DragMarks, DragPoint, DrawLine, ExtraLegend, GanttTool, MarksTip, NearestPoint, PieTool, ScrollPager, SeriesAnimation, SeriesBand
public class ToolSeries
- extends Tool
Title: ToolSeries class
Description: Base abstract class for Tool components with a Series method.
Copyright (c) 2005-2013 by Steema Software SL. All Rights Reserved.
Company: Steema Software SL
- See Also:
- Serialized Form
Method Summary |
Axis |
getHorizAxis()
Returns the associated Top or Bottom Chart Horizontal Axis. |
Series |
getSeries()
The Series with which Tools are associated. |
Axis |
getVertAxis()
Returns the associated Left or Right Chart Vertical Axis. |
void |
setSeries(Series value)
Sets the Series with which Tools are associated. |
Methods inherited from class com.steema.teechart.tools.Tool |
addMouseMotionListener, addToolListener, chartEvent, dispose, fireActiveChanged, fireChanged, fireClicked, fireDragged, fireDragging, fireMouse, fireResized, getActive, getBitmapEditor, getDescription, getSummary, mouseEvent, readResolve, removeMouseMotionListener, removeToolListener, setActive, setChart, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
iSeries
protected Series iSeries
ToolSeries
protected ToolSeries()
ToolSeries
protected ToolSeries(IBaseChart c)
ToolSeries
public ToolSeries(Series s)
getHorizAxis
public Axis getHorizAxis()
- Returns the associated Top or Bottom Chart Horizontal Axis.
- Returns:
- Axis
getVertAxis
public Axis getVertAxis()
- Returns the associated Left or Right Chart Vertical Axis.
- Returns:
- Axis
getSeries
public Series getSeries()
- The Series with which Tools are associated.
Default value: null
- Returns:
- Series
setSeries
public void setSeries(Series value)
- Sets the Series with which Tools are associated.
Default value: null
- Parameters:
value
- Series