5 writes to _pointsDepth
System.Web.DataVisualization (5)
Common\General\ChartArea3D.cs (5)
1005_pointsDepth = clusteredInterval * pointWidthSize * this.Area3DStyle.PointDepth / 100.0; 1006_pointsDepth = categoricalAxis.GetPixelInterval(_pointsDepth); 1009_pointsDepth = smallestIntervalSeries.GetPointWidth( 1014_pointsDepth *= this.Area3DStyle.PointDepth / 100.0; 1024ref _pointsDepth,
5 references to _pointsDepth
System.Web.DataVisualization (5)
Common\General\ChartArea3D.cs (5)
1006_pointsDepth = categoricalAxis.GetPixelInterval(_pointsDepth); 1016_pointsGapDepth = (_pointsDepth * 0.8) * this.Area3DStyle.PointGapDepth / 100.0; 1032return (float)((_pointsGapDepth + _pointsDepth) * GetNumberOfClusters()); 1051depth = (float)_pointsDepth; 1052positionZ = (float)(_pointsGapDepth / 2.0 + (_pointsDepth + _pointsGapDepth) * seriesIndex);