WPF Edition
C1.WPF.Chart.Finance 程序集 / C1.WPF.Chart.Finance 命名空间 / CCI 类 / SymbolRendered 事件

SymbolRendered 事件 (CCI)
Fires after rendering symbol.
语法
'声明
 
Public Event SymbolRendered As EventHandler(Of RenderSymbolEventArgs)
 
事件数据

The event handler receives an argument of type RenderSymbolEventArgs containing data related to this event. The following RenderSymbolEventArgs properties provide information specific to this event.

属性说明
(从System.ComponentModel.CancelEventArgs继承)
Gets the rendering engine. (从C1.Chart.BaseRenderEventArgs继承)
Gets the data point index.  
Gets the data item.  
Gets the symbol position in control pixel coordinates.  
请参见