Telerik Forums
UI for Xamarin Forum
3 answers
203 views

I just started to implement charting but run into an issue only after adding the required references as guided on page: http://docs.telerik.com/devtools/xamarin/controls/chart/getting-started/chart-getting-started-required-assemblies

When starting my application, OnCreate method in my MainActivity throws the following exception: Java.Lang.NullPointerException: Attempt to invoke virtual method 'void android.support.v7.widget.ContentFrameLayout.setId(int)' on a null object reference

I got DataForm controls up and running, but Chart control throws, even without writing a single line of code, only adding the references break my app. If I remove the references it will start to work again.

Any ideas what may be wrong?

Lance | Senior Manager Technical Support
Telerik team
 answered on 16 Dec 2016
3 answers
154 views

Hi,

i have a Xamarin iOS chart that uses custom labels. My issue is the width of the Vertical axis labels: for a certain data set, the default vertical labels look like "0.22, 0.4599999999, 1.2999999999...."; when i set the custom labels to "0.1,  0.4, 5 ....", the width of the labels remains very big, just as if the large labels were still showing. The same thing happens if i set the range to something like "0.4599999999...." - the custom labels will have a lot of padding.

How can i force the labels to resize?

Thanks!

Adrian
Telerik team
 answered on 16 Dec 2016
3 answers
93 views

Hey everyone,

Does Xamarin Form Charts support negative chart values? (Especially -y axis) It says it does not supports for Xamarin forms but I'm not quite sure about this info. Does anybody knows? Thanks in advance.

 

 

ps. added sample chart to the attachment

Lance | Senior Manager Technical Support
Telerik team
 answered on 14 Dec 2016
1 answer
99 views

Xamarin Mobile App Development: I am looking for help on how to force the top part of the device to adopt to a color that I want, when you look at the snapshot attached, top part of the device; the blue background is not what I want. I tried changing this color with failure. If anyone has an idea, please help.

Waiting for any helpful idea. Thanks.

Lance | Senior Manager Technical Support
Telerik team
 answered on 14 Dec 2016
2 answers
181 views
I have a menu that never changes and I need to add it to every page. How do we do this without having the content repeated on every page and without having to setup the toolbaritems every time etc.?
James
Top achievements
Rank 1
 answered on 12 Dec 2016
1 answer
176 views

I have successfully used the tooltip behaviour to get tooltips with the categorical and numerical values shown when a user taps on any of the bars within a bar chart series using Xamarin UI for Telerik charts.

Is there any way to format the presentation of these values ?

For example, prefix or append some fixed test to indicate the units.

Does this tie in with the LabelFormat ?

 

Separately but slightly related I've only been able to get LabelFormat set on the numerical axis.

Can the categorical axis values be formatted with a formatter in the XAML (or code behind?)

Pavel R. Pavlov
Telerik team
 answered on 09 Dec 2016
5 answers
51 views

Hi,

I have downloaded trail version of Telerik UI for Xamarin.Android and playing around with examples I run in some problems with ListView I can't quite figure out.
In ListViewSwipeActionsThresholdsFragment.cs example clicking in left or right section of ListView activates "Hidden buttons" without swiping the view itself.

 

[url=https://postimg.org/image/53t0cp0tn/][img]https://s17.postimg.org/53t0cp0tn/sl1.png[/img][/url]

How do you prevent hidden button to fire up until they are actually shown by swiping the top layout?

Lance | Senior Manager Technical Support
Telerik team
 answered on 07 Dec 2016
1 answer
124 views

Hi:

 

I tried to disabled the RadListView using the IsEnabled but this propety only works in iOS and not in Android.

The idea is to disabled clicking the cells while the control is being updated.

Any idea of what could be happening.

 

Thanks in advanced.

 

David

Vladislav
Telerik team
 answered on 05 Dec 2016
1 answer
202 views

Hi:

When you display the calendar as a Month view and the user does a double click inside a day cell, the calendar changes the view to Year view.  Is there a way to disable or hide the Year view, so the user would never access to that view.

Thanks in advanced.

David

 

 

 

Rosy Topchiyska
Telerik team
 answered on 05 Dec 2016
1 answer
136 views

You can come controlloare Processes Running with xamarin.android?
I tried to call Process.getprocessesbyname () but I do not chargewithin of this class

 

[code]
protected override void OnCreate (Bundle savedInstanceState){ base.OnCreate (savedInstanceState);
SetContentView (Resource.Layout.Main);
// Get our button from the layout resource, // And attach an event to it Button button = findViewById <Button> (Resource.Id.myButton);
button.Click + = delegate {button.Text = string.Format ("{0} hereclicks!", count ++); }; 
[/code]

Lance | Senior Manager Technical Support
Telerik team
 answered on 30 Nov 2016
Top users last month
Jay
Top achievements
Rank 3
Iron
Iron
Iron
Benjamin
Top achievements
Rank 3
Bronze
Iron
Veteran
Radek
Top achievements
Rank 2
Iron
Iron
Iron
Bohdan
Top achievements
Rank 2
Iron
Iron
Richard
Top achievements
Rank 4
Bronze
Bronze
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?