I am trying to customize the display of an area chart. When a user selects a series, I want the other series plots to not be visible. I see when you select a series it makes that series plot completely opaque, so I know there is an event occurring internally. I want to know if there is a way to detect the event in a transform or other script to make custom event handlers.
The event would only be available if the component author (IA or otherwise depending on what component/module you are using) exposed it. If it isn't available in the Event Configuration dialog, then there is nothing you can do. Events are not available to transforms as they are separate mechanisms.