'Declaration Public Event SymbolRendering As EventHandler(Of RenderSymbolEventArgs)
public event EventHandler<RenderSymbolEventArgs> SymbolRendering
Event Data
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.
Property | Description |
---|---|
Cancel | (Inherited from System.ComponentModel.CancelEventArgs) |
Engine | Gets the rendering engine. (Inherited from C1.Chart.BaseRenderEventArgs) |
Graphics | Gets the graphics. (Inherited from C1.Win.Chart.RenderEventArgs) |
Index | Gets the data point index. |
Item | Gets the data item. |
Point | Gets the symbol point in control pixel coordinates. |
Series | Gets the data series. |
See Also