Version

CompareTo Method (ChartTextAppearance)

Compares this ChartTextAppearance instance with another instance.
Syntax
'Declaration
 
Public Function CompareTo( _
   ByVal other As Object _
) As Integer
public int CompareTo( 
   object other
)

Parameters

other
Another object to compare to this ChartTextAppearance, that should itself be a ChartTextAppearance.

Return Value

Less than zero if this ChartTextAppearance is less than other, 0 if this ChartTextAppearance is equivalent to other, and greater than 0 if this ChartTextAppearance is greater than other.
Remarks

This method implements to IComparable interface for ChartTextAppearance objects. Please note that the return value of this function is undefined if the parameter, other, is not of type ChartTextAppearance.

Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, 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