9 writes to Common
System.Web.DataVisualization (9)
Common\ChartTypes\ColumnChart.cs (1)
235
this.
Common
= common;
Common\ChartTypes\LineChart.cs (2)
328
this.
Common
= common;
355
this.
Common
= common;
Common\ChartTypes\PointChart.cs (3)
273
this.
Common
= common;
295
this.
Common
= common;
1641
this.
Common
= common;
Common\ChartTypes\StackedAreaChart.cs (3)
106
this.
Common
= common;
407
this.
Common
= common;
433
this.
Common
= common;
14 references to Common
System.Web.DataVisualization (14)
Common\ChartTypes\AreaChart.cs (1)
1026
Common
,
Common\ChartTypes\ColumnChart.cs (1)
308
bool indexedSeries = ChartHelper.IndexedSeries(this.
Common
, area.GetSeriesFromChartType(Name).ToArray());
Common\ChartTypes\KagiChart.cs (1)
643
double yValue = GetYValue(
Common
, Area, series, point, index, this.YValueIndex);
Common\ChartTypes\LineChart.cs (7)
369
bool indexedSeries = ChartHelper.IndexedSeries(this.
Common
, typeSeries.ToArray());
1104
double current = GetYValue(
Common
, Area, series, series.Points[pointIndex], pointIndex, 0);
1110
previous = GetYValue(
Common
, Area, series, series.Points[pointIndex-1], pointIndex-1, 0);
1113
next = GetYValue(
Common
, Area, series, series.Points[pointIndex+1], pointIndex+1, 0);
1126
previous = GetYValue(
Common
, Area, series, series.Points[pointIndex-1], pointIndex-1, 0);
1139
next = GetYValue(
Common
, Area, series, series.Points[pointIndex + 1], pointIndex + 1, 0);
1165
double yValue = GetYValue(
Common
, Area, series, point, index, this.YValueIndex);
Common\ChartTypes\PointChart.cs (2)
306
indexedSeries = ChartHelper.IndexedSeries(this.
Common
, area.GetSeriesFromChartType(this.Name).ToArray());
1643
indexedSeries = ChartHelper.IndexedSeries(this.
Common
, area.GetSeriesFromChartType(this.Name).ToArray());
Common\ChartTypes\RangeChart.cs (1)
962
Common
,
Common\ChartTypes\StackedAreaChart.cs (1)
450
bool indexedSeries = ChartHelper.IndexedSeries(this.
Common
, area.GetSeriesFromChartType(this.Name).ToArray() );