Question:
At E3Chart, can I pick a new color for a pen being plotted when clicking the information displayed in the legend of this pen?
Solution:
Yes. To do so, add the following script to E3Chart’s OnLegenClick event:
Application.ShowPickColor SelectedColor
Pens.Item(RowData).Color = SelectedColor