C1.WPF.Chart.Finance Assembly / C1.WPF.Chart.Finance Namespace / RSI Class / OnSymbolRendered Method
Render engine
Symbol index
x-coordinate
y-coordinate

In This Topic
OnSymbolRendered Method (RSI)
In This Topic
Called when symbol was rendered.
Syntax
'Declaration
 
Protected Overridable Sub OnSymbolRendered( _
   ByVal engine As IRenderEngine, _
   ByVal i As Integer, _
   ByVal x As Double, _
   ByVal y As Double _
) 
 

Parameters

engine
Render engine
i
Symbol index
x
x-coordinate
y
y-coordinate
See Also