128 references to Left
System.Web.DataVisualization (64)
Common\ChartTypes\BarChart.cs (1)
2055
rotationCenter.X = (rectLabel.
Left
+ rectLabel.Right) / 2;
Common\ChartTypes\BoxPlotChart.cs (4)
507
new PointF(rectSize.
Left
+ relBorderWidth.Width, (float)vAxis.GetPosition( point.YValues[4])),
546
for(float curPosition = rectSize.
Left
+ relBorderWidth.Width; curPosition < (rectSize.Right - relBorderWidth.Width); curPosition += dashWidth * 2f)
1287
new PointF(rectSize.
Left
, (float)points[4].Y),
1326
for(float curPosition = rectSize.
Left
; curPosition < rectSize.Right; curPosition += dashWidth * 2f)
Common\ChartTypes\PieChart.cs (3)
1772
if( x3 - size.Width < area.PlotAreaPosition.ToRectangleF().
Left
)
4953
position.X = _innerPlotPosition.
Left
- _chartAreaPosition.Width * this._labelLineSize;
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),
848
new PointF(shadowPosition.
Left
, shadowPosition.Bottom),
857
new PointF(position.
Left
, position.Top),
863
new PointF(position.
Left
, position.Bottom),
Common\ChartTypes\StackedBarChart.cs (1)
1968
rotationCenter.X = (rectLabel.
Left
+ rectLabel.Right) / 2;
Common\General\Axis.cs (2)
2681
new PointF(rect.
Left
, rect.Top),
2684
new PointF(rect.
Left
, rect.Bottom)};
Common\General\ChartArea.cs (1)
1634
axisPosition = axisPosition - plottingRect.
Left
;
Common\General\ChartGraphics.cs (10)
1851
rotationPoint.X = absPosition.
Left
;
2791
rotationCenter.X = ( rect.
Left
+ rect.Right ) / 2;
2917
new PointF(rect.
Left
, rect.Bottom),
2918
new PointF(rect.
Left
, rect.Top),
2921
new PointF(rect.
Left
+ shadowSize, rect.Top + shadowSize),
2922
new PointF(rect.
Left
+ shadowSize, rect.Bottom - shadowSize) };
2940
new PointF(rect.
Left
, rect.Bottom),
2941
new PointF(rect.
Left
+ shadowSize, rect.Bottom - shadowSize),
3053
path.AddLine(gradientRect.Right, gradientRect.Bottom, gradientRect.
Left
, gradientRect.Bottom);
5570
float left = (float)Math.Round( (double)rect.
Left
);
Common\General\ChartGraphics3D.cs (12)
3103
gradientPoints[0] = new Point3D( position.
Left
, position.Top, positionZ + depth );
3104
gradientPoints[1] = new Point3D( position.
Left
, position.Bottom, positionZ + depth );
3260
gradientPoints[0] = new Point3D( gradientRect.
Left
, gradientRect.Top, positionZ + depth );
3261
gradientPoints[1] = new Point3D( gradientRect.
Left
, gradientRect.Bottom, positionZ + depth );
3316
gradientPoints[0] = new Point3D( gradientRect.
Left
, gradientRect.Top, positionZ + depth );
3317
gradientPoints[1] = new Point3D( gradientRect.
Left
, gradientRect.Bottom, positionZ + depth );
3372
gradientPoints[0] = new Point3D( position.
Left
, position.Bottom, positionZ + depth );
3373
gradientPoints[1] = new Point3D( position.
Left
, position.Top, positionZ + depth );
3376
gradientPoints[4] = new Point3D( position.
Left
+ shadowSizeRel.Width, position.Top + shadowSizeRel.Height, positionZ + depth );
3377
gradientPoints[5] = new Point3D( position.
Left
+ shadowSizeRel.Width, position.Bottom - shadowSizeRel.Height, positionZ + depth );
3405
gradientPoints[2] = new Point3D( position.
Left
, position.Bottom, positionZ + depth );
3406
gradientPoints[3] = new Point3D( position.
Left
+ shadowSizeRel.Width, position.Bottom - shadowSizeRel.Height, positionZ + depth );
Common\General\Legend.cs (8)
4454
new PointF(rect.
Left
, rect.Bottom - 1),
4478
new PointF(rect.
Left
, rect.Bottom - 1),
4502
new PointF(rect.
Left
, rect.Bottom - 1),
4526
new PointF(rect.
Left
, rect.Bottom - 1f),
4549
new PointF(rect.
Left
, rect.Bottom - 3),
4555
new PointF(rect.
Left
, rect.Bottom - 1),
4581
new RectangleF(rect.
Left
, rect.Bottom - 1f, rect.Width, 0f),
4620
new RectangleF(rect.
Left
, rect.Bottom - 2f, rect.Width, 1f),
Common\General\Selection.cs (17)
2772
list.Add(new PointF(rect.
Left
+ rect.Width / 2, rect.Top));
2775
list.Add(new PointF(rect.
Left
, rect.Bottom - rect.Height / 2));
3201
list.Add(new PointF(rect.
Left
, rect.Top));
3204
list.Add(new PointF(rect.
Left
, rect.Bottom));
3208
list.Add(new PointF(rect.
Left
, rect.Top));
3213
list.Add(new PointF(rect.
Left
, rect.Top));
3214
list.Add(new PointF(rect.
Left
, rect.Bottom));
3221
list.Add(new PointF(rect.
Left
, rect.Top));
3225
list.Add(new PointF(rect.
Left
+ rect.Width / 2, rect.Top));
3238
list.Add(new PointF(rect.
Left
+ rect.Width / 2, rect.Bottom));
3241
list.Add(new PointF(rect.
Left
, rect.Bottom));
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));
3261
list.Add(new PointF(rect.
Left
, rect.Bottom));
3264
list.Add(new PointF(rect.
Left
, rect.Top + rect.Height / 2));
3266
list.Add(new PointF(rect.
Left
, rect.Top));
Common\General\StripLine.cs (1)
733
rotationCenter.X = (rect.
Left
+ rect.Right) / 2;
System.Windows.Forms.DataVisualization (64)
Common\ChartTypes\BarChart.cs (1)
2055
rotationCenter.X = (rectLabel.
Left
+ rectLabel.Right) / 2;
Common\ChartTypes\BoxPlotChart.cs (4)
507
new PointF(rectSize.
Left
+ relBorderWidth.Width, (float)vAxis.GetPosition( point.YValues[4])),
546
for(float curPosition = rectSize.
Left
+ relBorderWidth.Width; curPosition < (rectSize.Right - relBorderWidth.Width); curPosition += dashWidth * 2f)
1287
new PointF(rectSize.
Left
, (float)points[4].Y),
1326
for(float curPosition = rectSize.
Left
; curPosition < rectSize.Right; curPosition += dashWidth * 2f)
Common\ChartTypes\PieChart.cs (3)
1772
if( x3 - size.Width < area.PlotAreaPosition.ToRectangleF().
Left
)
4953
position.X = _innerPlotPosition.
Left
- _chartAreaPosition.Width * this._labelLineSize;
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),
848
new PointF(shadowPosition.
Left
, shadowPosition.Bottom),
857
new PointF(position.
Left
, position.Top),
863
new PointF(position.
Left
, position.Bottom),
Common\ChartTypes\StackedBarChart.cs (1)
1968
rotationCenter.X = (rectLabel.
Left
+ rectLabel.Right) / 2;
Common\General\Axis.cs (2)
2681
new PointF(rect.
Left
, rect.Top),
2684
new PointF(rect.
Left
, rect.Bottom)};
Common\General\ChartArea.cs (1)
1634
axisPosition = axisPosition - plottingRect.
Left
;
Common\General\ChartGraphics.cs (10)
1851
rotationPoint.X = absPosition.
Left
;
2791
rotationCenter.X = ( rect.
Left
+ rect.Right ) / 2;
2917
new PointF(rect.
Left
, rect.Bottom),
2918
new PointF(rect.
Left
, rect.Top),
2921
new PointF(rect.
Left
+ shadowSize, rect.Top + shadowSize),
2922
new PointF(rect.
Left
+ shadowSize, rect.Bottom - shadowSize) };
2940
new PointF(rect.
Left
, rect.Bottom),
2941
new PointF(rect.
Left
+ shadowSize, rect.Bottom - shadowSize),
3053
path.AddLine(gradientRect.Right, gradientRect.Bottom, gradientRect.
Left
, gradientRect.Bottom);
5570
float left = (float)Math.Round( (double)rect.
Left
);
Common\General\ChartGraphics3D.cs (12)
3103
gradientPoints[0] = new Point3D( position.
Left
, position.Top, positionZ + depth );
3104
gradientPoints[1] = new Point3D( position.
Left
, position.Bottom, positionZ + depth );
3260
gradientPoints[0] = new Point3D( gradientRect.
Left
, gradientRect.Top, positionZ + depth );
3261
gradientPoints[1] = new Point3D( gradientRect.
Left
, gradientRect.Bottom, positionZ + depth );
3316
gradientPoints[0] = new Point3D( gradientRect.
Left
, gradientRect.Top, positionZ + depth );
3317
gradientPoints[1] = new Point3D( gradientRect.
Left
, gradientRect.Bottom, positionZ + depth );
3372
gradientPoints[0] = new Point3D( position.
Left
, position.Bottom, positionZ + depth );
3373
gradientPoints[1] = new Point3D( position.
Left
, position.Top, positionZ + depth );
3376
gradientPoints[4] = new Point3D( position.
Left
+ shadowSizeRel.Width, position.Top + shadowSizeRel.Height, positionZ + depth );
3377
gradientPoints[5] = new Point3D( position.
Left
+ shadowSizeRel.Width, position.Bottom - shadowSizeRel.Height, positionZ + depth );
3405
gradientPoints[2] = new Point3D( position.
Left
, position.Bottom, positionZ + depth );
3406
gradientPoints[3] = new Point3D( position.
Left
+ shadowSizeRel.Width, position.Bottom - shadowSizeRel.Height, positionZ + depth );
Common\General\Legend.cs (8)
4454
new PointF(rect.
Left
, rect.Bottom - 1),
4478
new PointF(rect.
Left
, rect.Bottom - 1),
4502
new PointF(rect.
Left
, rect.Bottom - 1),
4526
new PointF(rect.
Left
, rect.Bottom - 1f),
4549
new PointF(rect.
Left
, rect.Bottom - 3),
4555
new PointF(rect.
Left
, rect.Bottom - 1),
4581
new RectangleF(rect.
Left
, rect.Bottom - 1f, rect.Width, 0f),
4620
new RectangleF(rect.
Left
, rect.Bottom - 2f, rect.Width, 1f),
Common\General\Selection.cs (17)
2772
list.Add(new PointF(rect.
Left
+ rect.Width / 2, rect.Top));
2775
list.Add(new PointF(rect.
Left
, rect.Bottom - rect.Height / 2));
3201
list.Add(new PointF(rect.
Left
, rect.Top));
3204
list.Add(new PointF(rect.
Left
, rect.Bottom));
3208
list.Add(new PointF(rect.
Left
, rect.Top));
3213
list.Add(new PointF(rect.
Left
, rect.Top));
3214
list.Add(new PointF(rect.
Left
, rect.Bottom));
3221
list.Add(new PointF(rect.
Left
, rect.Top));
3225
list.Add(new PointF(rect.
Left
+ rect.Width / 2, rect.Top));
3238
list.Add(new PointF(rect.
Left
+ rect.Width / 2, rect.Bottom));
3241
list.Add(new PointF(rect.
Left
, rect.Bottom));
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));
3261
list.Add(new PointF(rect.
Left
, rect.Bottom));
3264
list.Add(new PointF(rect.
Left
, rect.Top + rect.Height / 2));
3266
list.Add(new PointF(rect.
Left
, rect.Top));
Common\General\StripLine.cs (1)
733
rotationCenter.X = (rect.
Left
+ rect.Right) / 2;