48 references to SmartLabelStyle
System.Web.DataVisualization (48)
Common\ChartTypes\BoxPlotChart.cs (2)
929
if (ser.
SmartLabelStyle
.Enabled)
940
ser.
SmartLabelStyle
,
Common\ChartTypes\ErrorBarChart.cs (2)
986
if (ser.
SmartLabelStyle
.Enabled)
997
ser.
SmartLabelStyle
,
Common\ChartTypes\PointChart.cs (2)
836
if (ser.
SmartLabelStyle
.Enabled)
843
ser.
SmartLabelStyle
,
Common\ChartTypes\RadarChart.cs (2)
1204
if (ser.
SmartLabelStyle
.Enabled)
1216
ser.
SmartLabelStyle
,
Common\ChartTypes\StackedBarChart.cs (18)
1141
if (series.
SmartLabelStyle
.Enabled)
1144
bool oldMarkerOverlapping = series.
SmartLabelStyle
.IsMarkerOverlappingAllowed;
1145
LabelAlignmentStyles oldMovingDirection = series.
SmartLabelStyle
.MovingDirection;
1146
series.
SmartLabelStyle
.IsMarkerOverlappingAllowed = true;
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;
1157
series.
SmartLabelStyle
,
1166
series.
SmartLabelStyle
.IsMarkerOverlappingAllowed = oldMarkerOverlapping;
1167
series.
SmartLabelStyle
.MovingDirection = oldMovingDirection;
2023
if (ser.
SmartLabelStyle
.Enabled)
2033
bool oldMarkerOverlapping = ser.
SmartLabelStyle
.IsMarkerOverlappingAllowed;
2034
LabelAlignmentStyles oldMovingDirection = ser.
SmartLabelStyle
.MovingDirection;
2035
ser.
SmartLabelStyle
.IsMarkerOverlappingAllowed = true;
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;
2046
ser.
SmartLabelStyle
,
2055
ser.
SmartLabelStyle
.IsMarkerOverlappingAllowed = oldMarkerOverlapping;
2056
ser.
SmartLabelStyle
.MovingDirection = oldMovingDirection;
Common\ChartTypes\StackedColumnChart.cs (18)
1171
if (series.
SmartLabelStyle
.Enabled)
1180
bool oldMarkerOverlapping = series.
SmartLabelStyle
.IsMarkerOverlappingAllowed;
1181
LabelAlignmentStyles oldMovingDirection = series.
SmartLabelStyle
.MovingDirection;
1182
series.
SmartLabelStyle
.IsMarkerOverlappingAllowed = true;
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;
1195
series.
SmartLabelStyle
,
1204
series.
SmartLabelStyle
.IsMarkerOverlappingAllowed = oldMarkerOverlapping;
1205
series.
SmartLabelStyle
.MovingDirection = oldMovingDirection;
1891
if (series.
SmartLabelStyle
.Enabled)
1901
bool oldMarkerOverlapping = series.
SmartLabelStyle
.IsMarkerOverlappingAllowed;
1902
LabelAlignmentStyles oldMovingDirection = series.
SmartLabelStyle
.MovingDirection;
1903
series.
SmartLabelStyle
.IsMarkerOverlappingAllowed = true;
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;
1916
series.
SmartLabelStyle
,
1925
series.
SmartLabelStyle
.IsMarkerOverlappingAllowed = oldMarkerOverlapping;
1926
series.
SmartLabelStyle
.MovingDirection = oldMovingDirection;
Common\ChartTypes\StockChart.cs (2)
1003
if (ser.
SmartLabelStyle
.Enabled)
1028
ser.
SmartLabelStyle
,
Common\General\SmartLabels.cs (2)
1328
series.
SmartLabelStyle
.Enabled &&
1329
!series.
SmartLabelStyle
.IsMarkerOverlappingAllowed)