Here
http://msdn.microsoft.com/it-it/library/xt18et0d.aspx you can read documentation about ">>" Operator (C# Reference)
In WLD6.2 the operator ">>" shift a DataSeries to the right. I think this change about the use of operators is defined "overloading". Where can I find documentation about the full overloading you have done on WLD 6.2?
Size:
Color:
Here's the full list of overridden arithmetic operations on DataSeries: +, -, /, *, >> and <<. The only operator that deserves a clarification is << and it's the opposite of >>. All other operations are self-descriptive.
Size:
Color: