16 references to Right
System.Web.DataVisualization (16)
Common\ChartTypes\PointChart.cs (4)
758
this.labelPosition = LabelAlignmentStyles.
Right
;
809
case LabelAlignmentStyles.
Right
:
871
case LabelAlignmentStyles.
Right
:
918
case LabelAlignmentStyles.
Right
:
Common\ChartTypes\RadarChart.cs (2)
1125
this._labelPosition = LabelAlignmentStyles.
Right
;
1177
case LabelAlignmentStyles.
Right
:
Common\ChartTypes\StackedBarChart.cs (4)
1147
if (series.SmartLabelStyle.MovingDirection == (LabelAlignmentStyles.Top | LabelAlignmentStyles.Bottom | LabelAlignmentStyles.
Right
| LabelAlignmentStyles.Left | LabelAlignmentStyles.TopLeft | LabelAlignmentStyles.TopRight | LabelAlignmentStyles.BottomLeft | LabelAlignmentStyles.BottomRight))
1149
series.SmartLabelStyle.MovingDirection = LabelAlignmentStyles.Left | LabelAlignmentStyles.
Right
;
2036
if(ser.SmartLabelStyle.MovingDirection == (LabelAlignmentStyles.Top | LabelAlignmentStyles.Bottom | LabelAlignmentStyles.
Right
| LabelAlignmentStyles.Left | LabelAlignmentStyles.TopLeft | LabelAlignmentStyles.TopRight | LabelAlignmentStyles.BottomLeft | LabelAlignmentStyles.BottomRight) )
2038
ser.SmartLabelStyle.MovingDirection = LabelAlignmentStyles.Left | LabelAlignmentStyles.
Right
;
Common\ChartTypes\StackedColumnChart.cs (2)
1185
if (series.SmartLabelStyle.MovingDirection == (LabelAlignmentStyles.Top | LabelAlignmentStyles.Bottom | LabelAlignmentStyles.
Right
| LabelAlignmentStyles.Left | LabelAlignmentStyles.TopLeft | LabelAlignmentStyles.TopRight | LabelAlignmentStyles.BottomLeft | LabelAlignmentStyles.BottomRight))
1906
if (series.SmartLabelStyle.MovingDirection == (LabelAlignmentStyles.Top | LabelAlignmentStyles.Bottom | LabelAlignmentStyles.
Right
| LabelAlignmentStyles.Left | LabelAlignmentStyles.TopLeft | LabelAlignmentStyles.TopRight | LabelAlignmentStyles.BottomLeft | LabelAlignmentStyles.BottomRight))
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;
795
LabelAlignmentStyles.
Right
,
944
if(labelAlignment == LabelAlignmentStyles.
Right
)
1519
case LabelAlignmentStyles.
Right
: