5 writes to _pointsDepth
System.Windows.Forms.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;
1024
ref
_pointsDepth
,
5 references to _pointsDepth
System.Windows.Forms.DataVisualization (5)
Common\General\ChartArea3D.cs (5)
1006
_pointsDepth = categoricalAxis.GetPixelInterval(
_pointsDepth
);
1016
_pointsGapDepth = (
_pointsDepth
* 0.8) * this.Area3DStyle.PointGapDepth / 100.0;
1032
return (float)((_pointsGapDepth +
_pointsDepth
) * GetNumberOfClusters());
1051
depth = (float)
_pointsDepth
;
1052
positionZ = (float)(_pointsGapDepth / 2.0 + (
_pointsDepth
+ _pointsGapDepth) * seriesIndex);