eXGraph - FAQ
Exontrol.COM Software - Frequently Asked Questions - ExGraph Component
1:
The control's release notes can be found on our web site, looking for the Release Notes column in the control's main page. Click here for direct link.
2:
The error may occur while using the /COM version under /NET framework, while using a code like:
AxGraph1.Cursor.Visible = True
The Cursor property of the eXGraph library is confused with the Cursor property (In .NET Framework, the Cursor property is used to get or set the cursor that is displayed when the mouse pointer is over a particular control). In order to prevent this, you can use the CtlCursor property as shown bellow:
AxGraph1.CtlCursor.Visible = True
How-To Questions
General Questions