ChartDirector 7.1 (.NET Edition)

Chart.AllPassFilter


Usage

[C#]public static int AllPassFilter();
[VB]Public Shared Function AllPassFilter() As Integer

Description

Creates a data filter that matches every element.

This method is typically used in Axis.setMultiFormat and Axis.setMultiFormat2 as a "catch all" filter.

Arguments

None

Return Value

An integer filter id representing the filter.