17 references to BottomLeft
System.Windows.Forms.DataVisualization (17)
Common\ChartTypes\PointChart.cs (4)
746
this.labelPosition = LabelAlignmentStyles.
BottomLeft
;
803
case LabelAlignmentStyles.
BottomLeft
:
884
case LabelAlignmentStyles.
BottomLeft
:
915
case LabelAlignmentStyles.
BottomLeft
:
Common\ChartTypes\RadarChart.cs (4)
1113
this._labelPosition = LabelAlignmentStyles.
BottomLeft
;
1171
case LabelAlignmentStyles.
BottomLeft
:
1316
labelAlignment = LabelAlignmentStyles.
BottomLeft
;
1320
labelAlignment = LabelAlignmentStyles.
BottomLeft
;
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;
727
(labelAlignment == LabelAlignmentStyles.
BottomLeft
||
798
LabelAlignmentStyles.
BottomLeft
,
981
labelAlignment == LabelAlignmentStyles.
BottomLeft
||
1513
case LabelAlignmentStyles.
BottomLeft
: