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)
734
this.labelPosition = LabelAlignmentStyles.
Bottom
;
783
case LabelAlignmentStyles.
Bottom
:
867
case LabelAlignmentStyles.
Bottom
:
Common\ChartTypes\RadarChart.cs (2)
1101
this._labelPosition = LabelAlignmentStyles.
Bottom
;
1150
case LabelAlignmentStyles.
Bottom
:
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 (4)
1185
if (series.SmartLabelStyle.MovingDirection == (LabelAlignmentStyles.Top | LabelAlignmentStyles.
Bottom
| LabelAlignmentStyles.Right | LabelAlignmentStyles.Left | LabelAlignmentStyles.TopLeft | LabelAlignmentStyles.TopRight | LabelAlignmentStyles.BottomLeft | LabelAlignmentStyles.BottomRight))
1187
series.SmartLabelStyle.MovingDirection = LabelAlignmentStyles.
Bottom
| LabelAlignmentStyles.Top;
1906
if (series.SmartLabelStyle.MovingDirection == (LabelAlignmentStyles.Top | LabelAlignmentStyles.
Bottom
| LabelAlignmentStyles.Right | LabelAlignmentStyles.Left | LabelAlignmentStyles.TopLeft | LabelAlignmentStyles.TopRight | LabelAlignmentStyles.BottomLeft | LabelAlignmentStyles.BottomRight))
1908
series.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
: