I am trying to build a single chart with both a line type series and a bubble type series on a numericY axis and a categoryDateTimeX axis. The line series was drawn without any issues by itself. As soon as I add the bubble series on the same chart, it didn't draw anything on the chart. If I remove xMemberPath from the bubble series, the line series will show but no bubble series. Any idea? Thanks.
axes: [ { name: "chartX", type: "categoryDateTimeX", }, { name: "chartY", type: "numericY" } ], series: [ { name: "priceSeries", type: "line", title: "mid", xAxis: "chartX", yAxis: "chartY", valueMemberPath: "price", showTooltip: true }, { name: "qtySeries", type: "bubble", xAxis: "chartX", yAxis: "chartY", xMemberPath: "timestamp", yMemberPath: "price", radiusMemberPath: "qty", unknownValuePlotting: "dontplot", markerType: 'circle' } ],
Hello Michael,
Thank you for contacting Infragistics!
Category axes are invalid type for bubble series, that is the reason they would not render.
What I can suggest you to use point category series, to achieve similar effect.
Thanks, I will try to use point series. Is there a way to control the size and color separately for each point?
I figured out how to set size and color for each point. New question. For point series, it is possible to show all points? I noticed points that are close together are not being shown unless I zoomed in. Please help, thanks.
Anyone? I tried setting useHighMarkerFidelity = true, it made more markers to show, but it still not showing all the markers depending on the zoom. Please help.
Hello Michael ,
After looking into this and doing some research, it has been determined to be a new product idea. I would recommend you to log it at http://ideas.infragistics.com, the Product Ideas site allows you to suggest new product features, new functionalities in existing products and controls, and even request new controls and products altogether. Members of the Infragistics Community then vote for the features and suggestions they want to see added to the products, resulting in the most popular features bubbling up to the top. When planning new releases, our Product Management team will look at the most popular features and use your feedback to prioritize upcoming work.