9 references to ChartTypes
System.Web.DataVisualization (9)
Common\General\AxisScale.cs (1)
1673 if( Common.ChartTypeRegistry.GetChartType( (string)ChartArea.ChartTypes[0] ).ZeroCrossing )
Common\General\ChartArea.cs (7)
2115if (!requireAxes && ChartTypes.Count != 0) 2121for (int chartTypeIndex = 0; chartTypeIndex < ChartTypes.Count; chartTypeIndex++) 2123IChartType chartType = Common.ChartTypeRegistry.GetChartType((string)ChartTypes[chartTypeIndex]); 2968if (this.ChartTypes.Count > 1 && 2969(this.ChartTypes.Contains(ChartTypeNames.Area) 2970|| this.ChartTypes.Contains(ChartTypeNames.SplineArea) 3058foreach (string chartType in this.ChartTypes)
Common\General\Selection.cs (1)
2950foreach (object o in area.ChartTypes)