8 writes to IsMarkerOverlappingAllowed
System.Web.DataVisualization (8)
Common\ChartTypes\StackedBarChart.cs (4)
1146
series.SmartLabelStyle.
IsMarkerOverlappingAllowed
= true;
1166
series.SmartLabelStyle.
IsMarkerOverlappingAllowed
= oldMarkerOverlapping;
2035
ser.SmartLabelStyle.
IsMarkerOverlappingAllowed
= true;
2055
ser.SmartLabelStyle.
IsMarkerOverlappingAllowed
= oldMarkerOverlapping;
Common\ChartTypes\StackedColumnChart.cs (4)
1182
series.SmartLabelStyle.
IsMarkerOverlappingAllowed
= true;
1204
series.SmartLabelStyle.
IsMarkerOverlappingAllowed
= oldMarkerOverlapping;
1903
series.SmartLabelStyle.
IsMarkerOverlappingAllowed
= true;
1925
series.SmartLabelStyle.
IsMarkerOverlappingAllowed
= oldMarkerOverlapping;
7 references to IsMarkerOverlappingAllowed
System.Web.DataVisualization (7)
Common\ChartTypes\StackedBarChart.cs (2)
1144
bool oldMarkerOverlapping = series.SmartLabelStyle.
IsMarkerOverlappingAllowed
;
2033
bool oldMarkerOverlapping = ser.SmartLabelStyle.
IsMarkerOverlappingAllowed
;
Common\ChartTypes\StackedColumnChart.cs (2)
1180
bool oldMarkerOverlapping = series.SmartLabelStyle.
IsMarkerOverlappingAllowed
;
1901
bool 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;