MobileForms Toolkit Documentation

Chart.CustomizeChartDraw Event

public event CustomizeChartDrawEventHandler CustomizeChartDraw;

Event Data

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

Property Description
Color  
Data  
Index  
Selected  
Series  
UserData  

See Also

Chart Class | Resco.Controls.CompactChart Namespace