Version

Match Method (ChartTextAppearance)

Determines whether or not this ChartText instance should be displayed in association with data values at the given row and column.
Syntax
'Declaration
 
Public Function Match( _
   ByVal IRow As Integer, _
   ByVal IColumn As Integer _
) As Boolean
public bool Match( 
   int IRow,
   int IColumn
)

Parameters

IRow
The row to test for matching.
IColumn
The column to test for matching.

Return Value

True if this ChartText object has the same row and column as in the arguments passed into this method, or if the ChartTextAppearance uses wildcards for either row or column.
Remarks

If the ChartTextAppearance is assigned Item WildCards (ItemWildCard.Row or ItemWildCard.Column), then it will always match given data points at the wildcarded row or column (or both, if applicable).

Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also