ComponentOne BulletGraph for WinForms
Work with BulletGraph / Styling
In This Topic
    Styling
    In This Topic

    The look and feel of a bullet graph control can be customized according to your preference. The C1BulletGraph class provides a Styles property that can be used to customize the different visual parts of the BulletGraph control. It is of the type BulletGraphTheme class. Styling can be applied to BulletGraph control using different classes for different visual parts of the control.

    bulletgraph-styling

    The image given above depicts the use of Styles property in WinForms application.

    The BulletGraph control consists of several UI elements such as labels, marks and ranges. The BulletGraphTheme class provides several properties to handle the styling of the BulletGraph control and the above mentioned elements. Each of these properties is of a specific class type and is used to style specific parts of the BulletGraph control.

    These properties are given below: