Home
last modified time | relevance | path

Searched refs:frontLinePen (Results 1 – 4 of 4) sorted by relevance

/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Web.DataVisualization/Common/ChartTypes/
H A DStepLineChart.cs336 graph.frontLinePen = null; in Draw3DSurface()
350 graph.frontLinePen = null; in Draw3DSurface()
366 graph.frontLinePen = null; in Draw3DSurface()
380 graph.frontLinePen = null; in Draw3DSurface()
H A DKagiChart.cs907 graph.frontLinePen = null; in Draw3DSurface()
940 graph.frontLinePen = null; in Draw3DSurface()
H A DLineChart.cs1211 graph.frontLinePen = null; in ProcessLineChartType3D()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Web.DataVisualization/Common/General/
H A DChartGraphics3D.cs312 internal Pen frontLinePen = null; field in System.Windows.Forms.DataVisualization.Charting.ChartGraphics
1303 if(frontLinePoint1 != PointF.Empty && frontLinePen != null) in Draw3DPolygon()
1331 frontLinePen, in Draw3DPolygon()
1339 frontLinePen = null; in Draw3DPolygon()
1350 frontLinePen = thickBorderPen; in Draw3DPolygon()
2385 if(frontLinePoint1 != PointF.Empty && frontLinePen != null) in Draw3DSurface()
2389 frontLinePen, in Draw3DSurface()
2396 frontLinePen = null; in Draw3DSurface()
2406 frontLinePen = (borderWidth > 1) ? thickBorderPen : thinBorderPen; in Draw3DSurface()