AV on mouse move on empty chart
Posted: Mon Mar 09, 2015 5:31 pm
Hello,
There is a AV (access violation) when I follow this steps:
1 - Create new VCL forms application on Delphi XE7 update 1;
2 - Put the TChart component;
3 - Set the property "Legend.LegendStyle" to "lsValues";
4 - Compile and run the application;
5 - Move the mouse over the chart. Occurs here the AV error;
6 - Now, set the property "Hover.Visible" to "false";
7 - Compile and run the application;
8 - Move the mouse over the chart. No problem now;
THE AV ERROR OCCURS ONLY IF THE CHART IS EMPTY.
Anybody know this issue? There is some solution?
Sorry for my English. I am from Brazil.
Thank you,
Alexandre.
There is a AV (access violation) when I follow this steps:
1 - Create new VCL forms application on Delphi XE7 update 1;
2 - Put the TChart component;
3 - Set the property "Legend.LegendStyle" to "lsValues";
4 - Compile and run the application;
5 - Move the mouse over the chart. Occurs here the AV error;
6 - Now, set the property "Hover.Visible" to "false";
7 - Compile and run the application;
8 - Move the mouse over the chart. No problem now;
THE AV ERROR OCCURS ONLY IF THE CHART IS EMPTY.
Anybody know this issue? There is some solution?
Sorry for my English. I am from Brazil.
Thank you,
Alexandre.