public class IlvScaleAnnotation
extends java.lang.Object
IlvScale#computeLabel
method
is used to format the value into a string.
ilvScaleAnnotation {
class : "ilog.views.chart.IlvScaleAnnotation(value,text,renderer)";
label : "<value>";
labelRenderer : "@#ilvLabelRenderer";
value : "3.0";
}
Modifier and Type | Property and Description |
---|---|
java.lang.String |
class
Creates a new IlvScaleAnnotation for the specified value
with the specified text and the specified label rendering style. |
java.lang.String |
label
Sets the label displayed by this annotation. |
IlvLabelRenderer |
labelRenderer
Sets the label renderer used to draw the annotation text. |
double |
value
Sets the value of the annotation. |
public java.lang.String class
IlvScaleAnnotation
for the specified value
with the specified text and the specified label rendering style.
class : "ilog.views.chart.IlvScaleAnnotation(value,text,renderer)";
public java.lang.String label
null
, the annotation displays
its value.
label : "<value>";
public IlvLabelRenderer labelRenderer
labelRenderer : "@#ilvLabelRenderer";
IlvLabelRenderer
for an example of implementing a labelRenderer.public double value
value : "3.0";
© Copyright 2024 Rogue Wave Software, Inc., a Perforce company.. All Rights Reserved.