Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
1325
Numeric axes auto min and max values
posted

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?

Parents
No Data
Reply
  • 30692
    Suggested Answer
    Offline posted

    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

Children
No Data