Bug Report T317288
Visible to All Users

The JustifyAllAroundPoint resolve overlapping mode does not work correctly with the Bubble series type

created 9 years ago

Hi,

I have created a report with bubble Graph (XrCHart). But Label are overlapping and Points also. You can see in attachment. In attachment, South Korea(Label) is  overlapped with Australia  Points. And Second problem is   Philipine Text  also overlap. I already used ResolveOverlappingMode and ResolveOverlappingMinIndent method but no success.

Please help on this.

Answers approved by DevExpress Support

created 9 years ago

We have fixed the issue described in this ticket and will include the fix in our next maintenance update. To apply this solution before the official update, request a hotfix by clicking the corresponding link for product versions you require.

Note: Hotfixes may be unavailable for beta versions and updates that are about to be released.

    created 9 years ago

    Hello Aditya,
    Please refer to the attached sample. Place check it:

    C#
    xrChart1.SeriesTemplate.Label.ResolveOverlappingMinIndent = 10; BubbleSeriesLabel label = (BubbleSeriesLabel)xrChart1.SeriesTemplate.Label; label.Position = BubbleLabelPosition.Outside; label.LineVisibility = DevExpress.Utils.DefaultBoolean.True; xrChart1.SeriesTemplate.Label.ResolveOverlappingMode = ResolveOverlappingMode.JustifyAroundPoint;

    As you can see, I used the Position property to set up the label position and to enable the JustifyAroundPoint mode. I hope you will find it useful. If you have any issues with these settings, please modify my sample to illustrate them. We are ready to help you at any time.

      Comments (2)

        Thanks Maxim. But i can see still label are overlapping on Point. As i have 3 point where data value is same.

        DevExpress Support Team 9 years ago

          Hello Aditya,
          The JustifyAllAroundPoint option should help in this case. However I have found some issues with using this option with the Bubble series type. I have passed this thread to our developers. We will update it as soon as possible.

          Disclaimer: The information provided on DevExpress.com and affiliated web properties (including the DevExpress Support Center) is provided "as is" without warranty of any kind. Developer Express Inc disclaims all warranties, either express or implied, including the warranties of merchantability and fitness for a particular purpose. Please refer to the DevExpress.com Website Terms of Use for more information in this regard.

          Confidential Information: Developer Express Inc does not wish to receive, will not act to procure, nor will it solicit, confidential or proprietary materials and information from you through the DevExpress Support Center or its web properties. Any and all materials or information divulged during chats, email communications, online discussions, Support Center tickets, or made available to Developer Express Inc in any manner will be deemed NOT to be confidential by Developer Express Inc. Please refer to the DevExpress.com Website Terms of Use for more information in this regard.