public Int32 PercentWidth {get; set;}

Remarks


Default: 100 (full width).

The percentage of "X" width size for tower cubes.  

Example


[C#]

tower1.FillSampleValues(5); 
tower1.PercentDepth = 50;
tower1.PercentWidth = 50;

See Also

Tower Class | Tower Members | Steema.TeeChart.Styles Namespace