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;