Home
last modified time | relevance | path

Searched refs:ProcessChartType (Results 1 – 16 of 16) sorted by relevance

/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Web.DataVisualization/Common/ChartTypes/
H A DBubbleChart.cs131 override protected void ProcessChartType( in ProcessChartType() method in System.Windows.Forms.DataVisualization.Charting.ChartTypes.BubbleChart
139 base.ProcessChartType(selection, graph, common, area, seriesToDraw ); in ProcessChartType()
H A DColumnChart.cs237 ProcessChartType( false, false, graph, common, area, seriesToDraw ); in Paint()
240 ProcessChartType( true, false, graph, common, area, seriesToDraw ); in Paint()
253 private void ProcessChartType( in ProcessChartType() method in System.Windows.Forms.DataVisualization.Charting.ChartTypes.ColumnChart
574 base.ProcessChartType( false, graph, common, area, seriesToDraw ); in ProcessChartType()
H A DStackedColumnChart.cs497 ProcessChartType( false, graph, common, area, true, false, seriesToDraw ); in Paint()
500 ProcessChartType( false, graph, common, area, false, false, seriesToDraw ); in Paint()
503 ProcessChartType( false, graph, common, area, false, true, seriesToDraw ); in Paint()
520 private void ProcessChartType( in ProcessChartType() method in System.Windows.Forms.DataVisualization.Charting.ChartTypes.StackedColumnChart
H A DStackedBarChart.cs491 ProcessChartType( false, graph, common, area, true, false, seriesToDraw ); in Paint()
494 ProcessChartType( false, graph, common, area, false, false, seriesToDraw ); in Paint()
497 ProcessChartType( false, graph, common, area, false, true, seriesToDraw ); in Paint()
514 private void ProcessChartType( in ProcessChartType() method in System.Windows.Forms.DataVisualization.Charting.ChartTypes.StackedBarChart
H A DStackedAreaChart.cs412 ProcessChartType( false, graph, common, area, seriesToDraw ); in Paint()
426 override protected void ProcessChartType( in ProcessChartType() method in System.Windows.Forms.DataVisualization.Charting.ChartTypes.StackedAreaChart
440 base.ProcessChartType( in ProcessChartType()
H A DRadarChart.cs342 ProcessChartType( false, graph, common, area, seriesToDraw ); in Paint()
354 virtual protected void ProcessChartType( in ProcessChartType() method in System.Windows.Forms.DataVisualization.Charting.ChartTypes.RadarChart
H A DBarChart.cs310 ProcessChartType( false, false, graph, common, area, seriesToDraw ); in Paint()
315 ProcessChartType( true, false, graph, common, area, seriesToDraw ); in Paint()
328 private void ProcessChartType( in ProcessChartType() method in System.Windows.Forms.DataVisualization.Charting.ChartTypes.BarChart
H A DPieChart.cs574 ProcessChartType( false, graph, common, area, false, LabelsMode.LabelsOverlap ); in Paint()
587 ProcessChartType( false, graph, common, area, false, LabelsMode.LabelsOverlap ); in Paint()
591 ProcessChartType( false, graph, common, area, true, LabelsMode.Off ); in Paint()
594 ProcessChartType( false, graph, common, area, false, LabelsMode.Off ); in Paint()
597 ProcessChartType( false, graph, common, area, false, LabelsMode.Draw ); in Paint()
652 ProcessChartType( false, graph, common, area, false, LabelsMode.EstimateSize ); in SizeCorrection()
681 …private void ProcessChartType( bool selection, ChartGraphics graph, CommonElements common, ChartAr… in ProcessChartType() method in System.Windows.Forms.DataVisualization.Charting.ChartTypes.PieChart
H A DPointChart.cs275 ProcessChartType( false, graph, common, area, seriesToDraw); in Paint()
287 virtual protected void ProcessChartType( in ProcessChartType() method in System.Windows.Forms.DataVisualization.Charting.ChartTypes.PointChart
H A DLineChart.cs331 ProcessChartType( false, graph, common, area, seriesToDraw ); in Paint()
336 base.ProcessChartType( false, graph, common, area, seriesToDraw ); in Paint()
348 protected override void ProcessChartType( in ProcessChartType() method in System.Windows.Forms.DataVisualization.Charting.ChartTypes.LineChart
H A DAreaChart.cs230 protected override void ProcessChartType( in ProcessChartType() method in System.Windows.Forms.DataVisualization.Charting.ChartTypes.AreaChart
244 base.ProcessChartType(selection, graph, common, area, seriesToDraw); in ProcessChartType()
H A DErrorBarChart.cs273 ProcessChartType( false, graph, common, area, seriesToDraw ); in Paint()
285 virtual protected void ProcessChartType( in ProcessChartType() method in System.Windows.Forms.DataVisualization.Charting.ChartTypes.ErrorBarChart
H A DRangeChart.cs313 protected override void ProcessChartType( in ProcessChartType() method in System.Windows.Forms.DataVisualization.Charting.ChartTypes.RangeChart
327 base.ProcessChartType(selection, graph, common, area, seriesToDraw); in ProcessChartType()
H A DBoxPlotChart.cs225 ProcessChartType( false, graph, common, area, seriesToDraw ); in Paint()
237 virtual protected void ProcessChartType( in ProcessChartType() method in System.Windows.Forms.DataVisualization.Charting.ChartTypes.BoxPlotChart
H A DStockChart.cs296 ProcessChartType( false, graph, common, area, seriesToDraw ); in Paint()
308 virtual protected void ProcessChartType( in ProcessChartType() method in System.Windows.Forms.DataVisualization.Charting.ChartTypes.StockChart
H A DFunnelChart.cs450 ProcessChartType(); in Paint()
459 private void ProcessChartType() in ProcessChartType() method in System.Windows.Forms.DataVisualization.Charting.ChartTypes.FunnelChart