ComponentOne BarChart for ASP.NET WebForms
Quick Start / Step 4 of 4: Running the Project
In This Topic
    Step 4 of 4: Running the Project
    In This Topic

    Press F5 to run the project and view the following:

    Users can set this view that causes the issue. To prevent rendering in quirks mode, you can force the page to render with the latest browser. Add the following meta tag to the header of the page:

    To write code in Source View

    <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"/>
    
    See Also