North American Sales: 1-800-231-8588
Global Contacts
My Account
Menu
North American Sales: 1-800-321-8588
My Account
Sign In/Register
Design & Development
Design & Develop
Best Value
Infragistics Ultimate
The complete toolkit for building high performing web, mobile and desktop apps.
Indigo.Design
Use a unified platform for visual design, UX prototyping, code generation and application development.
Web
Ignite UI for Angular
Ignite UI for JavaScript
Ignite UI for React
Ultimate UI for ASP.NET
Indigo.Design
Desktop
Ultimate UI for Windows Forms
Ultimate UI for WPF
Prototyping
Indigo.Design
Mobile
Ultimate UI for Xamarin
Ultimate UI for iOS
Ultimate UI for Android
Automated Testing Tools
Test Automation for Micro Focus UFT: Windows Forms
Test Automation for Micro Focus UFT: WPF
Test Automation for IBM RFT: Windows Forms
UX
Indigo.Design Desktop
Collaborative prototyping and remote usability testing for UX & usability professionals
Indigo.Design
A Unified Platform for Visual Design, UX Prototyping, Code Generation, and App Development
Business Intelligence
Reveal Embedded
Accelerate your time to market with powerful, beautiful dashboards into your apps
Reveal App
Empower everyone in your organization to use data to make smarter business decisions
Team Productivity
Learn & Support
Support
Help & Support Documents
Blogs
Forums
Product Ideas
Reference Applications
Customer Stories
Webinars
eBook & Whitepapers
Events
Free Trials
Pricing
Product Pricing / Buy Online
Renew Existing License
Contact Us
Forums
Ultimate UI for Android
CREATE NEW POST
Your Privacy Matters
: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use.
Cookie Policy
Close
Selected tags
DataChartView
Narrow your results
Samples Browser
Layouts
OutOfMemoryError
Most Viewed
DataGridView first use i got error
Not Answered
over 7 years ago
how to create an AP
Not Answered
over 7 years ago
what are the top hybrid app?
Not Answered
over 6 years ago
Example of how to summarize grid columns
Answered
over 2 years ago
XamDataGrid's ScrollToLastRowByIndex doesn't work
Not Answered
over 2 years ago
Tags
More
Cancel
Descending
Ascending
1 - 12 of
12 results
for Ultimate UI for Android
Answered
1029930
views
2
replies
Crash in DataChartView
Hi there, I'm using the Infragistics Android trial release on a few devices. This crash in particular is on a Samsung Galaxy Tab 8.0 (GT-5110) running Android 4.4.2. I'm getting this crash when performing...
Answered
2666557
views
6
replies
DataChartView not appearing
Hello, I am trying to add a DataChartView into my Xamarin.Android project. I've already added "Infragistics.AndroidBindings" to my references. The following is my cs code. [code] LinearLayout...
Answered
865948
views
1
reply
X Axis scale with no corresponding data item
Hi, In the examples provided in SamplesBrowser project, the same data is being assigned to both xAxis and series. So, for each dataItem in series, there is a corresponding label in xAxis. (in your...
Not Answered
716755
views
2
replies
Demo Android Graphs not working
when I run the my demo app with the jar files referenced, I get the following error. Could not find class 'com.infragistics.controls.charts.DataChartView' called from DataChartView chart = new DataChartView...
Not Answered
1943932
views
3
replies
OutOfMemoryError Crash
Hi While Using the Data charts in an Android app and when I navigate to that particular fragment where Data charts are implemented for more than 20 times I get Crash as mentioned below. java.lang...
Suggested Answer
1044857
views
1
reply
CategoryDateTimeXAxis and SetDateTimeMemberPath issue
I'm trying to use date/time on the XAxis of a Line Series Chart but the date/time's are not showing up on the Axis. This is a smple of how I'm setting up my XAxis in code. There are no examples in the...
Answered
699379
views
3
replies
DataChartView not Displaying anything
Hi, I am developing android app in android studio in JAVA. And I am using DataChartView to display a chart the problem is I am unable to see anything plotted. There is just one grey line. Following is...
Not Answered
607246
views
1
reply
Chart Cursor
Hi, I use setOnSeriesCursorMoveListener(this); . I can perfectly get the closest item to the point in onSeriesCursorMove from chartCursorEvent. How can I get the Y coordinate of the cursor's...
Answered
859538
views
2
replies
Chart Points
Hi, What is the equivalent of "convertToScreen" function of IGNumericYAxis for Android version ?
Not Answered
425541
views
1
reply
About DataChartView problem
Where can I download some sample code for Android Studio user? I can't get DataChartView work,I put following code in layout xml: <com.infragistics.controls.DataChartView android:id="@+id/dataChart...
Answered
1012066
views
2
replies
DataChart -- actual chart bounding box
Now that I've got my chart running transparent, how can I get the rectangle (top/left/bottom/right) coordinates of the actual chart (not labels and padding) being displayed on the screen? I tried the...
Answered
1106229
views
2
replies
Plot area transparency
Hi, we're using the Android DataChartView and we're trying to draw a background image behind the plotted datapoints. I tried setting both the view background and the plot area background brush to transparent...