We use cookies to give you the best experience on our website. If you continue to browse, then you agree to our privacy policy and cookie policy. Image for the cookie policy date

Chart Trackball Customization

Hi Syncfusion Team!

We would like to know, how to customize the Line chart trackball.  We are using the following code to format the trackball:

  public class ZoomPanBehaviorExt : ChartZoomPanBehavior
    {
        ChartTrackballBehavior track;
        public ZoomPanBehaviorExt(ChartTrackballBehavior behavior)
        {
            track = behavior;
        }

        protected override void OnTouchUp(float x, float y)
        {
            track.LabelStyle.LabelFormat = string.Format("Published");
            track.Show(x, y);
        }
    }

We are using the latest Syncfusion Essential studio.

Scenario:
There are 6 line series on chart. Published, Accepted, Active, Completed, Cancelled, Expired. Using the above code, we get the following result:



But we would like to have the following result:



Please provide some code sample on customizing trackball. 

Thanks,

Sajid Ali.

4 Replies

ME Manivannan Elangovan Syncfusion Team August 3, 2015 12:43 PM UTC

Hi Sajid,


Thank you for contacting Syncfusion support.


We have created an incident under your Direct Trac account. Our support engineer will assist you through incident. So we request you to follow with the incident for further details.

Our Direct Trac support system can be accessed from the following link:


https://www.syncfusion.com/account/login?ReturnUrl=%2fsupport%2fdirecttrac%2fincidents


Thanks,
Manivannan.E



GW Guilherme Waltricke September 14, 2015 08:23 PM UTC

why this answer is not public? i would like to know too how to customize my trackball...


RP Ranjani Prabhakaran Syncfusion Team September 15, 2015 11:05 AM UTC

Hi Guilherme,
As per our support guidelines, through forums widely we offer only limited and basic assistance. 
Since your request for “Chart Trackball Customization” is a customized sample solution and it is beyond our support limit consigned for a forum.
Hence we are requesting you to create an incident through Direct-Trac. If you face any issues availing support through Direct Trac, please contact salessupport@syncfusion.com for further assistance.
Please let us know if you have any concern.
Regards,
Ranjani


RP Ranjani Prabhakaran Syncfusion Team September 15, 2015 11:06 AM UTC

Hi Guilherme,
 

As per our support guidelines, through forums widely we offer only limited and basic assistance.  
 

Since your request for “Chart Trackball Customization” is a customized sample solution and it is beyond our support limit consigned for a forum. 
 

Hence we are requesting you to create an incident through Direct-Trac. If you face any issues availing support through Direct Trac, please contact salessupport@syncfusion.com for further assistance.
 

Please let us know if you have any concern.
 

Regards,

Ranjani

Loader.
Live Chat Icon For mobile
Up arrow icon