Solved
Time series chart by default doesn't supports this kind of "rendering" (Rect Left, Rect Right ), you may try with LabelChart you will get Bars for each value (1 and -1 for instance ), but if you need time span you maybe out of luck.
Another options with TimeSeries chart it's returning fake data points in order to draw the desired result:
Real Data
Data Point 1 : Time1 , Value: 1
Data Point 2: Time2, Value: 0
Data Point 3: TIme3, Value: 1
Fake Data Set:
Data Point 1: Time1, Value:1
Data Point 1': dateAddMiliseconds(Time2,-1), Value: 1
Data Point 2: Time2, Value:0
Data Point 2': dateAddMilliseconds(Time3,-1), Value:0
....
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.

