Home
last modified time | relevance | path

Searched refs:ChartPicture (Results 1 – 25 of 27) sorted by relevance

12

/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Web.DataVisualization/Common/Converters/
H A DLegendConverters.cs89 if(legend.Common != null && legend.Common.ChartPicture != null) in GetStandardValues()
91 areaCollection = legend.Common.ChartPicture.ChartAreas; in GetStandardValues()
97 if(area.Common != null && area.Common.ChartPicture != null) in GetStandardValues()
99 areaCollection = area.Common.ChartPicture.ChartAreas; in GetStandardValues()
136 if (legend.Common != null && legend.Common.ChartPicture != null) in GetStandardValues()
138 areaCollection = legend.Common.ChartPicture.ChartAreas; in GetStandardValues()
144 if (area.Common != null && area.Common.ChartPicture != null) in GetStandardValues()
146 areaCollection = area.Common.ChartPicture.ChartAreas; in GetStandardValues()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Web.DataVisualization/Common/General/
H A DSelection.cs523 if (_common.ChartPicture.IsMapEnabled == true) in AddHotRegion()
596 if (_common.ChartPicture.IsMapEnabled == true) in AddHotRegion()
679 if (_common.ChartPicture.IsMapEnabled == true) in AddHotRegion()
843 _common.ChartPicture.MapAreas.Insert(insertIndex,area); in AddHotRegion()
1532 if (this.ChartPicture != null)
1541 private ChartPicture _chartPicture = null;
1545 internal ChartPicture ChartPicture property in System.Windows.Forms.DataVisualization.Charting.Selection
1554 … this._chartPicture = ((IServiceProvider)this).GetService(typeof(ChartPicture)) as ChartPicture;
1584 if (this.ChartPicture != null)
1586 return this.ChartPicture.Common.graph;
[all …]
H A DChartAreaCursor.cs203 …chartArea != null && this._chartArea.Common != null && this._chartArea.Common.ChartPicture != null)
209 … this._chartArea.Common.ChartPicture.AlignChartAreasCursor(this._chartArea, orientation, false);
245 …chartArea != null && this._chartArea.Common != null && this._chartArea.Common.ChartPicture != null)
251 … this._chartArea.Common.ChartPicture.AlignChartAreasCursor(this._chartArea, orientation, false);
287 …chartArea != null && this._chartArea.Common != null && this._chartArea.Common.ChartPicture != null)
293 … this._chartArea.Common.ChartPicture.AlignChartAreasCursor(this._chartArea, orientation, false);
604 this._chartArea.Common.ChartPicture == null || in Paint()
605 this._chartArea.Common.ChartPicture.isPrinting) in Paint()
827 …chartArea != null && this._chartArea.Common != null && this._chartArea.Common.ChartPicture != null) in SetSelectionPosition()
833 this._chartArea.Common.ChartPicture.AlignChartAreasCursor(this._chartArea, orientation, true); in SetSelectionPosition()
[all …]
H A DCommonElements.cs136 return ChartPicture.hotRegionsList;
147 return ChartPicture.DataManipulator;
213 internal ChartImage ChartPicture property in System.Windows.Forms.DataVisualization.Charting.CommonElements
H A DTitle.cs1318 … invalRect.X = (int)(this.Position.X * (Common.ChartPicture.Width - 1) / 100F); in Invalidate()
1319 … invalRect.Y = (int)(this.Position.Y * (Common.ChartPicture.Height - 1) / 100F); in Invalidate()
1320 … invalRect.Width = (int)(this.Position.Width * (Common.ChartPicture.Width - 1) / 100F); in Invalidate()
1321 … invalRect.Height = (int)(this.Position.Height * (Common.ChartPicture.Height - 1) / 100F); in Invalidate()
1364 if(!this.Position.Auto && Common != null && Common.ChartPicture != null) in Paint()
1370 … (titlePosition.Width == 0) ? Common.ChartPicture.Width : titlePosition.Width, in Paint()
1371 … (titlePosition.Height == 0) ? Common.ChartPicture.Height : titlePosition.Height); in Paint()
2056 ChartPicture chartPicture, in CalcOutsideTitlePosition()
2158 ChartPicture chartPicture, in CalcInsideTitlePosition()
H A DAxisScrollZoom.cs234 …& this.axis.ChartArea != null && this.axis.Common != null && this.axis.Common.ChartPicture != null)
240 this.axis.Common.ChartPicture.AlignChartAreasAxesView(this.axis.ChartArea, orientation);
291 …& this.axis.ChartArea != null && this.axis.Common != null && this.axis.Common.ChartPicture != null)
297 this.axis.Common.ChartPicture.AlignChartAreasAxesView(this.axis.ChartArea, orientation);
337 …& this.axis.ChartArea != null && this.axis.Common != null && this.axis.Common.ChartPicture != null)
343 this.axis.Common.ChartPicture.AlignChartAreasAxesView(this.axis.ChartArea, orientation);
H A DChartAreaCollection.cs59 internal ChartAreaCollection(ChartPicture chartPicture) : base(chartPicture) in ChartAreaCollection()
H A DSmartLabels.cs1195 common.ChartPicture != null && in IsSmartLabelCollide()
1196 common.ChartPicture.ChartGraph != null && in IsSmartLabelCollide()
1199 …common.ChartPicture.ChartGraph.Graphics.DrawRectangle(Pens.Blue, Rectangle.Round(common.ChartPictu… in IsSmartLabelCollide()
1200 …common.ChartPicture.ChartGraph.Graphics.DrawRectangle(Pens.Red, Rectangle.Round(common.ChartPictur… in IsSmartLabelCollide()
H A DLegend.cs592 this.autofitFont = this.Common.ChartPicture.FontCache.GetFont( in RecalcLegendInfo()
2078 if (this.Common.ChartPicture.Legends.IndexOf(series.Legend)<0) in FillLegendItemsCollection()
2092 if (this.Common.ChartPicture.Legends[series.Legend] != this) in FillLegendItemsCollection()
2102 foreach(ChartArea area in this.Common.ChartPicture.ChartAreas) in FillLegendItemsCollection()
4735 this.Common.ChartPicture != null) in IsEnabled()
4737 if(this.Common.ChartPicture.ChartAreas.IndexOf(this.DockedToChartArea) >= 0) in IsEnabled()
4855 internal LegendCollection(ChartPicture chartPicture) in LegendCollection()
4923 if(Common != null && Common.ChartPicture != null) in CalcOutsideLegendPosition()
4998 if(Common != null && Common.ChartPicture != null) in CalcInsideLegendPosition()
5007 ChartArea area = Common.ChartPicture.ChartAreas[legend.DockedToChartArea]; in CalcInsideLegendPosition()
[all …]
H A DAxisScale.cs990 val *= (this.Common.ChartPicture.Width - 1) / 100F; in ValueToPixelPosition()
994 val *= (this.Common.ChartPicture.Height - 1) / 100F; in ValueToPixelPosition()
1082 val *= 100F / ((float)(this.Common.ChartPicture.Width - 1)); in PixelPositionToValue()
1086 val *= 100F / ((float)(this.Common.ChartPicture.Height - 1)); in PixelPositionToValue()
2004 if(!this.Common.ChartPicture.SuppressExceptions) in EstimateAxis()
H A DChartArea.cs2419 this.Common.ChartPicture != null && in PaintCursors()
2420 this.Common.ChartPicture.isPrinting) in PaintCursors()
2436 ChartPicture chartPicture = Common.ChartPicture; in PaintCursors()
2581 this.AxisX.autoLabelFont = Common.ChartPicture.FontCache.GetFont( in FitCircularLabels()
H A DChart.cs114 internal class ChartImage : ChartPicture
1445 internal class ChartPicture : ChartElement, IServiceProvider class
1542 public ChartPicture(IServiceContainer container) in ChartPicture() method in System.Windows.Forms.DataVisualization.Charting.ChartPicture
1586 if(serviceType == typeof(ChartPicture)) in IServiceProvider.GetService()
H A DChartAreaAxes.cs695 if(!this.Common.ChartPicture.SuppressExceptions) in SetDefaultFromData()
815 if(this.Common.ChartPicture.SuppressExceptions && in SetDefaultFromData()
H A DAxisScrollBar.cs471 this.axis.ChartArea.Common.ChartPicture == null ||
472 this.axis.ChartArea.Common.ChartPicture.isPrinting)
H A DChartGraphics.cs5588 return _common.ChartPicture.ChartAreas[chartAreaName].AxisX.GetLinearPosition( axisValue ); in GetPositionFromAxis()
5591 return _common.ChartPicture.ChartAreas[chartAreaName].AxisX2.GetLinearPosition( axisValue ); in GetPositionFromAxis()
5594 return _common.ChartPicture.ChartAreas[chartAreaName].AxisY.GetLinearPosition( axisValue ); in GetPositionFromAxis()
5597 return _common.ChartPicture.ChartAreas[chartAreaName].AxisY2.GetLinearPosition( axisValue ); in GetPositionFromAxis()
5742 return Common.ChartPicture.RightToLeft == RightToLeft.Yes;
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Web.DataVisualization/Common/Annotation/
H A DTextAnnotation.cs937 … graphicsImage = new System.Drawing.Bitmap(Common.ChartPicture.Width, Common.ChartPicture.Height); in GetContentPosition()
941 tempChartGraph.SetPictureSize( Common.ChartPicture.Width, Common.ChartPicture.Height ); in GetContentPosition()
H A DAnnotationCollection.cs206 ChartPicture chartPicture = this.Chart.chartPicture; in Paint()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Web.DataVisualization/Common/ChartTypes/
H A DLineChart.cs397 float chartWidthPercentage = (graph.Common.ChartPicture.Width - 1) / 100F; in ProcessChartType()
398 float chartHeightPercentage = (graph.Common.ChartPicture.Height - 1) / 100F; in ProcessChartType()
988 …RectangleF rect = new RectangleF(0, 0, graph.Common.ChartPicture.Width, graph.Common.ChartPicture.… in DrawTruncatedLine()
993 …edPoint2 = rect.Contains(pt2) ? pt2 : GetIntersectionY(pt1, pt2, graph.Common.ChartPicture.Height); in DrawTruncatedLine()
999 …tedPoint2 = rect.Contains(pt2) ? pt2 : GetIntersectionX(pt1, pt2, graph.Common.ChartPicture.Width); in DrawTruncatedLine()
1181 (float)xPosition * (graph.Common.ChartPicture.Width - 1) / 100F, in GetPointsPosition()
1182 (float)yPosition * (graph.Common.ChartPicture.Height - 1) / 100F); in GetPointsPosition()
H A DFastLineChart.cs344 double xPixelConverter = (graph.Common.ChartPicture.Width - 1.0) / 100.0; in Paint()
345 double yPixelConverter = (graph.Common.ChartPicture.Height - 1.0) / 100.0; in Paint()
H A DFastPointChart.cs347 double xPixelConverter = (graph.Common.ChartPicture.Width - 1.0) / 100.0; in Paint()
348 double yPixelConverter = (graph.Common.ChartPicture.Height - 1.0) / 100.0; in Paint()
H A DKagiChart.cs657 (float)(xPosition * (graph.Common.ChartPicture.Width - 1) / 100F), in GetPointsPosition()
658 (float)(yPosition * (graph.Common.ChartPicture.Height - 1) / 100F)); in GetPointsPosition()
H A DErrorBarChart.cs348 …ChartArea linkedSeriesArea = common.ChartPicture.ChartAreas[common.DataManager.Series[linkedSeries… in ProcessChartType()
H A DFunnelChart.cs2691 else if(!this.Common.ChartPicture.SuppressExceptions) in GetDataSeries()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Web.DataVisualization/Common/DataManager/
H A DDataSeries.cs1815 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;
H A DDataPoint.cs1776 if (Common != null && Common.ChartPicture != null) in ClearItems()
1778 Common.ChartPicture.ResetMinMaxFromData(); in ClearItems()
2229 … if (Common!=null && Common.ChartPicture!=null && Common.ChartPicture.SuppressExceptions) in SetValueY()

12