55 references to Right
System.Windows.Forms.DataVisualization (55)
Common\ChartTypes\BarChart.cs (2)
902
rectLabel.Width = area.PlotAreaPosition.
Right
- rectSize.Right;
1928
rectLabel.Width = area.PlotAreaPosition.
Right
- rectSize.Right;
Common\ChartTypes\ColumnChart.cs (4)
513
if(rectSize.X < area.PlotAreaPosition.X || rectSize.Right > area.PlotAreaPosition.
Right
)
836
if(rectSize.Right <= area.PlotAreaPosition.X || rectSize.X >= area.PlotAreaPosition.
Right
)
846
if(rectSize.Right > area.PlotAreaPosition.
Right
)
848
rectSize.Width -= rectSize.Right - area.PlotAreaPosition.
Right
;
Common\ChartTypes\LineChart.cs (2)
1669
decimal plotAreaPositionRight = Math.Round((decimal)area.PlotAreaPosition.
Right
, decimals);
2035
decimal plotAreaPositionRight = Math.Round((decimal)area.PlotAreaPosition.
Right
, decimals);
Common\ChartTypes\PieChart.cs (2)
1496
labelRect.Width = area.Position.
Right
- labelPosition.X;
1762
if( (xOverlap + size.Width) > area.Position.
Right
)
Common\ChartTypes\StackedBarChart.cs (2)
874
rectSize.Right > area.PlotAreaPosition.
Right
)
1884
rectLabel.Width = area.PlotAreaPosition.
Right
- rectSize.Right;
Common\ChartTypes\StackedColumnChart.cs (4)
897
rectSize.Right > area.PlotAreaPosition.
Right
||
1650
if(rectSize.Right <= area.PlotAreaPosition.X || rectSize.X >= area.PlotAreaPosition.
Right
)
1660
if(rectSize.Right > area.PlotAreaPosition.
Right
)
1662
rectSize.Width -= rectSize.Right - area.PlotAreaPosition.
Right
;
Common\ChartTypes\StockChart.cs (2)
733
if( style == StockOpenCloseMarkStyle.Candlestick || (xPosition - width / 2f) < area.PlotAreaPosition.X || (xPosition + width / 2f) > area.PlotAreaPosition.
Right
)
1558
if((xPosition - width / 2f) < area.PlotAreaPosition.X || (xPosition + width / 2f) > area.PlotAreaPosition.
Right
)
Common\General\Axis.cs (18)
1780
axisPosition = ChartArea.PlotAreaPosition.
Right
;
1782
axisPosition = ChartArea.PlotAreaPosition.
Right
- axisPosition;
1862
_titlePosition.X = ChartArea.PlotAreaPosition.
Right
+ axisSize;
2298
rotationCenter = new PointF(ChartArea.PlotAreaPosition.
Right
, ChartArea.PlotAreaPosition.Y + ChartArea.PlotAreaPosition.Height / 2f);
2317
rotationCenter.X = ChartArea.PlotAreaPosition.
Right
- axisTitleSize.Width / 2f;
2329
rotationCenter.X = ChartArea.PlotAreaPosition.
Right
- axisTitleSize.Width / 2f;
2508
second.X = PlotAreaPosition.
Right
;
2521
second.X = PlotAreaPosition.
Right
;
2648
second.X = PlotAreaPosition.
Right
;
2655
second.X = PlotAreaPosition.
Right
;
3619
maxLabelSize = ChartArea.Position.
Right
- (float)GetAxisPosition();
3630
maxLabelSize = ChartArea.Position.
Right
- plotArea.Right;
5240
maxLabelSize = ChartArea.Position.
Right
- (float)GetAxisPosition();
5251
maxLabelSize = ChartArea.Position.
Right
- this.PlotAreaPosition.
Right
;
6277
chartAreaSize = PlotAreaPosition.
Right
- PlotAreaPosition.X;
6312
edgePosition = PlotAreaPosition.
Right
;
6368
return PlotAreaPosition.
Right
;
Common\General\Chart.cs (2)
3119
if(area.PlotAreaPosition.
Right
< areaPlotPosition.Right)
3121
areaPlotPosition.Width -= areaPlotPosition.Right - area.PlotAreaPosition.
Right
;
Common\General\ChartArea.cs (7)
1718
if (axis.labelFarOffset > Position.
Right
)
1720
if ((axis.labelFarOffset - Position.
Right
) < plottingRect.Width * 0.3f)
1722
rectLabelSideSpacing.Width = (float)Math.Max(axis.labelFarOffset - Position.
Right
, rectLabelSideSpacing.Width);
1784
if (rectLabelSideSpacing.Width > 0 && rectLabelSideSpacing.Width > Position.
Right
- plottingRect.Right)
1786
plottingRect.Width += (Position.
Right
- plottingRect.Right) - rectLabelSideSpacing.Width;
1935
axis.labelFarOffset > PlotAreaPosition.
Right
)
1984
axis.labelFarOffset > PlotAreaPosition.
Right
)
Common\General\ChartGraphics3D.cs (1)
1813
decimal plotAreaPositionRight = Math.Round((decimal)area.PlotAreaPosition.
Right
, decimals);
Common\General\GridTickMarks.cs (3)
297
axisPosition = Axis.PlotAreaPosition.
Right
;
637
axisPosition = Axis.PlotAreaPosition.
Right
;
940
float axisPosition = Axis.PlotAreaPosition.
Right
;
Common\General\Label.cs (3)
1408
rectLabels.X = _axis.PlotAreaPosition.
Right
;
1861
rectLabels.Width = (float)Math.Max(rectLabels.Width, labelsAxis.PlotAreaPosition.
Right
- rectLabels.X);
1865
rectLabels.X = labelsAxis.PlotAreaPosition.
Right
;
Common\General\Legend.cs (1)
4979
legendPosition.X = area.Position.
Right
+ areaSpacing;
Common\General\Selection.cs (2)
3063
second.X = axis.PlotAreaPosition.
Right
;
3072
second.X = axis.PlotAreaPosition.
Right
;