public class ToolSeries extends Tool
Title: ToolSeries class
Description: Base abstract class for Tool components with a Series method.
Copyright (c) 2005-2019 by Steema Software SL. All Rights Reserved.
Company: Steema Software SL
Tool.ToolListener
Modifier and Type | Field and Description |
---|---|
protected Series |
iSeries |
bBrush, clickTolerance, listenerList, pPen
chart, InternalUse
Modifier | Constructor and Description |
---|---|
protected |
ToolSeries() |
protected |
ToolSeries(IBaseChart c) |
|
ToolSeries(Series s) |
Modifier and Type | Method and Description |
---|---|
Axis |
getHorizAxis()
Returns the associated Top or Bottom Chart Horizontal Axis.
|
Series |
getSeries()
The Series with which Tools are associated.
Default value: null |
Axis |
getVertAxis()
Returns the associated Left or Right Chart Vertical Axis.
|
void |
setSeries(Series value)
Sets the Series with which Tools are associated.
Default value: null |
addMouseMotionListener, addToolListener, chartEvent, dispose, fireActiveChanged, fireChanged, fireClicked, fireDragged, fireDragging, fireMouse, fireResized, getActive, getBitmapEditor, getDescription, getSummary, mouseEvent, readResolve, removeMouseMotionListener, removeToolListener, setActive, setChart, toString
getChart, invalidate, setBooleanProperty, setColorProperty, setDoubleProperty, setIntegerProperty, setStringProperty
protected Series iSeries
protected ToolSeries()
protected ToolSeries(IBaseChart c)
public ToolSeries(Series s)
public Axis getHorizAxis()
public Axis getVertAxis()
public Series getSeries()
public void setSeries(Series value)
value
- Series