5 references to Bubble
System.Web.DataVisualization (5)
Common\ChartTypes\BubbleChart.cs (4)
96 override public string Name { get{ return ChartTypeNames.Bubble;}} 358 if( String.Compare( ser.ChartTypeName, ChartTypeNames.Bubble, StringComparison.OrdinalIgnoreCase) == 0 && 400 if( String.Compare(ser.ChartTypeName, ChartTypeNames.Bubble, StringComparison.OrdinalIgnoreCase) == 0 476 if( String.Compare( ser.ChartTypeName, ChartTypeNames.Bubble, StringComparison.OrdinalIgnoreCase) == 0 &&
WebForm\ChartWebControl.cs (1)
296 _chartTypeRegistry.Register(ChartTypeNames.Bubble, typeof(BubbleChart));