17 references to TopLeft
System.Windows.Forms.DataVisualization (17)
Common\ChartTypes\PointChart.cs (4)
738
this.labelPosition = LabelAlignmentStyles.
TopLeft
;
797
case LabelAlignmentStyles.
TopLeft
:
879
case LabelAlignmentStyles.
TopLeft
:
912
case LabelAlignmentStyles.
TopLeft
:
Common\ChartTypes\RadarChart.cs (4)
1105
this._labelPosition = LabelAlignmentStyles.
TopLeft
;
1165
case LabelAlignmentStyles.
TopLeft
:
1324
labelAlignment = LabelAlignmentStyles.
TopLeft
;
1328
labelAlignment = LabelAlignmentStyles.
TopLeft
;
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;
729
labelAlignment == LabelAlignmentStyles.
TopLeft
||
796
LabelAlignmentStyles.
TopLeft
,
979
if(labelAlignment == LabelAlignmentStyles.
TopLeft
||
1507
case LabelAlignmentStyles.
TopLeft
: