1 instantiation of ChartImage
System.Web.DataVisualization (1)
WebForm\ChartWebControl.cs (1)
264
chartPicture = new
ChartImage
(serviceContainer);
15 references to ChartImage
System.Web.DataVisualization (15)
Common\Converters\DataManagerConverters.cs (3)
160
if(
ChartImage
.IsValidDataSource(comonent))
218
if (chart != null &&
ChartImage
.IsValidDataSource(chart.DataSource))
231
ArrayList memberNames =
ChartImage
.GetDataSourceMemberNames(dataSource, usedForYValues);
Common\DataManager\DataManager.cs (3)
111
ChartImage
chartPicture = (
ChartImage
)serviceContainer.GetService(typeof(
ChartImage
));
Common\General\Chart.cs (2)
1783
ChartImage
chartImage = this as
ChartImage
;
Common\General\CommonElements.cs (4)
68
private
ChartImage
_chartPicture;
213
internal
ChartImage
ChartPicture
218
_chartPicture = (
ChartImage
)container.GetService(typeof(
ChartImage
));
Common\General\Selection.cs (1)
1551
this._chartPicture = ((IServiceProvider)this).GetService(typeof(
ChartImage
)) as ChartPicture;
WebForm\ChartWebControl.cs (2)
186
internal
ChartImage
chartPicture = null;
2938
if (!
ChartImage
.IsValidDataSource(dataSource))