fillTimeGap

When you designate a dimension as a “time series” (see bindingInfo.setTimeSeries(col,boolean)), the fillTimeGap property specifies how missing data is represented on the chart. When fillTimeGap is false, the plotted lines simply ignore the missing data and connect adjacent points on the chart. When fillTimeGap is true, the behavior for missing data is determined by the fillZero property.

Type

Boolean

The following examples display a time-series which is missing data for the month of April 2009. To create this time-series, bind a chart to the 'Sales' > 'Sales Explore' Worksheet. Place the 'Date' field on the X-axis (with 'Level' = 'Month') and place 'Total' on the Y-axis. To simulate missing data, add a condition to the chart to filter out data from April 2009. Use the scripts below to modify the way the chart represents the missing data for April 2009.

Example 1

Chart1.fillTimeGap = false

 

Example 2

Chart1.fillTimeGap = true

Chart1.fillZero = false

 

Example 3

Chart1.fillTimeGap = true

Chart1.fillZero = true

 

<< CR.1.5 Plot Properties © 1996-2013 InetSoft Technology Corporation (v11.5) fillZero >>