Customizing ibiChart Components

In this section:


Top of page

x
Flex Chart Property Support

The Information Builders Chart components support all Flex Chart component properties. You can add more detailed styling and animation effects while still utilizing the data aggregation, calculation, and filtering options Enable components provide.

Due to the nature of XML in MXML source code, flex properties that exist under the Adobe mx namespace prefix need to be nested as children of the properties in the ibi namespace prefix, as shown in the following example.

<ibi:verticalAxisRenderers>
  <mx:AxisRenderer id="l1" placement="left" axis="{v1}"/>
  <mx:AxisRenderer id="r1" placement="right" axis="{v2}"/>
</ibi:verticalAxisRenderers>

Top of page

x
ibiPieChart: showDataEffect Support

You can use the Flex <mx:PieSeries> property nested inside ibiPieChart to add showDataEffect properties to specify and display effects in ibiPieChart. There are three effect classes for the Flex charting components supported.

Effect

Description

SeriesInterpolate

Moves graphics that represent the existing data in a series to the new points.

SeriesSlide

Slides a data series into and out of the chart boundaries.

SeriesZoom

Implodes and explodes chart data into and out of the focal point that you specify.



x
ibiLineChart: ibiLineStyle Support

In addition to using the Flex chart property to add styles and effects, you can use the ibiLineStyle property to add basic styles and effects to ibiLineChart.

There are three supported properties.


WebFOCUS