ComponentOne BulletGraph for WinForms
In This Topic
    Quick Start
    In This Topic

    This section will help you get started with Bullet Graph quickly.

    Follow the steps to create a simple WinForms application using BulletGraph.

    1. Create a new Windows Forms application (.NET Framework).
    2. Drag and drop the BulletGraph control to the form.
    3. Set the width and height of the Bullet Graph control to 250 and 100 respectively.
    4. From the properties window, set the Value property of the Bullet Graph control to 85.
      Note: The default values for the scale is 0 to 100.
    5. Set the Target property of the Bullet Graph control to 70.
    6. Expand the Caption node and set the Text property to ‘Revenue YTD ($1000s)’.
    7. Run the application and see how the BulletGraph control appears at runtime.
    Note: The latest version of WinForms .NET Edition does not include rich design-time support yet. We will enhance it in the future releases.