'Usage Dim instance As ChartPrimitiveComparer Dim x As Object Dim y As Object Dim value As Integer value = instance.Compare(x, y)
Parameters
- x
- The first primitive to compare.
- y
- The second primitive to compare.
Return Value
-1 if x is less than y, 1 if x is greater than y, 0 if they are equal or either is null.