8 writes to MovingDirection
System.Web.DataVisualization (8)
Common\ChartTypes\StackedBarChart.cs (4)
1149
series.SmartLabelStyle.
MovingDirection
= LabelAlignmentStyles.Left | LabelAlignmentStyles.Right;
1167
series.SmartLabelStyle.
MovingDirection
= oldMovingDirection;
2038
ser.SmartLabelStyle.
MovingDirection
= LabelAlignmentStyles.Left | LabelAlignmentStyles.Right;
2056
ser.SmartLabelStyle.
MovingDirection
= oldMovingDirection;
Common\ChartTypes\StackedColumnChart.cs (4)
1187
series.SmartLabelStyle.
MovingDirection
= LabelAlignmentStyles.Bottom | LabelAlignmentStyles.Top;
1205
series.SmartLabelStyle.
MovingDirection
= oldMovingDirection;
1908
series.SmartLabelStyle.
MovingDirection
= LabelAlignmentStyles.Bottom | LabelAlignmentStyles.Top;
1926
series.SmartLabelStyle.
MovingDirection
= oldMovingDirection;
9 references to MovingDirection
System.Web.DataVisualization (9)
Common\ChartTypes\StackedBarChart.cs (4)
1145
LabelAlignmentStyles oldMovingDirection = series.SmartLabelStyle.
MovingDirection
;
1147
if (series.SmartLabelStyle.
MovingDirection
== (LabelAlignmentStyles.Top | LabelAlignmentStyles.Bottom | LabelAlignmentStyles.Right | LabelAlignmentStyles.Left | LabelAlignmentStyles.TopLeft | LabelAlignmentStyles.TopRight | LabelAlignmentStyles.BottomLeft | LabelAlignmentStyles.BottomRight))
2034
LabelAlignmentStyles oldMovingDirection = ser.SmartLabelStyle.
MovingDirection
;
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 (4)
1181
LabelAlignmentStyles oldMovingDirection = series.SmartLabelStyle.
MovingDirection
;
1185
if (series.SmartLabelStyle.
MovingDirection
== (LabelAlignmentStyles.Top | LabelAlignmentStyles.Bottom | LabelAlignmentStyles.Right | LabelAlignmentStyles.Left | LabelAlignmentStyles.TopLeft | LabelAlignmentStyles.TopRight | LabelAlignmentStyles.BottomLeft | LabelAlignmentStyles.BottomRight))
1902
LabelAlignmentStyles oldMovingDirection = series.SmartLabelStyle.
MovingDirection
;
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 (1)
828
if((smartLabelStyle.
MovingDirection
& positions[positionIndex]) == positions[positionIndex])