|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | PROPERTY | DETAIL: PROPERTY | |||||||
ilog.views.chart.IlvChartRenderer
ilog.views.chart.renderer.IlvCompositeChartRenderer
ilog.views.chart.renderer.IlvBubbleChartRenderer
public class IlvBubbleChartRenderer
A renderer displaying bubble charts.
This renderer creates an instance of IlvSingleBubbleRenderer for
every pair of data sets in the connected data source.
The following figure shows an example of IlvBubbleChartRenderer :

ilvBubbleChartRenderer {
class : "ilog.views.chart.renderer.IlvBubbleChartRenderer";
annotation : "@#ilvDataLabelAnnotation";
name : "<value>";
styles[0] : "@#ilvStyle1";
styles[1] : "@#ilvStyle2";
visible : "false";
visibleInLegend : "false";
}
| Property Summary | |
|---|---|
IlvDataAnnotation |
annotation
Specifies a global annotation for all the data sets displayed by this renderer. |
java.lang.String |
class
Creates a new bubble chart renderer. |
java.lang.String |
name
Sets the name of this renderer. |
IlvStyle[] |
styles
Sets the styles used by the child renderers. |
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.IlvBubbleChartRenderer";
public IlvDataAnnotation annotation
annotation : "@#ilvDataLabelAnnotation";IlvDataLabelAnnotation for an example of implementing an annotation.
public java.lang.String name
name : "<value>";
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 | |||||||