GetBarIdxByTime()
<< Click to Display Table of Contents >> GetBarIdxByTime() |
Returns the ChartBars index value calculated from the time parameter provided.
An int representing the bar index value at a specific time
chartControl |
The ChartControl object used to determine the chart's time axis |
time |
The DateTime value used to convert to a ChartBar index value |
protected override void OnBarUpdate() |