Package | Description |
---|---|
com.steema.teechart | |
com.steema.teechart.misc | |
com.steema.teechart.tools |
Modifier and Type | Method and Description |
---|---|
Tool |
Chart.getTool(int index)
Gets the index'th tool in getTools() collection
|
Modifier and Type | Method and Description |
---|---|
static int |
Utils.toolTypeIndex(Tool tool)
Returns the index in ToolTypesOf list of a given tool instance.
|
Modifier and Type | Class and Description |
---|---|
class |
Annotation
Title: Annotation class
|
class |
AxisArrow
Title: AxisArrow class
|
class |
AxisBreaksTool
Copyright (c) 2005-2019 by Steema Software SL.
|
class |
ChartImage
Title: ChartImage
|
class |
ColorBand
Title: ColorBand class
|
class |
ColorLine
Title: ColorLine class
|
class |
CursorTool
Title: CursorTool class
|
class |
DragMarks
Title: DragMarks class
|
class |
DragPoint
Title: DragPoint class
|
class |
DrawLine
Title: DrawLine class
|
class |
ExtraLegend
Title: ExtraLegend class
|
class |
GanttTool
Title: GanttTool class
|
class |
GridBand
Title: GridBand class
|
class |
GridTranspose
Title: GridTranspose class
|
class |
Marker |
class |
MarksTip
Title: MarksTip class
|
class |
NearestPoint
Title: NearestPoint class
|
class |
PageNumber
Title: PageNumber class
|
class |
PieTool
Title: PieTool class
|
class |
Rotate
Title: Rotate class
|
class |
ScrollPager |
class |
SeriesAnimation
Title: SeriesAnimation class
|
class |
SeriesBand
Title: SeriesBand class
|
class |
SeriesRegion
Title: SeriesRegion class
|
class |
SubChartTool |
class |
ToolAxis
Title: ToolAxis class
|
class |
ToolSeries
Title: ToolSeries class
|
Modifier and Type | Method and Description |
---|---|
Tool |
ToolsCollection.add(java.lang.Class type) |
Tool |
ToolsCollection.add(Tool tool)
Adds a new tool to your TChart.
|
Tool |
SubChart.getITool() |
Tool |
ChartCollection.getOwner() |
Tool |
ToolsCollection.getTool(int index) |
Modifier and Type | Method and Description |
---|---|
Tool |
ToolsCollection.add(Tool tool)
Adds a new tool to your TChart.
|
Rectangle |
CursorTool.CursorToolResolver.getAxisRectangle(Tool tool,
Rectangle rectangle) |
int |
ToolsCollection.indexOf(Tool s)
Returns the corresponding point index which has the specified Value.
|
void |
ToolsCollection.remove(Tool s)
Removes a tool from the TChart.
|
void |
ChartCollection.setOwner(Tool value) |
void |
ToolsCollection.setTool(int index,
Tool value) |
Constructor and Description |
---|
ChartCollection(Tool tool) |