ChartDirector 7.1 (.NET Edition)

Chart.SelectItemFilter


Usage

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

Description

Creates a data filter that matches the specified item.

This method is typically used in Axis.setMultiFormat and Axis.setMultiFormat2 to select a specific element for special formatting.

Arguments

ArgumentDefaultDescription
item(Mandatory)The index of the specified item.

Return Value

An integer filter id representing the filter.