Hello,
i'm wondering if it is possible to have only 3 labels at my CategoricalAxis representing first value, middle and last. There is a property callled MajorTicInterval, but that's not what i was looking for. I can get this functionality in other way, by creating 3 labels, but if it'll be possible in Chart, that i'll great.
Greetings
On Android, if you add an appointment with IsAllDay = true, a StartDate and no EndDate, the calendar crashes.
On iOS it works fine.
10-11 16:29:34.985 16108 16108 I MonoDroid: Java.Lang.IllegalArgumentException: endDate should be after startDate.
10-11 16:29:34.985 16108 16108 I MonoDroid: at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw () [0x0000c] in <368820a9888f43ddb85d18e87189adbf>:0
10-11 16:29:34.985 16108 16108 I MonoDroid: at Java.Interop.JniEnvironment+InstanceMethods.CallNonvirtualVoidMethod (Java.Interop.JniObjectReference instance, Java.Interop.JniObjectReference type, Java.Interop.JniMethodInfo method, Java.Interop.JniArgumentValue* args) [0x000a7] in <a043032cf94a485190047a14918b9f60>:0
10-11 16:29:34.985 16108 16108 I MonoDroid: at Android.Runtime.JNIEnv.CallNonvirtualVoidMethod (System.IntPtr jobject, System.IntPtr jclass, System.IntPtr jmethod, Android.Runtime.JValue* parms) [0x00015] in <8da21ca2c66a4b21b1bf81e3fc30ec56>:0
10-11 16:29:34.985 16108 16108 I MonoDroid: at Android.Runtime.JNIEnv.FinishCreateInstance (System.IntPtr instance, System.IntPtr jclass, System.IntPtr constructorId, Android.Runtime.JValue* constructorParameters) [0x0000b] in <8da21ca2c66a4b21b1bf81e3fc30ec56>:0
10-11 16:29:34.985 16108 16108 I MonoDroid: at Com.Telerik.Widget.Calendar.Events.Event..ctor (System.String p0, System.Int64 p1, System.Int64 p2) [0x0010f] in <babf1532dd9040a8b431b4680ee1bd3b>:0
10-11 16:29:34.985 16108 16108 I MonoDroid: at Telerik.XamarinForms.InputRenderer.Android.CalendarAdapter+<>c.<CreateEvents>b__18_0 (Telerik.XamarinForms.Input.IAppointment appointment) [0x0002c] in <35ac910fa1204c63911bd40cabbaf182>:0
Hi,
I would like to show integer instead of double as a label for y-axis in Numerical Axis of
RadCartesianChart . Chart is dynamically created and added to a stack. Is there any chart property that can modify data shown in y-axis?
Regards,
Prava
I changed the region setting in ios to French.
I've checked that CultureInfo.CurrentUICulture.DateTimeFormat.FirstDayOfWeek returns 1 (for monday) instead of 0 (for sunday).
The calendar control still displays sunday as the first day of week.
I'm using Telerik for Xamarin trial version 2016.3.914.231
Hi,
im currently working on a calendar where I want to use a listview to keep track of my task.
The listview is categorized in dates. My problem is i cant find any method to make my listview scroll to the specific date I point out in my calendar.
For instance if i pick the date 12-12-2016 in my calendar, I want my listview to scroll to that appointment.
Thanks in advance!
How to remove separators on ios ?
There is no SeparatorVisibility on RadListView
I'm using ListViewTemplateCell
I use Telerik UI for Xamarin 2016 (16.2.513.0). I use last version Xamarin - 4.2.0.73. I build Example iOS project (path - C:\Program Files (x86)\Telerik\UI for Xamarin Q2 2016\Examples\iOS). I get error:
1>C:\Program Files (x86)\MSBuild\Xamarin\iOS\Xamarin.iOS.Common.targets(1028,3): warning : An error occured on the receiver while executing a post for vtopic xvs/Build/4.2.0.703/execute-task/Examples/277918a%2FACTool and client build14304FetFr
1>C:\Program Files (x86)\MSBuild\Xamarin\iOS\Xamarin.iOS.Common.targets(1028,3): warning : An error occured on client Build420703 while executing a reply for topic xvs/Build/4.2.0.703/execute-task/Examples/277918a%2FACTool
1>C:\Program Files (x86)\MSBuild\Xamarin\iOS\Xamarin.iOS.Common.targets(1028,3): warning : в Xamarin.Messaging.Client.MessagingClient.<PostAsync>d__23`2.MoveNext() в c:\Users\builder\data\lanes\3822\3b7df6f5\source\xamarinvs\src\Messaging\Xamarin.Messaging.Client\MessagingClient.cs:строка 178
1>C:\Program Files (x86)\MSBuild\Xamarin\iOS\Xamarin.iOS.Common.targets(1028,3): error : An error occured on client Build420703 while executing a reply for topic xvs/Build/4.2.0.703/execute-task/Examples/277918a%2FACTool
How do fix this error? Thank you.
Hi, can you please provide an example on how i customize the labels on the pie chart. I want them to look like "Total Male: 67%" instead of just 67%.
Thanks