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