How do I format the Tic Mark (both Major and Minor) Units on the X-Axis of a Scatter Chart - xlsx

I am creating multiple Scatter Charts in an Excel Workbook. The X-Axis is Date-Time. I can set the beginning date of the chart but am trying to set the Major and Minor Tick Marks (Major to 7 days, Minor to 1 day). Is there a way to do this with the LabVIEW Viewpoint XLSX Toolkit?
LabVIEW Version 2016, LabVIEW Viewpoint XLSX Toolkit v1.2.1.9, Windows 10, Excel Version 16.0.15225.20204

Related

Libre Barcode EAN-13 Font not working on SSRS report exported as PDF

I'm trying to print a barcode in a SSRS report with Visual Studio 2019 using Libre Barcode EAN-13 Font. The column from which I'm getting the numeric code is actually EAN-13 compliant (it's a valid string containing 12 digits and the last one is a valid check digit), so that's not the issue.
In the report preview it works beautifully, but when the report is exported as PDF the barcode font doesn't render correctly. Any format doesn't seem to work once exported, but I've noticed that exporting as a Word file and opening it with LibreOffice Reader works as expected.
Images showing the issue. Notice the third column EAN-13, the others are just examples.
Report preview
Report exported as PDF
I'm using Adobe Acrobat to open the PDF. I already tried many other PDF reader programs but none get the barcode rendered as expected.
Also the font (.ttf file) was already installed for all users on the developer pc.
Any ideas?
For anywhone who faces this same issue in the future, please refer to the solution shown in Libre Barcode EAN13 Text official GitHub issue.
SSRS doesn't support OpenType font features, so you'll have to implement a VB function to transform the original 12-digit UPC into an encoded EAN13 string so that it can be displayed as a valid barcode in any exported document format.

USDZ File Black on Older Devices and Normal Map artefacts

I'm stuck creating USDZ files. I've issues with older devices, basically anything older than the iPhone X, displaying items with artefacts resulting from normal maps and other issues whereby the item appears entirely black.
iPhone X and iPad on ios 12 and 12.1 betas run fine with no normal maps:
iPhone 7 iOS 12 non beta with no normal maps:
When I use normal maps I get the following issue on older devices:
You can download the raw files here: https://drive.google.com/drive/folders/13w4fFTr6EQSUyQeEryxQWp0FcPN-84Ci?usp=sharing
Any help is extremely appreciated <3

Duplication of charts in published SSRS 2012 reports

I have a set of 16 charts I need to display for each group in my dataset. I have it working perfectly in the design environment. The charts are in a list control with grouping on one field. Each unique group should result in a set of 16 charts.
The problem only exists after I deploy it. The charts repeat across the screen, even covering the SSRS controls in the browser so I cannot click print, export, etc. (See screenshot)
Some things I've tried:
1. Using compatibility mode makes no difference.
2. Using Chrome browser makes no difference.
3. I removed all charts except one and it worked without the duplication. As soon as I add a second chart, the duplication returns.
4. I have tried putting the charts in a table control instead of a list control but got the same result.
5. I have tried putting the charts in a matrix control instead of a list control but got the same result.
6. I added the charts report as a subreport so that the beginning of the charts portion would begin after page 1. Although page 1 of the report didn't result in coverage of the SSRS controls in the browser, when I get to the first page of the subreport in IE, they still display as in the screenshots.
7. I deployed the report to a local SSRS version 14 server (dev environment only) and this is not a problem at all. The charts look great. The production server is not this SSRS version though (production server details below).
8. I got rid of all objects in the report body that have grouping properties, so no more tablix at all. I had only chart objects and used filters on each one to show the data I needed per chart. Result was the same.
9. I connected to the production server, opened SQL Data Tools (version 2010) and created a brand new project and report. I put only two charts in it. Deployed the report and got the same chart duplication problem.
Development Environment:
- Designing in Visual Studio, SQL Data Tools version 14. The Target Server Version in the Project properties is set to "SQL Server 2008 R2, 2012 or 2014";
- In Visual Studio, under Tools, Options, Business Intelligence Designers, the Default Deployment Server Version is set to 11.0;
Server (AWS-hosted):
- Windows Server 2012 Standard;
- SQL Server 2012 Standard;
- SSRS version 11.0.5058.0, running in Native mode;
- Internet Explorer version on the server (where I took the screenshot) is 10.0.9200.22104;
- I have also tried Microsoft Edge with emulation document type set to 'Edge (default)' from my Windows 10 PC. Charts still repeat as in screenshot;
- I have also tried Google Chrome from my Windows 10 PC. Charts still repeat as in screenshot;
Screenshots:
[Report Manager - Charts repeat and cover controls]
[Visual Studio/SQL Data Tools - Preview shows perfect charts]
Any ideas how to fix this?? I'm at a loss and really need to get this working. Displaying more than one chart in an SSRS 2012 report should not be so difficult...
[Edited to:]
- Add project file as requested by #sasfrog.
- Add a script to create table and populate with cleansed data.
- [Get both zip files][1]
- Add [Screenshots][2] of this project file's deployed reports on the server. The screenshot shows that when there is just 1 chart object (and nothing else), there is no duplication.
But when I add just one more chart object, the charts duplicate across the screen. I tested using both IE and Chrome; same result in both browsers.
I appreciate your help with this.
Let me know if there any problems getting the two zip files or seeing the screenshot.
Your question is too old, but i had the same problem, I have modified the ASPX page in Reporting Services: ReportViewer.aspx (Reporting Services\ReportServer\Pages) adding a value for tag you have to enable AsyncRendering="true" and this solved my problem
SSRS AsyncRendering config

Charts for Windows Phone Mango

I need to create charts for WP Mango. Therefore I have a couple of "what/how" questions which might be interesting:
What...
...frameworks or tools use for this purpose?
...better to use, Silverlight or XNA (or mix)?
...to read, download, avoid etc.?
...pitfalls in charts creation (even not for WP)?
The same Data Visualization project that supports charting on WPF and Silverlight supports Windows Phone 7. Download the package and the data visualization demos from Delay's Blog:
Phone-y charts [Silverlight/WPF Data Visualization Development Release 4 and Windows Phone 7 Charting sample!]
Look at Telerik RadChart for WP7
I have found only 2 free Windows Phone chart libraries. Here are my posts with overview of these libraries:
Silverlight Toolkit
AmCharts
At the end of my posts I posted links to sample applications, so you can download and test them without writing your own samples.

How to plot 3D graphs in C?

I am working on a project which involves stereo-vision. I am using c and openncv right now. I want to make a 3D plot of points based on their calculated position. Can someone tell how to do it in c or opencv?
platform: XP, visualstudio 2005
You need a 3D rendering engine like OpenGL or DirectX. You can use any of them in VS2005 and WindowsXP.

Resources