C1.WinUI.Chart Assembly / C1.WinUI.Chart Namespace / BreakEven Class / OnSymbolRendered Method
Render engine
Symbol index
x-coordinate
y-coordinate
In This Topic
OnSymbolRendered Method (BreakEven)
In This Topic
Called when symbol was rendered.
Syntax
protected virtual void OnSymbolRendered( 
   IRenderEngine engine,
   int i,
   double x,
   double y
)

Parameters

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