17 references to BottomRight
System.Windows.Forms.DataVisualization (17)
Common\ChartTypes\PointChart.cs (4)
750
this.labelPosition = LabelAlignmentStyles.
BottomRight
;
819
case LabelAlignmentStyles.
BottomRight
:
886
case LabelAlignmentStyles.
BottomRight
:
924
case LabelAlignmentStyles.
BottomRight
:
Common\ChartTypes\RadarChart.cs (4)
1117
this._labelPosition = LabelAlignmentStyles.
BottomRight
;
1187
case LabelAlignmentStyles.
BottomRight
:
1308
labelAlignment = LabelAlignmentStyles.
BottomRight
;
1312
labelAlignment = LabelAlignmentStyles.
BottomRight
;
Common\ChartTypes\StackedBarChart.cs (2)
1147
if (series.SmartLabelStyle.MovingDirection == (LabelAlignmentStyles.Top | LabelAlignmentStyles.Bottom | LabelAlignmentStyles.Right | LabelAlignmentStyles.Left | LabelAlignmentStyles.TopLeft | LabelAlignmentStyles.TopRight | LabelAlignmentStyles.BottomLeft | LabelAlignmentStyles.
BottomRight
))
2036
if(ser.SmartLabelStyle.MovingDirection == (LabelAlignmentStyles.Top | LabelAlignmentStyles.Bottom | LabelAlignmentStyles.Right | LabelAlignmentStyles.Left | LabelAlignmentStyles.TopLeft | LabelAlignmentStyles.TopRight | LabelAlignmentStyles.BottomLeft | LabelAlignmentStyles.
BottomRight
) )
Common\ChartTypes\StackedColumnChart.cs (2)
1185
if (series.SmartLabelStyle.MovingDirection == (LabelAlignmentStyles.Top | LabelAlignmentStyles.Bottom | LabelAlignmentStyles.Right | LabelAlignmentStyles.Left | LabelAlignmentStyles.TopLeft | LabelAlignmentStyles.TopRight | LabelAlignmentStyles.BottomLeft | LabelAlignmentStyles.
BottomRight
))
1906
if (series.SmartLabelStyle.MovingDirection == (LabelAlignmentStyles.Top | LabelAlignmentStyles.Bottom | LabelAlignmentStyles.Right | LabelAlignmentStyles.Left | LabelAlignmentStyles.TopLeft | LabelAlignmentStyles.TopRight | LabelAlignmentStyles.BottomLeft | LabelAlignmentStyles.
BottomRight
))
Common\General\SmartLabels.cs (5)
179
private LabelAlignmentStyles _movingDirection = LabelAlignmentStyles.Top | LabelAlignmentStyles.Bottom | LabelAlignmentStyles.Right | LabelAlignmentStyles.Left | LabelAlignmentStyles.TopLeft | LabelAlignmentStyles.TopRight | LabelAlignmentStyles.BottomLeft | LabelAlignmentStyles.
BottomRight
;
728
labelAlignment == LabelAlignmentStyles.
BottomRight
||
799
LabelAlignmentStyles.
BottomRight
,
982
labelAlignment == LabelAlignmentStyles.
BottomRight
)
1527
case LabelAlignmentStyles.
BottomRight
: