DataPlotClasses v1.2.1 released

Get all your Open Source news and announcements here!
Post Reply
User avatar
roger
Site Admin
Posts: 431
Joined: Fri Apr 24, 2009 12:41 am
Contact:

DataPlotClasses v1.2.1 released

Post by roger »

I released an update the DataPlotClasses today. The version for this release is v1.2.1 and it includes the following changes:
  • Added ByRef DPoint as integer to Trace.Contains to return the index of the Datapoint that contains the passed coordinates. If no point was found, DPoint is -1.
  • Added DPoint as integer as passed arguments to all trace mouse events in Figure, i.e. Figure.MouseDownTrace, Figure.MouseOverTrace, and Figure.TraceClick
  • Added xVal and yVal as return values to the Figure.BoxClick and Figure.TraceClick events
  • Added several MouseDown events to Figure, i.e. Figure.MouseDownTrace, Figure.MouseDownBox, Figure.MouseDownGraph, Figure.MouseDownFigure
  • Renamed the examples more appropriately and included a new example that demonstrates the concept of adding/inserting/dragging/deleting of datapoints using the mouse.
Post Reply