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

Tooltip is not working on Android

Hello.

The tooltip is not working in my SfChart control on Android platform. On iOS it is fine.

Here is my code:

      <chart:SfChart VerticalOptions="FillAndExpand">
        <chart:SfChart.ChartBehaviors>
          <chart:ChartZoomPanBehavior/>
        </chart:SfChart.ChartBehaviors>

        <chart:SfChart.Title>
          <chart:ChartTitle Text="{resources:Translate AmountSoldPerSalesperson}" Font="15"/>
        </chart:SfChart.Title>

        <chart:SfChart.PrimaryAxis>
          <chart:CategoryAxis LabelPlacement="BetweenTicks" LabelsIntersectAction="MultipleRows"
                              EnableAutoIntervalOnZooming="False" Interval="1"/>
        </chart:SfChart.PrimaryAxis>

        <chart:SfChart.SecondaryAxis>
          <chart:NumericalAxis Interval="50000" ShowMajorGridLines="False"/>
        </chart:SfChart.SecondaryAxis>

        <chart:SfChart.Series>
          <chart:ColumnSeries ItemsSource="{Binding SalesPersonsSalesStats}" XBindingPath="SalesPersonName" YBindingPath="TotalAmount"
                              EnableTooltip="True" EnableDataPointSelection="True">
            <chart:ColumnSeries.ColorModel>
              <chart:ChartColorModel Palette="Custom">
                <chart:ChartColorModel.CustomBrushes>
                  <Color>#4CADCD</Color>
                  <Color>#505050</Color>
                </chart:ChartColorModel.CustomBrushes>
              </chart:ChartColorModel>
            </chart:ColumnSeries.ColorModel>
          </chart:ColumnSeries>
        </chart:SfChart.Series>
      </chart:SfChart>

Thanks.

5 Replies

SP Saravana Pandian Murugan Syncfusion Team April 6, 2016 12:18 PM UTC

Hi Francisco,

The fix will be included in Vol 1, 2016 Service Pack 1. We could see that you have created an incident for the below query, so please follow-up the incident for further updates.

Regards,
Saravana Pandian M.


PG Paco Gómez April 6, 2016 12:26 PM UTC

Thanks a lot for your response :-).


SP Saravana Pandian Murugan Syncfusion Team April 7, 2016 09:06 AM UTC

Hi Francisco,

Thanks for your update. Please let us know if you need any further assistance.

Regards,
Saravana Pandian M.


PG Paco Gómez replied to Saravana Pandian Murugan April 7, 2016 09:25 AM UTC

Hi Francisco,

Thanks for your update. Please let us know if you need any further assistance.

Regards,
Saravana Pandian M.

I have another problem with tooltips but in iOS, please check here: http://www.syncfusion.com/forums/xamarin.forms/sfchart/123648 

Thanks :).


SP Saravana Pandian Murugan Syncfusion Team April 8, 2016 07:29 AM UTC

Hi Francisco,

We could see that you have created an incident for null pointer exception on iOS under your Direct Trac account. So, we request you to follow the incident for further details.

Thanks,
Saravana Pandian M.

Loader.
Live Chat Icon For mobile
Up arrow icon