Package | Description |
---|---|
com.steema.teechart.styles | |
com.steema.teechart.tools |
Modifier and Type | Field and Description |
---|---|
static MarksStyle |
MarksStyle.LABEL
Shows the associated Point Label.
|
static MarksStyle |
MarksStyle.LABELPERCENT
Shows the point Label and the percent value the point represents.
|
static MarksStyle |
MarksStyle.LABELPERCENTTOTAL
Shows the point Label toghether with the resulting "PercentTotal" style.
|
static MarksStyle |
MarksStyle.LABELVALUE
Shows the point Label and the point value.
|
static MarksStyle |
MarksStyle.LEGEND
Shows whatever is shown at Chart Legend.
|
protected MarksStyle |
SeriesMarks.markerStyle |
static MarksStyle |
MarksStyle.PERCENT
Shows the percent the point value represents.
|
static MarksStyle |
MarksStyle.PERCENTRELATIVE
Show the point percent relative to first point value.
|
static MarksStyle |
MarksStyle.PERCENTTOTAL
Shows the percent the point represents together with the "of" word and
the sum of all points absolute values.
|
static MarksStyle |
MarksStyle.POINTINDEX
Show the point Index.
|
static MarksStyle |
MarksStyle.SERIESTITLE
Show the point Series Title.
|
static MarksStyle |
MarksStyle.VALUE
Shows the point value.
|
static MarksStyle |
MarksStyle.XVALUE
Shows the point XValue.
|
static MarksStyle |
MarksStyle.XY
Shows the point XValue and YValue.
|
Modifier and Type | Method and Description |
---|---|
static MarksStyle |
MarksStyle.fromValue(int value) |
MarksStyle |
SeriesMarks.getStyle()
Defines how Series Marks are static finalructed.
Each different Style value makes Marks output a different text. |
Modifier and Type | Method and Description |
---|---|
void |
SeriesMarks.setStyle(MarksStyle value)
Defines how Series Marks are constructed.
Default value: MarksStyle.Label |
Modifier and Type | Method and Description |
---|---|
MarksStyle |
MarksTip.getStyle()
Defines the text format of the Mark ToolTip.
Default value: MarksStyle.Label |
Modifier and Type | Method and Description |
---|---|
void |
MarksTip.setStyle(MarksStyle value)
Defines the text format of the Mark ToolTip.
Default value: MarksStyle.Label |