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