Hi,
I have a question about the bubble chart legend. Now it shows the minimum value, maximum value, an arrow and an array of bubbles increasing in size. But I don't want that. I want to see the values of the first non-numeric column (data labels) with the corresponding colors, just like the legend on other chart types.
But I can't seem to get it working. I've checked the Legend properties and the Bubblechart properties, but without look. I should mention that I don't use the ColorCueColumn, but I have set the Legend.ModelStyle to CustomLinear and assigned custom colors to the CustomPalette.
Can someone help to get the legend I want? I am using version 10.3.20103.1000. Thanks in advance.
|Infragistics|Georgi said: Meawhile, maybe you could handle FillSceneGraph event and include your custom code to create a BOX primitive with Text primitives and implement your custom legend.
Meawhile, maybe you could handle FillSceneGraph event and include your custom code to create a BOX primitive with Text primitives and implement your custom legend.
Ok, I will try that. Thank you.
I understand. Simply put: I can't use a composite chart. So unless there is a way to make my bubble chart legend appear like the legend in all the other chart types using a non-composite chart, I'm afraid there is no solution to my issue.
Hello Reinier,
I`m not famliar with your scenario and I dont` know what exactly is customizable from your users, but at that moment, this is the best way to achieve desired behavior. Let me know if you have any questions.
Regards
Unfortunately, this doesn't help me. This method requires a composite chart, while my bubble chart is actually a chart that is customisable by the user and is completely based on a non-composite chart.