114 references to Chart
System.Windows.Forms.DataVisualization (114)
Common\ChartTypes\BarChart.cs (2)
460common.Chart.CallOnPrePaint(new ChartPaintEventArgs(ser, graph, common, area.PlotAreaPosition)); 695common.Chart.CallOnPostPaint(new ChartPaintEventArgs(ser, graph, common, area.PlotAreaPosition));
Common\ChartTypes\BoxPlotChart.cs (4)
313common.Chart.CallOnPrePaint(new ChartPaintEventArgs(ser, graph, common, area.PlotAreaPosition)); 668common.Chart.CallOnPostPaint(new ChartPaintEventArgs(ser, graph, common, area.PlotAreaPosition)); 1089common.Chart.CallOnPrePaint(new ChartPaintEventArgs(ser, graph, common, area.PlotAreaPosition)); 1458common.Chart.CallOnPrePaint(new ChartPaintEventArgs(ser, graph, common, area.PlotAreaPosition));
Common\ChartTypes\ColumnChart.cs (2)
374common.Chart.CallOnPrePaint(new ChartPaintEventArgs(ser, graph, common, area.PlotAreaPosition)); 562common.Chart.CallOnPostPaint(new ChartPaintEventArgs(ser, graph, common, area.PlotAreaPosition));
Common\ChartTypes\ErrorBarChart.cs (4)
441common.Chart.CallOnPrePaint(new ChartPaintEventArgs(ser, graph, common, area.PlotAreaPosition)); 713common.Chart.CallOnPostPaint(new ChartPaintEventArgs(ser, graph, common, area.PlotAreaPosition)); 1190common.Chart.CallOnPrePaint(new ChartPaintEventArgs(ser, graph, common, area.PlotAreaPosition)); 1486common.Chart.CallOnPostPaint(new ChartPaintEventArgs(ser, graph, common, area.PlotAreaPosition));
Common\ChartTypes\LineChart.cs (2)
403common.Chart.CallOnPrePaint(new ChartPaintEventArgs(ser, graph, common, area.PlotAreaPosition)); 714common.Chart.CallOnPostPaint(new ChartPaintEventArgs(ser, graph, common, area.PlotAreaPosition));
Common\ChartTypes\PieChart.cs (4)
726common.Chart.CallOnPrePaint(new ChartPaintEventArgs(dataSeries[typeSeries[0]], graph, common, area.PlotAreaPosition)); 1055common.Chart.CallOnPostPaint(new ChartPaintEventArgs(dataSeries[typeSeries[0]], graph, common, area.PlotAreaPosition)); 2416common.Chart.CallOnPrePaint(new ChartPaintEventArgs(dataSeries[typeSeries[0]], graph, common, area.PlotAreaPosition)); 2652common.Chart.CallOnPostPaint(new ChartPaintEventArgs(dataSeries[typeSeries[0]], graph, common, area.PlotAreaPosition));
Common\ChartTypes\PointChart.cs (2)
360common.Chart.CallOnPrePaint(new ChartPaintEventArgs(ser, graph, common, area.PlotAreaPosition)); 545common.Chart.CallOnPostPaint(new ChartPaintEventArgs(ser, graph, common, area.PlotAreaPosition));
Common\ChartTypes\RadarChart.cs (2)
384common.Chart.CallOnPrePaint(new ChartPaintEventArgs(ser, graph, common, area.PlotAreaPosition)); 842common.Chart.CallOnPrePaint(new ChartPaintEventArgs(ser, graph, common, area.PlotAreaPosition));
Common\ChartTypes\StackedAreaChart.cs (2)
515common.Chart.CallOnPrePaint(new ChartPaintEventArgs(ser, graph, common, area.PlotAreaPosition)); 794common.Chart.CallOnPostPaint(new ChartPaintEventArgs(ser, graph, common, area.PlotAreaPosition));
Common\ChartTypes\StackedBarChart.cs (2)
733common.Chart.CallOnPrePaint(new ChartPaintEventArgs(ser, graph, common, area.PlotAreaPosition)); 954common.Chart.CallOnPostPaint(new ChartPaintEventArgs(ser, graph, common, area.PlotAreaPosition));
Common\ChartTypes\StackedColumnChart.cs (2)
742common.Chart.CallOnPrePaint(new ChartPaintEventArgs(ser, graph, common, area.PlotAreaPosition)); 959common.Chart.CallOnPostPaint(new ChartPaintEventArgs(ser, graph, common, area.PlotAreaPosition));
Common\ChartTypes\StockChart.cs (4)
361common.Chart.CallOnPrePaint(new ChartPaintEventArgs(ser, graph, common, area.PlotAreaPosition)); 631common.Chart.CallOnPostPaint(new ChartPaintEventArgs(ser, graph, common, area.PlotAreaPosition)); 1165common.Chart.CallOnPrePaint(new ChartPaintEventArgs(ser, graph, common, area.PlotAreaPosition)); 1452common.Chart.CallOnPostPaint(new ChartPaintEventArgs(ser, graph, common, area.PlotAreaPosition));
Common\General\Axis.cs (14)
3118if (Common.Chart.BackColor != Color.Transparent && Common.Chart.BackColor != Color.Black) 3120stripLine.BackColor = ChartGraphics.GetGradientColor(Common.Chart.BackColor, Color.Black, 0.2); 3322if (Common.Chart != null) 3324if (!Common.Chart.serializing) 3678 this.autoLabelFont = Common.Chart.chartPicture.FontCache.GetFont(this.LabelStyle.Font.FontFamily, 3731autoLabelFont = Common.Chart.chartPicture.FontCache.GetFont(this.LabelStyle.Font.FontFamily, 3778autoLabelFont = Common.Chart.chartPicture.FontCache.GetFont( 3911autoLabelFont = Common.Chart.chartPicture.FontCache.GetFont( 3949autoLabelFont = Common.Chart.chartPicture.FontCache.GetFont( 4763this.autoLabelFont = Common.Chart.chartPicture.FontCache.GetFont( 4800autoLabelFont = Common.Chart.chartPicture.FontCache.GetFont( 5113currentAxis.autoLabelFont = Common.Chart.chartPicture.FontCache.GetFont( 5123autoLabelFont = Common.Chart.chartPicture.FontCache.GetFont(
Common\General\AxisLabels.cs (6)
453 this.Common.Chart, 468 this.Common.Chart, 484 this.Common.Chart, 659 this.Common.Chart, 761 this.Common.Chart, 912 this.Common.Chart,
Common\General\AxisScale.cs (2)
2079 if(this.Common != null && this.Common.Chart != null && this.Common.Chart.chartPicture.SuppressExceptions)
Common\General\AxisScaleBreaks.cs (3)
427 if(this.axis == null || this.axis.ChartArea == null || this.axis.ChartArea.Common.Chart == null) 496 if(axis != null && axis.ChartArea != null && axis.ChartArea.Common.Chart != null) 499 foreach(Series series in axis.ChartArea.Common.Chart.Series)
Common\General\AxisScaleSegments.cs (1)
510 Chart chart = this.axis.ChartArea.Common.Chart;
Common\General\BaseClasses.cs (1)
101return Common.Chart;
Common\General\BaseCollections.cs (1)
77return Common.Chart;
Common\General\Chart.cs (19)
714 foreach(Series series in this.Common.Chart.Series) 717if (this.Common.Chart.IsDesignMode()) 913if (this.Common.Chart.IsDesignMode()) 945 foreach(Series series in this.Common.Chart.Series) 1348 this.Common.Chart.Series.Add(series); 1429this.Common.Chart.Series.Add(series); 1786 if(this.Common != null && this.Common.Chart != null && !this.Common.Chart.IsDesignMode()) 1788 this.Common.Chart.DataBind(); 1835this.Common.Chart.CallOnCustomize(); 1871this.Common.Chart.CallOnCustomize(); 3535this.Common.Chart != null && 3536this.Common.Chart.Page != null) 3541this.Common.Chart.Page.MapPath(url), 3584if (this.Common != null && this.Common.Chart != null) 3586 string webFormUrl = this.Common.Chart.webFormDocumentURL; 3674Common.Chart.CallOnCustomizeMapAreas(custCollection); 3688area.RenderTag(output, this.Common.Chart); 3960_chart = _common.Chart;
Common\General\ChartArea.cs (6)
660if (this.Common != null && this.Common.Chart != null && this.Common.Chart.serializationStatus == SerializationStatus.Saving) 2112Common.Chart.CallOnPrePaint(new ChartPaintEventArgs(this, graph, Common, PlotAreaPosition)); 2132Common.Chart.CallOnPostPaint(new ChartPaintEventArgs(this, graph, Common, PlotAreaPosition)); 2350Common.Chart.CallOnPostPaint(new ChartPaintEventArgs(this, graph, Common, PlotAreaPosition)); 2387 foreach( Series series in this.Common.Chart.Series )
Common\General\ChartAreaAxes.cs (3)
1174 if(this.Common != null && this.Common.Chart != null) 1176 foreach(Series series in this.Common.Chart.Series) 1228 Series series = this.Common.Chart.Series[seriesName];
Common\General\FormulaData.cs (3)
421this.Common.Chart.DataManipulator.InsertEmptyPoints(1, IntervalType.Number, 0, IntervalType.Number, 1, topXValue, series); 1245SeriesFieldList inputFields = SeriesFieldList.FromString(this.Common.Chart, inputSeries, formulaInfo.InputFields); 1246SeriesFieldList outputFields = SeriesFieldList.FromString(this.Common.Chart, outputSeries, formulaInfo.OutputFields);
Common\General\Label.cs (7)
340this.Common.Chart, 2750if (this._axis != null && this._axis.Common!=null && this._axis.Common.Chart != null) 2752 if(!this._axis.Common.Chart.serializing) 2824 if(this._axis != null && this._axis.Common!=null && this._axis.Common.Chart != null) 2826if (!this._axis.Common.Chart.serializing) 2865if (this._axis != null && this._axis.Common != null && this._axis.Common.Chart != null) 2867if (!this._axis.Common.Chart.serializing)
Common\General\Legend.cs (12)
906this.Common.Chart.CallOnCustomizeLegend(legendItems, this.Name); 2166 bool area3D = this.Common.Chart.ChartAreas[series.ChartArea].Area3DStyle.Enable3D; 2301 if(legendItems.Count == 0 && this.Common != null && this.Common.Chart != null) 2303 if(this.Common.Chart.IsDesignMode()) 2362this.Common.Chart.CallOnCustomizeLegend(legendItems, this.Name); 2402Common.Chart.CallOnPrePaint(new ChartPaintEventArgs(this, chartGraph, Common, Position)); 2570Common.Chart.CallOnPostPaint(new ChartPaintEventArgs(this, chartGraph, Common, Position)); 2707if (this.Common != null && this.Common.Chart != null && this.Common.Chart.serializationStatus == SerializationStatus.Saving) 3621 this.Common.Chart != null && 3622 this.Common.Chart.serializing) 6183 bool area3D = common.Chart.ChartAreas[series.ChartArea].Area3DStyle.Enable3D;
Common\General\SmartLabels.cs (2)
1669 common.Chart != null) 1672 foreach(Annotation annotation in common.Chart.Annotations)
Common\General\Title.cs (2)
1558Common.Chart.CallOnPrePaint(new ChartPaintEventArgs(this, chartGraph, Common, Position)); 1675Common.Chart.CallOnPostPaint(new ChartPaintEventArgs(this, chartGraph, Common, Position));