Hopefully you can help me with a strange (and very annoying) issue. I created a small test application in relation to topic http://www.teechart.net/support/viewtop ... =3&t=16897.
All I did was placing a TChart on the form in order to experiment with some visual settings. Suddenly, the application will no longer start with an EReadError; "Property HoverElement does not exist".
I can't seem to figure out how to fix this. I removed the series (and added a new one), removed the entire chart (and added a new one) and even removed the property from the DFM;
Code: Select all
object Series1: TLineSeries
HoverElement = [heCurrent] <=== TRIED TO REMOVE THIS LINE
VertAxis = aRightAxis
InflateMargins = False
Pointer.InflateMargins = True
Pointer.Style = psRectangle
XValues.Name = 'X'
XValues.Order = loAscending
YValues.Name = 'Y'
YValues.Order = loNone
end
Any suggestions?
Thanks and regards,
Mark