39 references to CalcElementPath
System.Web.DataVisualization (39)
Common\ChartTypes\AreaChart.cs (4)
684 GraphicsPath resultPath = ((operationType & DrawingOperationTypes.CalcElementPath) == DrawingOperationTypes.CalcElementPath) 931 GraphicsPath resultPath = ((operationType & DrawingOperationTypes.CalcElementPath) == DrawingOperationTypes.CalcElementPath)
Common\ChartTypes\BarChart.cs (1)
1542 drawingOperationType |= DrawingOperationTypes.CalcElementPath;
Common\ChartTypes\ColumnChart.cs (1)
860 drawingOperationType |= DrawingOperationTypes.CalcElementPath;
Common\ChartTypes\KagiChart.cs (2)
712 GraphicsPath resultPath = ((operationType & DrawingOperationTypes.CalcElementPath) == DrawingOperationTypes.CalcElementPath)
Common\ChartTypes\LineChart.cs (1)
1384 drawingOperationType |= DrawingOperationTypes.CalcElementPath;
Common\ChartTypes\PointChart.cs (1)
1215 drawingOperationType |= DrawingOperationTypes.CalcElementPath;
Common\ChartTypes\RangeChart.cs (4)
788 GraphicsPath resultPath = ((operationType & DrawingOperationTypes.CalcElementPath) == DrawingOperationTypes.CalcElementPath) 923 GraphicsPath resultPath = ((operationType & DrawingOperationTypes.CalcElementPath) == DrawingOperationTypes.CalcElementPath)
Common\ChartTypes\StackedBarChart.cs (1)
1639 drawingOperationType |= DrawingOperationTypes.CalcElementPath;
Common\ChartTypes\StackedColumnChart.cs (1)
1678 drawingOperationType |= DrawingOperationTypes.CalcElementPath;
Common\ChartTypes\StepLineChart.cs (2)
250 GraphicsPath resultPath = ((operationType & DrawingOperationTypes.CalcElementPath) == DrawingOperationTypes.CalcElementPath)
Common\General\ChartGraphics3D.cs (20)
1204 GraphicsPath resultPath = ((operationType & DrawingOperationTypes.CalcElementPath) == DrawingOperationTypes.CalcElementPath) 1581 GraphicsPath resultPath = ((operationType & DrawingOperationTypes.CalcElementPath) == DrawingOperationTypes.CalcElementPath) 1787 GraphicsPath resultPath = ((operationType & DrawingOperationTypes.CalcElementPath) == DrawingOperationTypes.CalcElementPath) 2862 GraphicsPath resultPath = ((operationType & DrawingOperationTypes.CalcElementPath) == DrawingOperationTypes.CalcElementPath) 3052 if( (operationType & DrawingOperationTypes.CalcElementPath) == DrawingOperationTypes.CalcElementPath) 3475 GraphicsPath resultPath = ((operationType & DrawingOperationTypes.CalcElementPath) == DrawingOperationTypes.CalcElementPath) 3506 if( (operationType & DrawingOperationTypes.CalcElementPath) == DrawingOperationTypes.CalcElementPath) 3620if ((operationType & DrawingOperationTypes.CalcElementPath) == DrawingOperationTypes.CalcElementPath) 3971 GraphicsPath resultPath = ((operationType & DrawingOperationTypes.CalcElementPath) == DrawingOperationTypes.CalcElementPath) 4316 if( (operationType & DrawingOperationTypes.CalcElementPath) == DrawingOperationTypes.CalcElementPath)
Common\General\StripLine.cs (1)
530 operationType |= DrawingOperationTypes.CalcElementPath;