public Int32 PercentDepth {get; set;}

Remarks


Default: 100 (full depth).

The percentage of "Z" depth 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