5 references to BubbleUseSizeForLabel
System.Web.DataVisualization (5)
Common\ChartTypes\BubbleChart.cs (4)
256 if(ser.IsCustomPropertySet(CustomPropertyName.BubbleUseSizeForLabel)) 258 if(String.Compare(ser[CustomPropertyName.BubbleUseSizeForLabel], "true", StringComparison.OrdinalIgnoreCase) == 0) 383 if(ser.IsCustomPropertySet(CustomPropertyName.BubbleUseSizeForLabel)) 385 if(String.Compare(ser[CustomPropertyName.BubbleUseSizeForLabel], "true", StringComparison.OrdinalIgnoreCase) == 0)
Common\Utilities\CustomAttributesRegistry.cs (1)
804 CustomPropertyName.BubbleUseSizeForLabel,