98 references to ChartPicture
System.Web.DataVisualization (98)
Common\Annotation\AnnotationBase.cs (1)
2048
!this.Common.
ChartPicture
.isPrinting)
Common\Annotation\TextAnnotation.cs (4)
937
graphicsImage = new System.Drawing.Bitmap(Common.
ChartPicture
.Width, Common.
ChartPicture
.Height);
941
tempChartGraph.SetPictureSize( Common.
ChartPicture
.Width, Common.
ChartPicture
.Height );
Common\ChartTypes\ErrorBarChart.cs (1)
348
ChartArea linkedSeriesArea = common.
ChartPicture
.ChartAreas[common.DataManager.Series[linkedSeriesName].ChartArea];
Common\ChartTypes\FastLineChart.cs (2)
344
double xPixelConverter = (graph.Common.
ChartPicture
.Width - 1.0) / 100.0;
345
double yPixelConverter = (graph.Common.
ChartPicture
.Height - 1.0) / 100.0;
Common\ChartTypes\FastPointChart.cs (2)
347
double xPixelConverter = (graph.Common.
ChartPicture
.Width - 1.0) / 100.0;
348
double yPixelConverter = (graph.Common.
ChartPicture
.Height - 1.0) / 100.0;
Common\ChartTypes\FunnelChart.cs (1)
2691
else if(!this.Common.
ChartPicture
.SuppressExceptions)
Common\ChartTypes\KagiChart.cs (2)
657
(float)(xPosition * (graph.Common.
ChartPicture
.Width - 1) / 100F),
658
(float)(yPosition * (graph.Common.
ChartPicture
.Height - 1) / 100F));
Common\ChartTypes\LineChart.cs (8)
397
float chartWidthPercentage = (graph.Common.
ChartPicture
.Width - 1) / 100F;
398
float chartHeightPercentage = (graph.Common.
ChartPicture
.Height - 1) / 100F;
988
RectangleF rect = new RectangleF(0, 0, graph.Common.
ChartPicture
.Width, graph.Common.
ChartPicture
.Height);
993
adjustedPoint2 = rect.Contains(pt2) ? pt2 : GetIntersectionY(pt1, pt2, graph.Common.
ChartPicture
.Height);
999
adjustedPoint2 = rect.Contains(pt2) ? pt2 : GetIntersectionX(pt1, pt2, graph.Common.
ChartPicture
.Width);
1181
(float)xPosition * (graph.Common.
ChartPicture
.Width - 1) / 100F,
1182
(float)yPosition * (graph.Common.
ChartPicture
.Height - 1) / 100F);
Common\ChartTypes\PieChart.cs (1)
528
if(!common.
ChartPicture
.SuppressExceptions)
Common\Converters\LegendConverters.cs (8)
89
if(legend.Common != null && legend.Common.
ChartPicture
!= null)
91
areaCollection = legend.Common.
ChartPicture
.ChartAreas;
97
if(area.Common != null && area.Common.
ChartPicture
!= null)
99
areaCollection = area.Common.
ChartPicture
.ChartAreas;
136
if (legend.Common != null && legend.Common.
ChartPicture
!= null)
138
areaCollection = legend.Common.
ChartPicture
.ChartAreas;
144
if (area.Common != null && area.Common.
ChartPicture
!= null)
146
areaCollection = area.Common.
ChartPicture
.ChartAreas;
Common\DataManager\DataPoint.cs (2)
2229
if (Common!=null && Common.
ChartPicture
!=null && Common.
ChartPicture
.SuppressExceptions)
Common\DataManager\DataSeries.cs (4)
1815
if(this.Common!=null && this.Common.
ChartPicture
!=null)
1817
this.Common.
ChartPicture
.boundToDataSource = false;
1858
if(this.Common != null && this.Common.
ChartPicture
!=null)
1860
this.Common.
ChartPicture
.boundToDataSource = false;
Common\General\AxisScale.cs (5)
990
val *= (this.Common.
ChartPicture
.Width - 1) / 100F;
994
val *= (this.Common.
ChartPicture
.Height - 1) / 100F;
1082
val *= 100F / ((float)(this.Common.
ChartPicture
.Width - 1));
1086
val *= 100F / ((float)(this.Common.
ChartPicture
.Height - 1));
2004
if(!this.Common.
ChartPicture
.SuppressExceptions)
Common\General\AxisScrollZoom.cs (6)
234
if(this.axis != null && this.axis.ChartArea != null && this.axis.Common != null && this.axis.Common.
ChartPicture
!= null)
240
this.axis.Common.
ChartPicture
.AlignChartAreasAxesView(this.axis.ChartArea, orientation);
291
if(this.axis != null && this.axis.ChartArea != null && this.axis.Common != null && this.axis.Common.
ChartPicture
!= null)
297
this.axis.Common.
ChartPicture
.AlignChartAreasAxesView(this.axis.ChartArea, orientation);
337
if(this.axis != null && this.axis.ChartArea != null && this.axis.Common != null && this.axis.Common.
ChartPicture
!= null)
343
this.axis.Common.
ChartPicture
.AlignChartAreasAxesView(this.axis.ChartArea, orientation);
Common\General\ChartArea.cs (3)
2433
this.Common.
ChartPicture
!= null &&
2434
this.Common.
ChartPicture
.isPrinting)
2595
this.AxisX.autoLabelFont = Common.
ChartPicture
.FontCache.GetFont(
Common\General\ChartAreaAxes.cs (2)
695
if(!this.Common.
ChartPicture
.SuppressExceptions)
815
if(this.Common.
ChartPicture
.SuppressExceptions &&
Common\General\ChartGraphics.cs (5)
5588
return _common.
ChartPicture
.ChartAreas[chartAreaName].AxisX.GetLinearPosition( axisValue );
5591
return _common.
ChartPicture
.ChartAreas[chartAreaName].AxisX2.GetLinearPosition( axisValue );
5594
return _common.
ChartPicture
.ChartAreas[chartAreaName].AxisY.GetLinearPosition( axisValue );
5597
return _common.
ChartPicture
.ChartAreas[chartAreaName].AxisY2.GetLinearPosition( axisValue );
5742
return Common.
ChartPicture
.RightToLeft == RightToLeft.Yes;
Common\General\CommonElements.cs (2)
136
return
ChartPicture
.hotRegionsList;
147
return
ChartPicture
.DataManipulator;
Common\General\Legend.cs (13)
592
this.autofitFont = this.Common.
ChartPicture
.FontCache.GetFont(
1013
this.autofitFont = this.Common.
ChartPicture
.FontCache.GetFont(
2078
if (this.Common.
ChartPicture
.Legends.IndexOf(series.Legend)<0)
2092
if (this.Common.
ChartPicture
.Legends[series.Legend] != this)
2102
foreach(ChartArea area in this.Common.
ChartPicture
.ChartAreas)
4735
this.Common.
ChartPicture
!= null)
4737
if(this.Common.
ChartPicture
.ChartAreas.IndexOf(this.DockedToChartArea) >= 0)
4740
ChartArea area = this.Common.
ChartPicture
.ChartAreas[this.DockedToChartArea];
4923
if(Common != null && Common.
ChartPicture
!= null)
4998
if(Common != null && Common.
ChartPicture
!= null)
5007
ChartArea area = Common.
ChartPicture
.ChartAreas[legend.DockedToChartArea];
5017
foreach (ChartArea area in Common.
ChartPicture
.ChartAreas)
6133
if (legend.Common != null && legend.Common.
ChartPicture
.RightToLeft == RightToLeft.Yes)
Common\General\Selection.cs (23)
523
if (_common.
ChartPicture
.IsMapEnabled == true)
539
_common.
ChartPicture
.MapAreas.Insert(0, area);
596
if (_common.
ChartPicture
.IsMapEnabled == true)
604
int prevMapAreaCount = _common.
ChartPicture
.MapAreas.Count;
605
_common.
ChartPicture
.MapAreas.InsertPath(
618
for (int i = 0; i < _common.
ChartPicture
.MapAreas.Count - prevMapAreaCount; i++)
619
((IChartMapArea)_common.
ChartPicture
.MapAreas[i]).Tag = ((IChartMapArea)point).Tag;
679
if (_common.
ChartPicture
.IsMapEnabled == true)
687
int prevMapAreaCount = _common.
ChartPicture
.MapAreas.Count;
689
_common.
ChartPicture
.MapAreas.InsertPath(
701
for (int i = insertIndex; i < _common.
ChartPicture
.MapAreas.Count - prevMapAreaCount; i++)
702
((IChartMapArea)_common.
ChartPicture
.MapAreas[i]).Tag = ((IChartMapArea)point).Tag;
751
if (_common.
ChartPicture
.IsMapEnabled == true)
767
_common.
ChartPicture
.MapAreas.Insert(0,area);
820
if (_common.
ChartPicture
.IsMapEnabled == true)
843
_common.
ChartPicture
.MapAreas.Insert(insertIndex,area);
909
if (_common.
ChartPicture
.IsMapEnabled == true)
924
_common.
ChartPicture
.MapAreas.Add( area);
981
if (_common.
ChartPicture
.IsMapEnabled == true)
996
_common.
ChartPicture
.MapAreas.Add( area);
1045
if (_common.
ChartPicture
.IsMapEnabled == true)
1053
_common.
ChartPicture
.MapAreas.InsertPath(
1165
foreach (MapArea mapArea in _common.
ChartPicture
.MapAreas)
Common\General\Title.cs (3)
1364
if(!this.Position.Auto && Common != null && Common.
ChartPicture
!= null)
1370
(titlePosition.Width == 0) ? Common.
ChartPicture
.Width : titlePosition.Width,
1371
(titlePosition.Height == 0) ? Common.
ChartPicture
.Height : titlePosition.Height);