How can I control the width of columns and cylinders?

Expand / Collapse
 

How can I control the width of columns and cylinders?


QUESTION

How can I control the width of columns and cylinders?

ANSWER

Use the following properties to control the width. These properties apply to either a single column or a group of columns.

[C#]

// Set a static width in pixels
Chart.DefaultAxis.StaticColumnWidth = 10;

// Set spacing percentage.
Chart.DefaultAxis.SpacingPercentage = 15;
 

 
[Visual Basic]

' Set a static width in pixels
Chart.DefaultAxis.StaticColumnWidth = 10

' Set spacing percentage.
Chart.DefaultAxis.SpacingPercentage = 1
 



Rate this Article:
     

Add Your Comments


Comment require login or registration.

Details
Last Modified:Monday, May 17, 2004
Last Modified By: Support
Type: HOWTO
Article not rated yet.
Article has been viewed 5,142 times.
Options