3 references to PointDepth
System.Web.DataVisualization (3)
Common\ChartTypes\PieChart.cs (1)
541 float pieWidth = 10 * area.Area3DStyle.PointDepth / 100;
Common\General\ChartArea3D.cs (2)
1005_pointsDepth = clusteredInterval * pointWidthSize * this.Area3DStyle.PointDepth / 100.0; 1014_pointsDepth *= this.Area3DStyle.PointDepth / 100.0;