|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | PROPERTY | DETAIL: PROPERTY | |||||||
ilog.views.chart.IlvChartRenderer
ilog.views.chart.renderer.IlvSingleChartRenderer
ilog.views.chart.renderer.IlvSinglePolylineRenderer
ilog.views.chart.renderer.IlvSingleAreaRenderer
ilog.views.chart.renderer.IlvSingleStairRenderer
public class IlvSingleStairRenderer
Renders a data set with a stair chart.
CSS example:
ilvSingleStairRenderer {
class : "ilog.views.chart.renderer.IlvSingleStairRenderer";
3DOutlinePaint : "#000000";
annotation : "@#ilvDataLabelAnnotation";
marker : "CIRCLE";
markerSize : "2";
markerStyle : "@#ilvStyle";
name : "<value>";
style : "@#ilvStyle";
styles[0] : "@#ilvStyle1";
styles[1] : "@#ilvStyle2";
visible : "false";
visibleInLegend : "false";
}
| Property Summary | |
|---|---|
Paint |
3DOutlinePaint
Sets the outline paint used when the renderer is drawn as a 3-D ribbon. |
IlvDataAnnotation |
annotation
Specifies a global annotation for all the data sets displayed by this renderer. |
java.lang.String |
class
Creates a new stair renderer. |
ilog.views.chart.graphic.IlvMarker |
marker
Sets a marker on this renderer. |
int |
markerSize
Sets the size of the optional marker drawn by this renderer. |
IlvStyle |
markerStyle
Specifies the rendering style of the optional marker. |
java.lang.String |
name
Sets the name of this renderer. |
IlvStyle |
style
Sets the style used by this renderer. |
IlvStyle[] |
styles
Sets the styles used by this renderer. |
boolean |
visible
Toggles the visibility of this renderer. |
boolean |
visibleInLegend
Indicates whether the renderer appears in the legend. |
| Property Detail |
|---|
public java.lang.String class
class : "ilog.views.chart.renderer.IlvSingleStairRenderer";
public Paint 3DOutlinePaint
3DOutlinePaint : "#000000";
public IlvDataAnnotation annotation
annotation : "@#ilvDataLabelAnnotation";IlvDataLabelAnnotation for an example of implementing an annotation.
public ilog.views.chart.graphic.IlvMarker marker
null, in which case only the line joining the data points
is drawn.
marker : "CIRCLE";| Allowed values: | ||
CIRCLE |
Predefined circle marker type. | |
CROSS |
Predefined cross marker type. | |
DIAMOND |
Predefined diamond marker type. | |
PLUS |
Predefined plus marker type. | |
TRIANGLE |
Predefined triangle marker type. | |
SQUARE |
Predefined square marker type. | |
NONE |
public int markerSize
markerSize : "2";
public IlvStyle markerStyle
markerStyle : "@#ilvStyle";IlvStyle for an example of implementing a markerStyle.
public java.lang.String name
name : "<value>";
public IlvStyle style
IlvSingleChartRenderer class
makes use of a single style. If the parameter is null
and the renderer has been attached to a chart, sets a default
style.
Note: The Bean property style must not be specified
together with the Bean property styles.
CSS example:
style : "@#ilvStyle";
See implementing class IlvStyle for an example of implementing a style.
public IlvStyle[] styles
styles[0] : "@#ilvStyle1";styles[1] : "@#ilvStyle2";IlvStyle for an example of implementing a styles.
public boolean visible
visible : "false";
public boolean visibleInLegend
The default value of this property is true, which means
that the renderer will automatically create and add items to the legend.
CSS example:
visibleInLegend : "false";
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | PROPERTY | DETAIL: PROPERTY | |||||||