I need to customize a look and feel of standard Flex LineChart with LineSeries. I cannot figure out how to change default circles drawn when the mouse pointer is over a data point.

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Solution
It is necessary to create a custom
itemRendererand draw whatever you want in theMOUSE_OVERevent handler. Chart’sshowDataTipTargetsproperty has to be set tofalseWhile looking for a solution, I forgot that
itemRendereris the Flex component and can handle mouse events. My colleagues pointed to it and helped resolve the issue.Code
CustomDataTipTargetRenderer.mxml
YourView.mxml