2 writes to _pointsGapDepth
System.Windows.Forms.DataVisualization (2)
Common\General\ChartArea3D.cs (2)
1016_pointsGapDepth = (_pointsDepth * 0.8) * this.Area3DStyle.PointGapDepth / 100.0; 1025ref _pointsGapDepth);
3 references to _pointsGapDepth
System.Windows.Forms.DataVisualization (3)
Common\General\ChartArea3D.cs (3)
1032return (float)((_pointsGapDepth + _pointsDepth) * GetNumberOfClusters()); 1052positionZ = (float)(_pointsGapDepth / 2.0 + (_pointsDepth + _pointsGapDepth) * seriesIndex);