26 references to Top
System.Web.DataVisualization (26)
Common\ChartTypes\BoxPlotChart.cs (1)
946
LabelAlignmentStyles.
Top
);
Common\ChartTypes\ColumnChart.cs (1)
624
return LabelAlignmentStyles.
Top
;
Common\ChartTypes\ErrorBarChart.cs (1)
1003
LabelAlignmentStyles.
Top
);
Common\ChartTypes\LineChart.cs (2)
1100
return LabelAlignmentStyles.
Top
;
1148
return LabelAlignmentStyles.
Top
;
Common\ChartTypes\PointChart.cs (5)
85
internal LabelAlignmentStyles labelPosition = LabelAlignmentStyles.
Top
;
762
this.labelPosition = LabelAlignmentStyles.
Top
;
788
case LabelAlignmentStyles.
Top
:
863
case LabelAlignmentStyles.
Top
:
1393
return LabelAlignmentStyles.
Top
;
Common\ChartTypes\RadarChart.cs (5)
105
private LabelAlignmentStyles _labelPosition = LabelAlignmentStyles.
Top
;
1129
this._labelPosition = LabelAlignmentStyles.
Top
;
1155
case LabelAlignmentStyles.
Top
:
1289
LabelAlignmentStyles labelAlignment = LabelAlignmentStyles.
Top
;
1300
labelAlignment = LabelAlignmentStyles.
Top
;
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\ChartTypes\StockChart.cs (1)
1034
LabelAlignmentStyles.
Top
);
Common\General\SmartLabels.cs (4)
179
private LabelAlignmentStyles _movingDirection = LabelAlignmentStyles.
Top
| LabelAlignmentStyles.Bottom | LabelAlignmentStyles.Right | LabelAlignmentStyles.Left | LabelAlignmentStyles.TopLeft | LabelAlignmentStyles.TopRight | LabelAlignmentStyles.BottomLeft | LabelAlignmentStyles.BottomRight;
792
LabelAlignmentStyles.
Top
,
968
if(labelAlignment == LabelAlignmentStyles.
Top
)
1498
case LabelAlignmentStyles.
Top
: