Depending on which version of LabVIEW that you're using, the cursor indexes are available from either an attribute or property of the graph. As far as the numeric operations, a graph's attribute/property node also has such things as the start and increment that can be manipulated at run time. Also, since the input to a graph is an array, you can use the normal math functions on the array to add, subtract, multiply, divide by constants or another array.