26 references to Top
System.Windows.Forms.DataVisualization (26)
Common\ChartTypes\BoxPlotChart.cs (1)
946LabelAlignmentStyles.Top);
Common\ChartTypes\ColumnChart.cs (1)
624 return LabelAlignmentStyles.Top;
Common\ChartTypes\ErrorBarChart.cs (1)
1003LabelAlignmentStyles.Top);
Common\ChartTypes\LineChart.cs (2)
1100 return LabelAlignmentStyles.Top; 1148 return LabelAlignmentStyles.Top;
Common\ChartTypes\PointChart.cs (5)
85internal LabelAlignmentStyles labelPosition = LabelAlignmentStyles.Top; 762this.labelPosition = LabelAlignmentStyles.Top; 788case LabelAlignmentStyles.Top: 863case LabelAlignmentStyles.Top: 1393 return LabelAlignmentStyles.Top;
Common\ChartTypes\RadarChart.cs (5)
105 private LabelAlignmentStyles _labelPosition = LabelAlignmentStyles.Top; 1129this._labelPosition = LabelAlignmentStyles.Top; 1155case LabelAlignmentStyles.Top: 1289 LabelAlignmentStyles labelAlignment = LabelAlignmentStyles.Top; 1300 labelAlignment = LabelAlignmentStyles.Top;
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\ChartTypes\StockChart.cs (1)
1034LabelAlignmentStyles.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: