Graphical display and printout with X#

Public forum to share code snippets, screen shorts, experiences, etc.
Post Reply
User avatar
Phil Hepburn
Posts: 743
Joined: Sun Sep 11, 2016 2:16 pm

Graphical display and printout with X#

Post by Phil Hepburn »

Hi X# guys,

In looking through my older/past material for printing and graphics, I have come across my start-up app for "Zed Graph" - the free .NET graphical package.

I have used 'XPorter' to transfer code from earlier coded versions to be a 'fully fledged' and working X# dotNet application.

I will display a couple of meaningful images of my graphical success - check below :-
ZedGraph_01.jpg
ZedGraph_01.jpg (54.68 KiB) Viewed 200 times
ZedGraph_02.jpg
ZedGraph_02.jpg (101.92 KiB) Viewed 200 times
ZedGraph_03.jpg
ZedGraph_03.jpg (95.77 KiB) Viewed 200 times
Previously I converted from C# a whole bunch of sample graphs with their data. These are all available in the app for display as well as your viewing / reading.

When I get a chance I will give you access to this work, as well as the zipped CHM help file that accompanies Z-Graph. (Theirs not mine!)

I really ought to get Robert to make this app available in the Samples section, or however a full solution is distributed.

Bye for now,
Best regards,
Phil.
Wales, UK.
P.S. happy Easter for tomorrow ;-0)

Phil.
Wales, UK.
User avatar
Phil Hepburn
Posts: 743
Joined: Sun Sep 11, 2016 2:16 pm

Graphical display and printout with X#

Post by Phil Hepburn »

Hi guys,

Well, here is something for you to test out after download and unzipping.

The following link is to a folder of mine in my OneDrive system.

https://1drv.ms/u/s!AiCBl-gBWjY9g9MFqkIKs-Si9I-0_Q

It should allow you to download and install in VS a working ZedGraph solution with samples.

PLEASE somebody try it out and let me know either way if we have 'go' or not !

Cheers,
Phil.
User avatar
Phil Hepburn
Posts: 743
Joined: Sun Sep 11, 2016 2:16 pm

Graphical display and printout with X#

Post by Phil Hepburn »

Hi again,

Well it downloads from the posted link here in Newport, and with a click or two the EXE file in Debug runs on my system directly from an unzip.

For some reason the EXE file in Release seemed to not function, so take care.

Oh! this was obviously without going into VS - just direct from running the EXE file.

Good Luck,
Phil.
User avatar
Phil Hepburn
Posts: 743
Joined: Sun Sep 11, 2016 2:16 pm

Graphical display and printout with X#

Post by Phil Hepburn »

Whoops !!! - for got the graphic / image :-
ZedGraph_13.jpg
ZedGraph_13.jpg (83.2 KiB) Viewed 200 times
Seeing is believing ;-0)

Phil.
FFF
Posts: 1522
Joined: Fri Sep 25, 2015 4:52 pm
Location: Germany

Graphical display and printout with X#

Post by FFF »

As you wrote - the debug-exe works, that release-exe crashs :)
Trying to compile this, i get a:

Fehler XS1703 Multiple assemblies with equivalent identity have been imported: 'C:WindowsMicrosoft.NETFramework64v4.0.30319mscorlib.dll' and 'C:WindowsMicrosoft.NETFrameworkv2.0.50727mscorlib.dll'. Remove one of the duplicate references. ZedGraphVS XSC 1

No idea, where to look for this...
BTW, are the references to VN needed?
Regards
Karl
(on Win8.1/64, Xide32 2.19, X#2.19.0.2.)
Post Reply