Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
265
How to make the winchart display with no data?
posted

When the winchart is initialized without binding any data, it's just displayment an error message saying "you must have at least one row and one column" in red, and it really looks bad.

If there some way to make the winchart doesn't display this message?

Parents
No Data
Reply
  • 28496
    Offline posted

    just handle the InvalidDataReceived event.  you can change the message, color, and font style using the EventArgs.

Children
No Data