21 references to Bottom
System.Web.DataVisualization (21)
Common\Annotation\AnnotationBase.cs (1)
2818 LabelAlignmentStyles labelAlignment = LabelAlignmentStyles.Bottom;
Common\ChartTypes\ColumnChart.cs (1)
626 return LabelAlignmentStyles.Bottom;
Common\ChartTypes\LineChart.cs (3)
1118 return LabelAlignmentStyles.Bottom; 1131 return LabelAlignmentStyles.Bottom; 1144 return LabelAlignmentStyles.Bottom;
Common\ChartTypes\PointChart.cs (3)
734this.labelPosition = LabelAlignmentStyles.Bottom; 783case LabelAlignmentStyles.Bottom: 867case LabelAlignmentStyles.Bottom:
Common\ChartTypes\RadarChart.cs (2)
1101this._labelPosition = LabelAlignmentStyles.Bottom; 1150case LabelAlignmentStyles.Bottom:
Common\ChartTypes\StackedBarChart.cs (2)
1147if (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 (4)
1185if (series.SmartLabelStyle.MovingDirection == (LabelAlignmentStyles.Top | LabelAlignmentStyles.Bottom | LabelAlignmentStyles.Right | LabelAlignmentStyles.Left | LabelAlignmentStyles.TopLeft | LabelAlignmentStyles.TopRight | LabelAlignmentStyles.BottomLeft | LabelAlignmentStyles.BottomRight)) 1187series.SmartLabelStyle.MovingDirection = LabelAlignmentStyles.Bottom | LabelAlignmentStyles.Top; 1906if (series.SmartLabelStyle.MovingDirection == (LabelAlignmentStyles.Top | LabelAlignmentStyles.Bottom | LabelAlignmentStyles.Right | LabelAlignmentStyles.Left | LabelAlignmentStyles.TopLeft | LabelAlignmentStyles.TopRight | LabelAlignmentStyles.BottomLeft | LabelAlignmentStyles.BottomRight)) 1908series.SmartLabelStyle.MovingDirection = LabelAlignmentStyles.Bottom | LabelAlignmentStyles.Top;
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; 793 LabelAlignmentStyles.Bottom, 954 else if(labelAlignment == LabelAlignmentStyles.Bottom) 972 else if(labelAlignment == LabelAlignmentStyles.Bottom) 1493 case LabelAlignmentStyles.Bottom: