C1.WinUI.Chart Assembly / C1.WinUI.Chart Namespace / BreakEven Class / SymbolRendering Event
SymbolRendering Event (BreakEven)
Fires before rendering symbol.
Syntax
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.

PropertyDescription
(Inherited from System.ComponentModel.CancelEventArgs)
Gets the rendering engine. (Inherited from C1.Chart.BaseRenderEventArgs)
Gets the data point index.  
Gets the data item.  
Gets the symbol position in control pixel coordinates.  
See Also