10 references to Z
System.Windows.Forms.DataVisualization (10)
Common\General\ChartArea3D.cs (10)
1509
if( (coord & COPCoordinates.
Z
) == COPCoordinates.
Z
)
1517
resultCoordinates = resultCoordinates | COPCoordinates.
Z
;
1628
areaProjectionCenter = this.GetCenterOfProjection(COPCoordinates.
Z
);
2081
( ((coord & COPCoordinates.
Z
) != COPCoordinates.
Z
) || zSameOrientation ) )
2132
if( (coord & COPCoordinates.
Z
) == COPCoordinates.
Z
&&
2217
if( (coord & COPCoordinates.
Z
) == COPCoordinates.
Z
)