How can I hide time (hour, minutes and sec) in TChart component?
Need only Date format.
Set
Chart1.BottomAxis.DateTimeFormat := GetLocaleShortDateFormat(); {MMM/yy/dd},
but time is present in chart
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.
An example how to use TeeChart.
Add a TChart component and a TButton on a form, include unit Series and add this code on the button
OnClickevent:And this is the result:

I could not reproduce the behaviour in the question, with different settings of the
DateTimeFormat.