PalmSens SDK v1.8.2.0

Curve.IsCompatible Method 

Check whether two curves are compatible - i.e. can be drawn in the same plot

[Visual Basic]
Public Function IsCompatible( _
   ByVal c As Curve _
) As Boolean
[C#]
public bool IsCompatible(
   Curve c
);

See Also

Curve Class | PalmSens Namespace