GetAttachedToChartBars()
<< Click to Display Table of Contents >> GetAttachedToChartBars() |
Returns information which relate to the underlying bars series in which the drawing tool is attached. If the drawing tool is attached to an indicator rather than a bar series, the indicator's bars series used for input will be returned.
Note: For drawing tools made global, this method will not be returning meaningful values - since those are not attached to a specific bars series |
A ChartBars object
GetAttachedToChartBars()
This method does not accept any parameters
protected override void OnRender(ChartControl chartControl, ChartScale chartScale) |