55 references to Right
System.Windows.Forms.DataVisualization (55)
Common\ChartTypes\BarChart.cs (2)
902rectLabel.Width = area.PlotAreaPosition.Right - rectSize.Right; 1928rectLabel.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) 1884rectLabel.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)
1780axisPosition = ChartArea.PlotAreaPosition.Right; 1782axisPosition = ChartArea.PlotAreaPosition.Right - axisPosition; 1862_titlePosition.X = ChartArea.PlotAreaPosition.Right + axisSize; 2298rotationCenter = new PointF(ChartArea.PlotAreaPosition.Right, ChartArea.PlotAreaPosition.Y + ChartArea.PlotAreaPosition.Height / 2f); 2317rotationCenter.X = ChartArea.PlotAreaPosition.Right - axisTitleSize.Width / 2f; 2329rotationCenter.X = ChartArea.PlotAreaPosition.Right - axisTitleSize.Width / 2f; 2508second.X = PlotAreaPosition.Right; 2521second.X = PlotAreaPosition.Right; 2648second.X = PlotAreaPosition.Right; 2655second.X = PlotAreaPosition.Right; 3619maxLabelSize = ChartArea.Position.Right - (float)GetAxisPosition(); 3630maxLabelSize = ChartArea.Position.Right - plotArea.Right; 5240maxLabelSize = ChartArea.Position.Right - (float)GetAxisPosition(); 5251maxLabelSize = ChartArea.Position.Right - this.PlotAreaPosition.Right; 6277chartAreaSize = PlotAreaPosition.Right - PlotAreaPosition.X; 6312edgePosition = PlotAreaPosition.Right; 6368return 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)
1718if (axis.labelFarOffset > Position.Right) 1720if ((axis.labelFarOffset - Position.Right) < plottingRect.Width * 0.3f) 1722rectLabelSideSpacing.Width = (float)Math.Max(axis.labelFarOffset - Position.Right, rectLabelSideSpacing.Width); 1784if (rectLabelSideSpacing.Width > 0 && rectLabelSideSpacing.Width > Position.Right - plottingRect.Right) 1786plottingRect.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)
297axisPosition = Axis.PlotAreaPosition.Right; 637axisPosition = Axis.PlotAreaPosition.Right; 940float axisPosition = Axis.PlotAreaPosition.Right;
Common\General\Label.cs (3)
1408rectLabels.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)
3063second.X = axis.PlotAreaPosition.Right; 3072second.X = axis.PlotAreaPosition.Right;