28 references to GetChartType
System.Windows.Forms.DataVisualization (28)
Common\ChartTypes\ChartTypeRegistry.cs (1)
208 return this.GetChartType(Series.GetChartTypeName(chartType));
Common\DataManager\DataManager.cs (5)
149 IChartType chartType = e.CommonElements.ChartTypeRegistry.GetChartType(series.ChartTypeName); 626 IChartType chartType = chartTypeRegistry.GetChartType(this._series[seriesName].ChartTypeName); 672IChartType chartType = chartTypeRegistry.GetChartType(this._series[seriesName].ChartTypeName); 857 IChartType chartType = chartTypeRegistry.GetChartType(this._series[seriesName].ChartTypeName); 908IChartType chartType = chartTypeRegistry.GetChartType(this._series[seriesName].ChartTypeName);
Common\DataManager\DataSeries.cs (2)
1997 IChartType chartType = chartTypeRegistry.GetChartType(this.ChartTypeName); 2437 IChartType type = chartTypeRegistry.GetChartType(value);
Common\General\AxisLabels.cs (1)
384 IChartType chartType = Common.ChartTypeRegistry.GetChartType( ChartArea.GetFirstSeries().ChartTypeName );
Common\General\AxisScale.cs (1)
1673 if( Common.ChartTypeRegistry.GetChartType( (string)ChartArea.ChartTypes[0] ).ZeroCrossing )
Common\General\AxisScaleBreaks.cs (2)
470 IChartType chartType = this.axis.ChartArea.Common.ChartTypeRegistry.GetChartType(series.ChartTypeName); 993 IChartType chartType = this.axis.ChartArea.Common.ChartTypeRegistry.GetChartType(series.ChartTypeName);
Common\General\ChartArea.cs (3)
2123IChartType chartType = Common.ChartTypeRegistry.GetChartType((string)ChartTypes[chartTypeIndex]); 2300IChartType type = Common.ChartTypeRegistry.GetChartType(chartTypeInfo.ChartType); 2542 ICircularChartType type = Common.ChartTypeRegistry.GetChartType(series.ChartTypeName) as ICircularChartType;;
Common\General\ChartAreaAxes.cs (9)
1180 IChartType charType = Common.ChartTypeRegistry.GetChartType( series.ChartTypeName ); 1438 if( Common.ChartTypeRegistry.GetChartType(series.ChartTypeName).Stacked ) 1445 if( Common.ChartTypeRegistry.GetChartType(series.ChartTypeName).SwitchValueAxes ) 1447 if( !Common.ChartTypeRegistry.GetChartType(series.ChartTypeName).RequireAxes ) 1449 if( Common.ChartTypeRegistry.GetChartType(series.ChartTypeName).CircularChartArea ) 1451 if( Common.ChartTypeRegistry.GetChartType(series.ChartTypeName).HundredPercent ) 1453 if( Common.ChartTypeRegistry.GetChartType(series.ChartTypeName).HundredPercentSupportNegative ) 1455 if( Common.ChartTypeRegistry.GetChartType(series.ChartTypeName).SecondYScale ) 1462 if( Common.ChartTypeRegistry.GetChartType(series.ChartTypeName).SwitchValueAxes != switchValueAxes )
Common\General\Legend.cs (2)
2115 IChartType chartType = this.Common.ChartTypeRegistry.GetChartType(series.ChartTypeName); 6172 IChartType chartType = common.ChartTypeRegistry.GetChartType(series.ChartTypeName);
Common\General\Selection.cs (1)
2952ChartTypes.IChartType chartType = area.Common.ChartTypeRegistry.GetChartType(o.ToString());
Common\General\SmartLabels.cs (1)
1332 IChartType chartType = registry.GetChartType(series.ChartTypeName);