176 references to Top
System.Web.DataVisualization (88)
Common\ChartTypes\BarChart.cs (2)
2060
rotationCenter.Y = rectLabel.
Top
+ size.Height / 2;
2068
rotationCenter.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)
1379
float 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)
1973
rotationCenter.Y = rectLabel.
Top
+ size.Height / 2;
1981
rotationCenter.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)
2160
float rectInflate = absPoint.Y - rect.
Top
;
2681
new PointF(rect.Left, rect.
Top
),
2682
new PointF(rect.Right, rect.
Top
),
Common\General\ChartArea.cs (1)
1618
axisPosition = axisPosition - plottingRect.
Top
;
Common\General\ChartGraphics.cs (14)
1009
points[1].Y = rect.
Top
;
1064
points[1].Y = rect.
Top
;
1862
rotationPoint.Y = absPosition.
Top
;
2305
imageRect.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)
2772
list.Add(new PointF(rect.Left + rect.Width / 2, rect.
Top
));
2773
list.Add(new PointF(rect.Right, rect.
Top
+ rect.Height / 2));
3201
list.Add(new PointF(rect.Left, rect.
Top
));
3202
list.Add(new PointF(rect.Right, rect.
Top
));
3208
list.Add(new PointF(rect.Left, rect.
Top
));
3209
list.Add(new PointF(rect.Right, rect.
Top
));
3213
list.Add(new PointF(rect.Left, rect.
Top
));
3221
list.Add(new PointF(rect.Left, rect.
Top
));
3225
list.Add(new PointF(rect.Left + rect.Width / 2, rect.
Top
));
3228
list.Add(new PointF(rect.Right, rect.
Top
));
3232
list.Add(new PointF(rect.Right, rect.
Top
+ rect.Height / 2));
3244
list.Add(new PointF(rect.Left, rect.
Top
+ rect.Height / 2));
3250
list.Add(new PointF(rect.Left, rect.
Top
));
3254
list.Add(new PointF(rect.Left + rect.Width / 2, rect.
Top
));
3257
list.Add(new PointF(rect.Right, rect.
Top
));
3264
list.Add(new PointF(rect.Left, rect.
Top
+ rect.Height / 2));
3266
list.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)
738
rotationCenter.Y = rect.
Top
+ size.Height / 2 + sizeBorder.Height;
746
rotationCenter.Y = (rect.Bottom + rect.
Top
) / 2;
System.Windows.Forms.DataVisualization (88)
Common\ChartTypes\BarChart.cs (2)
2060
rotationCenter.Y = rectLabel.
Top
+ size.Height / 2;
2068
rotationCenter.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)
1379
float 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)
1973
rotationCenter.Y = rectLabel.
Top
+ size.Height / 2;
1981
rotationCenter.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)
2160
float rectInflate = absPoint.Y - rect.
Top
;
2681
new PointF(rect.Left, rect.
Top
),
2682
new PointF(rect.Right, rect.
Top
),
Common\General\ChartArea.cs (1)
1618
axisPosition = axisPosition - plottingRect.
Top
;
Common\General\ChartGraphics.cs (14)
1009
points[1].Y = rect.
Top
;
1064
points[1].Y = rect.
Top
;
1862
rotationPoint.Y = absPosition.
Top
;
2305
imageRect.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)
2772
list.Add(new PointF(rect.Left + rect.Width / 2, rect.
Top
));
2773
list.Add(new PointF(rect.Right, rect.
Top
+ rect.Height / 2));
3201
list.Add(new PointF(rect.Left, rect.
Top
));
3202
list.Add(new PointF(rect.Right, rect.
Top
));
3208
list.Add(new PointF(rect.Left, rect.
Top
));
3209
list.Add(new PointF(rect.Right, rect.
Top
));
3213
list.Add(new PointF(rect.Left, rect.
Top
));
3221
list.Add(new PointF(rect.Left, rect.
Top
));
3225
list.Add(new PointF(rect.Left + rect.Width / 2, rect.
Top
));
3228
list.Add(new PointF(rect.Right, rect.
Top
));
3232
list.Add(new PointF(rect.Right, rect.
Top
+ rect.Height / 2));
3244
list.Add(new PointF(rect.Left, rect.
Top
+ rect.Height / 2));
3250
list.Add(new PointF(rect.Left, rect.
Top
));
3254
list.Add(new PointF(rect.Left + rect.Width / 2, rect.
Top
));
3257
list.Add(new PointF(rect.Right, rect.
Top
));
3264
list.Add(new PointF(rect.Left, rect.
Top
+ rect.Height / 2));
3266
list.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)
738
rotationCenter.Y = rect.
Top
+ size.Height / 2 + sizeBorder.Height;
746
rotationCenter.Y = (rect.Bottom + rect.
Top
) / 2;