Step 3 of 5: Customizing the BubbleChart Appearance
In This Topic
In this topic you will customize the Axes in the C1BubbleChart.
- In Source view set the C1BubbleChart Width to 500px and Height to 400px so it appears like the following:
Markup |
Copy Code
|
<cc1:C1BubbleChart ID="C1BubbleChart1" runat="server" Width="500px"
Height="400px">
|
- In design view right-click on the C1BubbleChart and select Properties to open C1BubbleChart's Properties window.
- Expand the Axis->X->AxisLabelStyle and set the FontSize property to 12. This will change the font size for the axis x label to 12px.
- Expand the Axis->X->TickMajor and set the Position property to Outside. This will change the position of the x-axis to outside.
- Expand the Axis->Y and set the Text property to Units sold in Billions.
- Expand the Axis->Y->TextStyle and set the FontSize property to 16.
- Expand Header and set the Text property to Sales Trends In Top Selling Worldwide Cars.
- Expand Legend and set Compass property to South and Orientation to Horizontal.
- Expand ChartLabel and set the ChartLabelFormatString property to c2.
See Also