176 references to Top
System.Web.DataVisualization (88)
Common\ChartTypes\BarChart.cs (2)
2060rotationCenter.Y = rectLabel.Top + size.Height / 2; 2068rotationCenter.Y = (rectLabel.Bottom + rectLabel.Top) / 2;
Common\ChartTypes\FastPointChart.cs (2)
586 points[1].Y = markerBounds.Top; 607 points[1].Y = markerBounds.Top;
Common\ChartTypes\FunnelChart.cs (2)
1051 xCenterPointAbs + this._funnelNeckSize.Width / 2f, plotAreaPositionAbs.Top, 1125 xCenterPointAbs - this._funnelNeckSize.Width / 2f, plotAreaPositionAbs.Top,
Common\ChartTypes\PieChart.cs (9)
1379float calculatedY3 = (((RectangleF)this._labelsRectangles[pointIndex]).Top + ((RectangleF)this._labelsRectangles[pointIndex]).Bottom) / 2f; 1783 if( y3 - size.Height/2 < area.PlotAreaPosition.ToRectangleF().Top ) 1975 startPoints[ splitIndex ] = rect.Top; 1986 if( this.ArrangeOverlappingIntervals( startPoints, endPoints, area.Top, area.Bottom ) ) 1997 rect.Height = (float)(endPoints[ splitIndex ] - rect.Top); 2028 startPoints[ splitIndex ] = rect.Top; 2039 if( this.ArrangeOverlappingIntervals( startPoints, endPoints, area.Top, area.Bottom ) ) 2050 rect.Height = (float)(endPoints[ splitIndex ] - rect.Top); 4959 angle = (float)Math.Atan( ( position.Y - _innerPlotPosition.Top - _innerPlotPosition.Height / 2) / ( position.X - _innerPlotPosition.Left - _innerPlotPosition.Width / 2 ));
Common\ChartTypes\PointAndFigureChart.cs (4)
842 new PointF(shadowPosition.Left, shadowPosition.Top), 849 new PointF(shadowPosition.Right, shadowPosition.Top)); 857 new PointF(position.Left, position.Top), 864 new PointF(position.Right, position.Top));
Common\ChartTypes\StackedBarChart.cs (2)
1973rotationCenter.Y = rectLabel.Top + size.Height / 2; 1981rotationCenter.Y = (rectLabel.Bottom + rectLabel.Top) / 2;
Common\ChartTypes\StackedColumnChart.cs (2)
858 point.positionRel = new PointF((float)xPosition, rectSize.Top); 1628 point.positionRel = new PointF((float)pointEx.xPosition, rectSize.Top);
Common\General\Axis.cs (3)
2160float rectInflate = absPoint.Y - rect.Top; 2681new PointF(rect.Left, rect.Top), 2682new PointF(rect.Right, rect.Top),
Common\General\ChartArea.cs (1)
1618 axisPosition = axisPosition - plottingRect.Top;
Common\General\ChartGraphics.cs (14)
1009points[1].Y = rect.Top; 1064points[1].Y = rect.Top; 1862rotationPoint.Y = absPosition.Top; 2305imageRect.Y = absPosition.Top + (labelSize.Height - imageAbsSize.Height) / 2; 2782 rotationCenter.Y = ( rect.Bottom + rect.Top ) / 2; 2787 rotationCenter.Y = ( rect.Bottom + rect.Top ) / 2; 2792 rotationCenter.Y = ( rect.Bottom + rect.Top ) / 2; 2918 new PointF(rect.Left, rect.Top), 2919 new PointF(rect.Right, rect.Top), 2920 new PointF(rect.Right - shadowSize, rect.Top + shadowSize), 2921 new PointF(rect.Left + shadowSize, rect.Top + shadowSize), 2938 new PointF(rect.Right, rect.Top), 2943 new PointF(rect.Right - shadowSize, rect.Top + shadowSize) }; 5572 float top = (float)Math.Round( (double)rect.Top );
Common\General\ChartGraphics3D.cs (15)
3103 gradientPoints[0] = new Point3D( position.Left, position.Top, positionZ + depth ); 3106 gradientPoints[3] = new Point3D( position.Right, position.Top, positionZ + depth ); 3109 gradientPoints[4] = new Point3D( position.X + position.Width / 2f, position.Top + sizeRel.Height, positionZ + depth ); 3114 gradientPoints[4] = new Point3D( position.X + sizeRel.Width, position.Top + position.Height / 2f, positionZ + depth ); 3115 gradientPoints[5] = new Point3D( position.Right - sizeRel.Width, position.Top + position.Height / 2f, positionZ + depth ); 3260 gradientPoints[0] = new Point3D( gradientRect.Left, gradientRect.Top, positionZ + depth ); 3263 gradientPoints[3] = new Point3D( gradientRect.Right, gradientRect.Top, positionZ + depth ); 3316 gradientPoints[0] = new Point3D( gradientRect.Left, gradientRect.Top, positionZ + depth ); 3319 gradientPoints[3] = new Point3D( gradientRect.Right, gradientRect.Top, positionZ + depth ); 3373 gradientPoints[1] = new Point3D( position.Left, position.Top, positionZ + depth ); 3374 gradientPoints[2] = new Point3D( position.Right, position.Top, positionZ + depth ); 3375 gradientPoints[3] = new Point3D( position.Right - shadowSizeRel.Width, position.Top + shadowSizeRel.Height, positionZ + depth ); 3376 gradientPoints[4] = new Point3D( position.Left + shadowSizeRel.Width, position.Top + shadowSizeRel.Height, positionZ + depth ); 3403 gradientPoints[0] = new Point3D( position.Right, position.Top, positionZ + depth ); 3408 gradientPoints[5] = new Point3D( position.Right - shadowSizeRel.Width, position.Top + shadowSizeRel.Height, positionZ + depth );
Common\General\Legend.cs (8)
4465 new PointF(rect.Right - 1, rect.Top), 4489 new PointF(rect.Right - 1, rect.Top), 4513 new PointF(rect.Right - 1, rect.Top), 4536 new PointF(rect.Right - 1f, rect.Top), 4565 new PointF(rect.Right - 3, rect.Top), 4571 new PointF(rect.Right - 1, rect.Top), 4599 new RectangleF(rect.Right - 1f, rect.Top, 0f, rect.Height), 4638 new RectangleF(rect.Right - 2f, rect.Top, 1f, rect.Height),
Common\General\Selection.cs (17)
2772list.Add(new PointF(rect.Left + rect.Width / 2, rect.Top)); 2773list.Add(new PointF(rect.Right, rect.Top + rect.Height / 2)); 3201list.Add(new PointF(rect.Left, rect.Top)); 3202list.Add(new PointF(rect.Right, rect.Top)); 3208list.Add(new PointF(rect.Left, rect.Top)); 3209list.Add(new PointF(rect.Right, rect.Top)); 3213list.Add(new PointF(rect.Left, rect.Top)); 3221list.Add(new PointF(rect.Left, rect.Top)); 3225list.Add(new PointF(rect.Left + rect.Width / 2, rect.Top)); 3228list.Add(new PointF(rect.Right, rect.Top)); 3232list.Add(new PointF(rect.Right, rect.Top + rect.Height / 2)); 3244list.Add(new PointF(rect.Left, rect.Top + rect.Height / 2)); 3250list.Add(new PointF(rect.Left, rect.Top)); 3254list.Add(new PointF(rect.Left + rect.Width / 2, rect.Top)); 3257list.Add(new PointF(rect.Right, rect.Top)); 3264list.Add(new PointF(rect.Left, rect.Top + rect.Height / 2)); 3266list.Add(new PointF(rect.Left, rect.Top));
Common\General\SmartLabels.cs (5)
947 graph.DrawLine(calloutPen, labelRectAbs.X, labelRectAbs.Top, labelRectAbs.X, labelRectAbs.Bottom); 952 graph.DrawLine(calloutPen, labelRectAbs.Right, labelRectAbs.Top, labelRectAbs.Right, labelRectAbs.Bottom); 957 graph.DrawLine(calloutPen, labelRectAbs.X, labelRectAbs.Top, labelRectAbs.Right, labelRectAbs.Top); 974 connectorPosition.Y = labelRectAbs.Top;
Common\General\StripLine.cs (2)
738rotationCenter.Y = rect.Top + size.Height / 2 + sizeBorder.Height; 746rotationCenter.Y = (rect.Bottom + rect.Top) / 2;
System.Windows.Forms.DataVisualization (88)
Common\ChartTypes\BarChart.cs (2)
2060rotationCenter.Y = rectLabel.Top + size.Height / 2; 2068rotationCenter.Y = (rectLabel.Bottom + rectLabel.Top) / 2;
Common\ChartTypes\FastPointChart.cs (2)
586 points[1].Y = markerBounds.Top; 607 points[1].Y = markerBounds.Top;
Common\ChartTypes\FunnelChart.cs (2)
1051 xCenterPointAbs + this._funnelNeckSize.Width / 2f, plotAreaPositionAbs.Top, 1125 xCenterPointAbs - this._funnelNeckSize.Width / 2f, plotAreaPositionAbs.Top,
Common\ChartTypes\PieChart.cs (9)
1379float calculatedY3 = (((RectangleF)this._labelsRectangles[pointIndex]).Top + ((RectangleF)this._labelsRectangles[pointIndex]).Bottom) / 2f; 1783 if( y3 - size.Height/2 < area.PlotAreaPosition.ToRectangleF().Top ) 1975 startPoints[ splitIndex ] = rect.Top; 1986 if( this.ArrangeOverlappingIntervals( startPoints, endPoints, area.Top, area.Bottom ) ) 1997 rect.Height = (float)(endPoints[ splitIndex ] - rect.Top); 2028 startPoints[ splitIndex ] = rect.Top; 2039 if( this.ArrangeOverlappingIntervals( startPoints, endPoints, area.Top, area.Bottom ) ) 2050 rect.Height = (float)(endPoints[ splitIndex ] - rect.Top); 4959 angle = (float)Math.Atan( ( position.Y - _innerPlotPosition.Top - _innerPlotPosition.Height / 2) / ( position.X - _innerPlotPosition.Left - _innerPlotPosition.Width / 2 ));
Common\ChartTypes\PointAndFigureChart.cs (4)
842 new PointF(shadowPosition.Left, shadowPosition.Top), 849 new PointF(shadowPosition.Right, shadowPosition.Top)); 857 new PointF(position.Left, position.Top), 864 new PointF(position.Right, position.Top));
Common\ChartTypes\StackedBarChart.cs (2)
1973rotationCenter.Y = rectLabel.Top + size.Height / 2; 1981rotationCenter.Y = (rectLabel.Bottom + rectLabel.Top) / 2;
Common\ChartTypes\StackedColumnChart.cs (2)
858 point.positionRel = new PointF((float)xPosition, rectSize.Top); 1628 point.positionRel = new PointF((float)pointEx.xPosition, rectSize.Top);
Common\General\Axis.cs (3)
2160float rectInflate = absPoint.Y - rect.Top; 2681new PointF(rect.Left, rect.Top), 2682new PointF(rect.Right, rect.Top),
Common\General\ChartArea.cs (1)
1618 axisPosition = axisPosition - plottingRect.Top;
Common\General\ChartGraphics.cs (14)
1009points[1].Y = rect.Top; 1064points[1].Y = rect.Top; 1862rotationPoint.Y = absPosition.Top; 2305imageRect.Y = absPosition.Top + (labelSize.Height - imageAbsSize.Height) / 2; 2782 rotationCenter.Y = ( rect.Bottom + rect.Top ) / 2; 2787 rotationCenter.Y = ( rect.Bottom + rect.Top ) / 2; 2792 rotationCenter.Y = ( rect.Bottom + rect.Top ) / 2; 2918 new PointF(rect.Left, rect.Top), 2919 new PointF(rect.Right, rect.Top), 2920 new PointF(rect.Right - shadowSize, rect.Top + shadowSize), 2921 new PointF(rect.Left + shadowSize, rect.Top + shadowSize), 2938 new PointF(rect.Right, rect.Top), 2943 new PointF(rect.Right - shadowSize, rect.Top + shadowSize) }; 5572 float top = (float)Math.Round( (double)rect.Top );
Common\General\ChartGraphics3D.cs (15)
3103 gradientPoints[0] = new Point3D( position.Left, position.Top, positionZ + depth ); 3106 gradientPoints[3] = new Point3D( position.Right, position.Top, positionZ + depth ); 3109 gradientPoints[4] = new Point3D( position.X + position.Width / 2f, position.Top + sizeRel.Height, positionZ + depth ); 3114 gradientPoints[4] = new Point3D( position.X + sizeRel.Width, position.Top + position.Height / 2f, positionZ + depth ); 3115 gradientPoints[5] = new Point3D( position.Right - sizeRel.Width, position.Top + position.Height / 2f, positionZ + depth ); 3260 gradientPoints[0] = new Point3D( gradientRect.Left, gradientRect.Top, positionZ + depth ); 3263 gradientPoints[3] = new Point3D( gradientRect.Right, gradientRect.Top, positionZ + depth ); 3316 gradientPoints[0] = new Point3D( gradientRect.Left, gradientRect.Top, positionZ + depth ); 3319 gradientPoints[3] = new Point3D( gradientRect.Right, gradientRect.Top, positionZ + depth ); 3373 gradientPoints[1] = new Point3D( position.Left, position.Top, positionZ + depth ); 3374 gradientPoints[2] = new Point3D( position.Right, position.Top, positionZ + depth ); 3375 gradientPoints[3] = new Point3D( position.Right - shadowSizeRel.Width, position.Top + shadowSizeRel.Height, positionZ + depth ); 3376 gradientPoints[4] = new Point3D( position.Left + shadowSizeRel.Width, position.Top + shadowSizeRel.Height, positionZ + depth ); 3403 gradientPoints[0] = new Point3D( position.Right, position.Top, positionZ + depth ); 3408 gradientPoints[5] = new Point3D( position.Right - shadowSizeRel.Width, position.Top + shadowSizeRel.Height, positionZ + depth );
Common\General\Legend.cs (8)
4465 new PointF(rect.Right - 1, rect.Top), 4489 new PointF(rect.Right - 1, rect.Top), 4513 new PointF(rect.Right - 1, rect.Top), 4536 new PointF(rect.Right - 1f, rect.Top), 4565 new PointF(rect.Right - 3, rect.Top), 4571 new PointF(rect.Right - 1, rect.Top), 4599 new RectangleF(rect.Right - 1f, rect.Top, 0f, rect.Height), 4638 new RectangleF(rect.Right - 2f, rect.Top, 1f, rect.Height),
Common\General\Selection.cs (17)
2772list.Add(new PointF(rect.Left + rect.Width / 2, rect.Top)); 2773list.Add(new PointF(rect.Right, rect.Top + rect.Height / 2)); 3201list.Add(new PointF(rect.Left, rect.Top)); 3202list.Add(new PointF(rect.Right, rect.Top)); 3208list.Add(new PointF(rect.Left, rect.Top)); 3209list.Add(new PointF(rect.Right, rect.Top)); 3213list.Add(new PointF(rect.Left, rect.Top)); 3221list.Add(new PointF(rect.Left, rect.Top)); 3225list.Add(new PointF(rect.Left + rect.Width / 2, rect.Top)); 3228list.Add(new PointF(rect.Right, rect.Top)); 3232list.Add(new PointF(rect.Right, rect.Top + rect.Height / 2)); 3244list.Add(new PointF(rect.Left, rect.Top + rect.Height / 2)); 3250list.Add(new PointF(rect.Left, rect.Top)); 3254list.Add(new PointF(rect.Left + rect.Width / 2, rect.Top)); 3257list.Add(new PointF(rect.Right, rect.Top)); 3264list.Add(new PointF(rect.Left, rect.Top + rect.Height / 2)); 3266list.Add(new PointF(rect.Left, rect.Top));
Common\General\SmartLabels.cs (5)
947 graph.DrawLine(calloutPen, labelRectAbs.X, labelRectAbs.Top, labelRectAbs.X, labelRectAbs.Bottom); 952 graph.DrawLine(calloutPen, labelRectAbs.Right, labelRectAbs.Top, labelRectAbs.Right, labelRectAbs.Bottom); 957 graph.DrawLine(calloutPen, labelRectAbs.X, labelRectAbs.Top, labelRectAbs.Right, labelRectAbs.Top); 974 connectorPosition.Y = labelRectAbs.Top;
Common\General\StripLine.cs (2)
738rotationCenter.Y = rect.Top + size.Height / 2 + sizeBorder.Height; 746rotationCenter.Y = (rect.Bottom + rect.Top) / 2;