IsTickReplays
<< Click to Display Table of Contents >> IsTickReplays |
Indicates the specified bar series is using Tick Replay. Please see the help guide topic on using Tick Replay for general information on this mode.
Note: For a primary series, the Tick Replay option must be configured from the UI before a NinjaScript object can take use of this property. The setting on the Chart's Data Series menu will always take precedence for an object series which already exists on the user's chart. |
Warning: This property should NOT be accessed within the OnStateChange() method before the State has reached State.DataLoaded |
A bool[] when true, indicates the specified BarsArray is setup to run Tick Replay; otherwise false. Default value is false
IsTickReplays[int idx]
protected override void OnStateChange() // IsTickReplays[0] = true; |