BoldSignEasily embed eSignatures in your .NET applications. Free sandbox with native SDK available.
Hi,
I have two questions about Line Chart:
1-In Secondary Axis is possible have a string?
Specifically i want to have Salaries in my Y point.
2-Is there a way to customise the Tooltip, and have a format like "(mYpointX - MypointY)"
Hi Charlin,
Thanks for using the Syncfusion products.
Query
1: In Secondary
Axis is possible have a string? Specifically I want to have Salaries in my Y point.
We are able
to achieve your requirement by using chart axis LabelCreated event. Please
refer KB from the following location.
KB: https://www.syncfusion.com/kb/5926/how-to-add-custom-axis-labels-in-numerical-axis
Query2: Customizing the tooltip with
ChartDataPoint itemsSource.
We have
provided a sample for customizing the tooltip in our Xamarin forms sample
browser. Please find the sample from the below location.
{downloadlocation}\Xamarin_Packages\sample\Forms\SampleBrowser\SampleBrowser\Samples\Chart\TooltipCustomization
Tooltip
customization has been achieved by using CustomRenderer for Andriod,
WinRT and WinPhone. For iOS, instead of CustomRenderer we have used CustomDelegate.
Android
CustomRenderer location:
{downloadlocation}\Xamarin_Packages\sample\Forms\SampleBrowser\SampleBrowser.Droid\Chart
WindowsPhone
and WinRT CustomRenderer location:
{downloadlocation}\Xamarin_Packages\sample\Forms\SampleBrowser\SampleBrowser.WinPhone\Renderer
iOS
CustomDelegate location:
{downloadlocation}\Xamarin_Packages\sample\Forms\SampleBrowser\SampleBrowser.iOS\Chart
Please let us
know if you need further assistance on this.
Regards,
Karthikeyan
V.