I'm creating a bubble chart. I don't know minimum and maximum values for axis, so I left them to be calculated by chart control. And I got this::
Is there any way to set cart control to calculate MinimumValue and MaximumValue for axis so whole bubble will be visible? Or I should do my own calculation and bind those values to the corresponding properties?
The chart doesnt currently have functionality to auto-calculate and set some margins around the series based on the marker geometry. You could try to determine this yourself and set the minimum and maximum values on the axis accordingly, as you surmised.
Also I you can make a feature request. I believe this particular item is already on the roadmap, but adding your voice may affect the priority of the feature. Hope this helps!
-Graham