ilog.views.chart.renderer
Class IlvScatterChartRenderer

ilog.views.chart.IlvChartRenderer
      extended by ilog.views.chart.renderer.IlvCompositeChartRenderer
          extended by ilog.views.chart.renderer.IlvSimpleCompositeChartRenderer
              extended by ilog.views.chart.renderer.IlvScatterChartRenderer

public class IlvScatterChartRenderer
extends IlvSimpleCompositeChartRenderer

A renderer displaying several scatter charts. The following figure shows an example of two IlvScatterChartRenderer, the blue one using a square IlvMarker and the other one a circle IlvMarker:



CSS example:

ilvScatterChartRenderer {
    class : "ilog.views.chart.renderer.IlvScatterChartRenderer";
    annotation : "@#ilvDataLabelAnnotation";
    markerSize : "2";
    name : "<value>";
    styles[0] : "@#ilvStyle1";
    styles[1] : "@#ilvStyle2";
    visible : "false";
    visibleInLegend : "false";
}


See Also:
IlvSingleScatterRenderer

Property Summary
 IlvDataAnnotation annotation
          
Specifies a global annotation for all the data sets displayed by this renderer.
 java.lang.String class
          
Creates a new scatter chart renderer.
 int markerSize
          
Sets the marker size for all the children scatter renderers.
 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

class

public java.lang.String class

Creates a new scatter chart renderer.

CSS example:     class : "ilog.views.chart.renderer.IlvScatterChartRenderer";


annotation

public IlvDataAnnotation annotation

Specifies a global annotation for all the data sets displayed by this renderer. The specified annotation will also be associated with all the data sets that are connected to this renderer.

CSS example:     annotation : "@#ilvDataLabelAnnotation";

See implementing class IlvDataLabelAnnotation for an example of implementing an annotation.


markerSize

public int markerSize

Sets the marker size for all the children scatter renderers.

CSS example:     markerSize : "2";


name

public java.lang.String name

Sets the name of this renderer.

CSS example:     name : "<value>";


styles

public IlvStyle[] styles

Sets the styles used by the child renderers. Each child renderer is associated with a style from the specified array.

CSS example:    

styles[0] : "@#ilvStyle1";
styles[1] : "@#ilvStyle2";

See implementing class IlvStyle for an example of implementing a styles.


visible

public boolean visible

Toggles the visibility of this renderer.

CSS example:     visible : "false";


visibleInLegend

public boolean visibleInLegend

Indicates whether the renderer appears in the legend.

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";



Copyright © 1996-2007 ILOG S.A. All rights reserved.   Documentation homepage.