[C#] | public static int StartOfSecondFilter([ int labelStep [, double initialMargin ]]); |
[VB] | Public Shared Function StartOfSecondFilter([ labelStep As Integer [, initialMargin As Double ]]) As Integer |
ChartDirector 7.1 (.NET Edition)
Chart.
Usage
[C#] | public static int StartOfSecondFilter([ int labelStep [, double initialMargin ]]); |
[VB] | Public Shared Function StartOfSecondFilter([ labelStep As Integer [, initialMargin As Double ]]) As Integer |
Description
Arguments
Argument | Default | Description |
---|---|---|
labelStep | 1 | For 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. |
initialMargin | 0.05 | If 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