| Package | Description |
|---|---|
| com.steema.teechart |
TeeChart Charting Library for Java.
|
| com.steema.teechart.editors.series | |
| com.steema.teechart.styles |
| Modifier and Type | Method and Description |
|---|---|
void |
ToolTip.prepareMarks(SeriesMarks marks) |
| Modifier and Type | Method and Description |
|---|---|
void |
SeriesMarksEditor.setSeries(SeriesMarks series,
javax.swing.JTabbedPane tabs) |
| Modifier and Type | Field and Description |
|---|---|
protected SeriesMarks |
Series.marks |
| Modifier and Type | Method and Description |
|---|---|
SeriesMarks |
Series.getMarks()
Defines how to draw a mark near to each Series point.
A mark consist of a colored rectangle with a text string on it and a line that indicates which points corresponds to which mark. |
SeriesMarks |
ISeries.getMarks() |
| Modifier and Type | Method and Description |
|---|---|
void |
Series.setMarks(SeriesMarks value) |
| Constructor and Description |
|---|
MarksItems(SeriesMarks s) |