23 references to ChartTypeRegistry
System.Windows.Forms.DataVisualization (23)
Common\DataManager\DataManager.cs (1)
149 IChartType chartType = e.CommonElements.ChartTypeRegistry.GetChartType(series.ChartTypeName);
Common\DataManager\DataSeries.cs (2)
1996 ChartTypeRegistry chartTypeRegistry = this.Common.ChartTypeRegistry; 2434 ChartTypeRegistry chartTypeRegistry = Common.ChartTypeRegistry;
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)
1321 ChartTypeRegistry registry = common.ChartTypeRegistry;