ComponentOne Xamarin Edition
SymbolRendered Event
C1.Xamarin.Forms.Chart Assembly > C1.Xamarin.Forms.Chart Namespace > ChartSeries Class : SymbolRendered Event
Fires after rendering symbol.
Syntax
public event EventHandler<SymbolEventArgs> SymbolRendered
Event Data

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

PropertyDescription
(Inherited from System.ComponentModel.CancelEventArgs)
Gets the data point index.  
Gets the data item.  
Gets the PlotElement.  
Gets the symbol position in control pixel coordinates.  
Gets the symbol size in control pixel coordinates.  
Gets the symbol Size.  
See Also