Thread ID: |
Created: |
Updated: |
Platform: |
Replies: |
146067 | Jul 18,2019 02:16 PM UTC | Jul 19,2019 07:08 AM UTC | Xamarin.Android | 2 |
![]() |
Tags: SfChart |
public class ChartValue { /// <summary> /// Name /// </summary> public string Name { get; set; } /// <summary> /// Value /// </summary> public float Value { get; set; } /// <summary> /// Value in seconds /// </summary> public float Seconds { get; set; }
}
The current binding looks so: YBindingPath = nameof(ChartValue.Value). The Tooltip should show the Seconds value, is that possible? Thank you!
Hi,I create a chartview with XBindingPath and YBindingPath, the series should show the Tooltips. My problem is, that the YBindingPath should show a value in percent - that works, but the Tooltip should show the real value. I have create a helper classpublic class ChartValue { /// <summary> /// Name /// </summary> public string Name { get; set; } /// <summary> /// Value /// </summary> public float Value { get; set; } /// <summary> /// Value in seconds /// </summary> public float Seconds { get; set; }
}
The current binding looks so: YBindingPath = nameof(ChartValue.Value). The Tooltip should show the Seconds value, is that possible? Thank you!
This post will be permanently deleted. Are you sure you want to continue?
Sorry, An error occured while processing your request. Please try again later.
This page will automatically be redirected to the sign-in page in 10 seconds.