MindFusion WinForms Programmer's Guide
Bar.CompareTo Method
See Also
 





Compares a bar to another one.

Namespace: MindFusion.Charting
Assembly: MindFusion.Charting

 Syntax

C#  Copy Code

public int CompareTo (
    Object obj
)

Visual Basic  Copy Code

Public Function CompareTo( _
    obj As Object _
) As Integer

 Parameters

obj

The bar to compare to.

 Return Value

0 if equal, 1 if this Bar is bigger; otherwise -1.

 See Also

Bar Members
Bar Class
MindFusion.Charting Namespace