BulletGraph for WinForms
クイックスタート

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

The image above shows how the BulletGraph control appears at runtime.

  1. Create a new Windows Forms application.
  2. Drag and drop the C1BulletGraph 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.