ChartDirector 6.0 (ColdFusion Edition)

ChartDirector.CFChart.StartOfSecondFilter


Usage

StartOfSecondFilter([ labelStep [, initialMargin ]])

Description

Creates a data filter that matches date/times that represent the start of a new second in a date/time series.

This method is typically used in Axis.setMultiFormat and Axis.setMultiFormat2 to select specific dates/times for formatting as axis labels.

In a date/time series, an element is considered that start of a new second if it is of a different second than the previous element. It does not need to be at exactly the starting instance of the second.

For the first element of the date/time series, because there is no previous element to compare with, it will be considered as the start of a new second if it is "near" the exact starting instance of the current second, in which "near" is defined using the initialMargin argument, expressed as a ratio (0 to 1) of the second duration.

Arguments

ArgumentDefaultDescription
labelStep1For dates/times that matches the start of second criteria, picks only 1 out of every "labelStep" number of elements. For example, if this argument is 3, only 1 of every 3 elements that at at the start of second will be selected.
initialMargin0.05If the first label is "near" the exact starting instance of the current second to within the ratio specified in the initial margin, it will be considered to have matched the start of second criteria.

Return Value

An integer filter id representing the filter.