Home
last modified time | relevance | path

Searched refs:frontLinePoint1 (Results 1 – 2 of 2) sorted by relevance

/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Web.DataVisualization/Common/General/
H A DChartGraphics3D.cs302 internal PointF frontLinePoint1 = PointF.Empty; field in System.Windows.Forms.DataVisualization.Charting.ChartGraphics
1306 frontLinePoint1.Y == polygonPoints[0].Y || in Draw3DPolygon()
1311 frontLinePoint1.Y == polygonPoints[1].Y || in Draw3DPolygon()
1332 (float)Math.Round(frontLinePoint1.X), in Draw3DPolygon()
1333 (float)Math.Round(frontLinePoint1.Y), in Draw3DPolygon()
1340 frontLinePoint1 = PointF.Empty; in Draw3DPolygon()
1351 frontLinePoint1 = polygonPoints[0]; in Draw3DPolygon()
2390 (float)Math.Round(frontLinePoint1.X), in Draw3DSurface()
2391 (float)Math.Round(frontLinePoint1.Y), in Draw3DSurface()
2397 frontLinePoint1 = PointF.Empty; in Draw3DSurface()
[all …]
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Web.DataVisualization/Common/ChartTypes/
H A DLineChart.cs1212 graph.frontLinePoint1 = PointF.Empty; in ProcessLineChartType3D()