8 writes to IsMarkerOverlappingAllowed
System.Web.DataVisualization (8)
Common\ChartTypes\StackedBarChart.cs (4)
1146series.SmartLabelStyle.IsMarkerOverlappingAllowed = true; 1166series.SmartLabelStyle.IsMarkerOverlappingAllowed = oldMarkerOverlapping; 2035 ser.SmartLabelStyle.IsMarkerOverlappingAllowed = true; 2055 ser.SmartLabelStyle.IsMarkerOverlappingAllowed = oldMarkerOverlapping;
Common\ChartTypes\StackedColumnChart.cs (4)
1182series.SmartLabelStyle.IsMarkerOverlappingAllowed = true; 1204series.SmartLabelStyle.IsMarkerOverlappingAllowed = oldMarkerOverlapping; 1903series.SmartLabelStyle.IsMarkerOverlappingAllowed = true; 1925series.SmartLabelStyle.IsMarkerOverlappingAllowed = oldMarkerOverlapping;
7 references to IsMarkerOverlappingAllowed
System.Web.DataVisualization (7)
Common\ChartTypes\StackedBarChart.cs (2)
1144bool oldMarkerOverlapping = series.SmartLabelStyle.IsMarkerOverlappingAllowed; 2033 bool oldMarkerOverlapping = ser.SmartLabelStyle.IsMarkerOverlappingAllowed;
Common\ChartTypes\StackedColumnChart.cs (2)
1180bool oldMarkerOverlapping = series.SmartLabelStyle.IsMarkerOverlappingAllowed; 1901bool oldMarkerOverlapping = series.SmartLabelStyle.IsMarkerOverlappingAllowed;
Common\General\SmartLabels.cs (3)
1148 (labelAlignment == LabelAlignmentStyles.Center && !smartLabelStyle.IsMarkerOverlappingAllowed) ? true : false; 1329 !series.SmartLabelStyle.IsMarkerOverlappingAllowed) 1623 (labelAlignment == LabelAlignmentStyles.Center && !smartLabelStyle.IsMarkerOverlappingAllowed) ? true : false;