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