5 references to BubbleScaleMax
System.Web.DataVisualization (5)
Common\ChartTypes\BubbleChart.cs (4)
228
if(ser.IsCustomPropertySet(CustomPropertyName.
BubbleScaleMax
))
230
_maxAll = Math.Max(_maxAll, CommonElements.ParseDouble(ser[CustomPropertyName.
BubbleScaleMax
]));
367
if(ser.IsCustomPropertySet(CustomPropertyName.
BubbleScaleMax
))
369
maxAll = Math.Max(maxAll, CommonElements.ParseDouble(ser[CustomPropertyName.
BubbleScaleMax
]));
Common\Utilities\CustomAttributesRegistry.cs (1)
767
CustomPropertyName.
BubbleScaleMax
,