5 references to BubbleChart
System.Web.DataVisualization (5)
Common\DataManager\DataManager.cs (4)
359
returnValue = Math.Max(returnValue, seriesPoint.YValues[0] +
BubbleChart
.AxisScaleBubbleSize(area.Common, area, seriesPoint.YValues[1], true));
394
returnValue = Math.Max(returnValue, seriesPoint.XValue +
BubbleChart
.AxisScaleBubbleSize(area.Common, area, seriesPoint.XValue, false));
429
returnValue = Math.Min(returnValue, seriesPoint.XValue -
BubbleChart
.AxisScaleBubbleSize(area.Common, area, seriesPoint.YValues[1], false));
777
returnValue = Math.Min(returnValue, seriesPoint.YValues[0] -
BubbleChart
.AxisScaleBubbleSize(area.Common, area, seriesPoint.YValues[1], true));
WebForm\ChartWebControl.cs (1)
296
_chartTypeRegistry.Register(ChartTypeNames.Bubble, typeof(
BubbleChart
));