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)
2115
if (!requireAxes &&
ChartTypes
.Count != 0)
2121
for (int chartTypeIndex = 0; chartTypeIndex <
ChartTypes
.Count; chartTypeIndex++)
2123
IChartType chartType = Common.ChartTypeRegistry.GetChartType((string)
ChartTypes
[chartTypeIndex]);
2968
if (this.
ChartTypes
.Count > 1 &&
2969
(this.
ChartTypes
.Contains(ChartTypeNames.Area)
2970
|| this.
ChartTypes
.Contains(ChartTypeNames.SplineArea)
3058
foreach (string chartType in this.
ChartTypes
)
Common\General\Selection.cs (1)
2950
foreach (object o in area.
ChartTypes
)