Graphical representation properties

Property
Description
Default value
type
Defines the chart type
Cartesian
renderingType
Defines the type of the graphical representation of a data model
Polyline
To determine how a data model is rendered on the screen, the IlvChart beans define the following two properties:
  • type
    Determines how data is projected (using either a Cartesian or polar projection). The possible values are: Cartesian, Polar, Radar, and Pie.
    Chart Types shows the possible values of the type property:
charttype10.gif
Chart Types
  • renderingType
    defines the graphical representation of a data model (as polylines, bars, stairs, and so on.). The possible values are: Bar, Stacked Bar, SuperimposedBar, Area, Stacked Area, Polyline, Scatter, Stair, and Pie.
    Note
    The Pie Renderer type is essentially used with a Pie chart.
    Renderers shows the Cartesian charts with the different graphical representations:
renderer11.gif
Renderers