ComponentOne CompositeChart for ASP.NET Web Forms
Quick Start / Step 3 of 5: Customizing the Composite Chart Elements
In This Topic
    Step 3 of 5: Customizing the Composite Chart Elements
    In This Topic

    In this step you will customize the chart elements such as the Axes and Header at design time through C1CompositeChart’s properties window.

    1. In Design View right-click on the C1CompositeChart and select Properties; expand the Header and set the Text property to Hardware Distribution and expand the TextStyle and set the FontSize to 18. The header appears directly above the chart area, but can be moved to a different position using the Compass property.
    2. Expand the Axis->Y and set the Text property toTotal Hardware.
    3. Expand the Axis->Y->-Labels->AxisLabelStyle set the FontSize property to 11pt. This will change the font size for the axis x label to 11points.
    4. Expand the Axis->Y>->TextStyle set the FontSize property to 11pt. This will change the font size for the axis y label to 16points.

     

    See Also