Question:

Has any body help me with spear diagram ?

by  |  earlier

0 LIKES UnLike

guys i have to represent some info in a spear diagram in c# or vb

has any body done it before or has any idea how it can be done ?

please help

 Tags:

   Report

1 ANSWERS


  1. You mean one of those diagrams that looks a bit like a "wheel of fortune" in a casino gone wild, but with a couple of words written outside of it?

    Your only hope is to use a low level graphics program that can draw straight lines and fill in pixels. These are available in both VB and C#. Then you just have to compute the coordinates of everything, and fill in the dots. You also need a routine that can plot text at an angle. Failing this, write your own routine that manipulates a typeface that you have to design yourself.

    Most computer programmers would consider spear diagrams to be an attempt to cloak fuzzy data in an aura of legitimacy. So it is pretty unlikely that anybody has already written a set of routines, it is all up to you!

    There is a substantial amount of work involved in this project, and almost no reward.

Question Stats

Latest activity: earlier.
This question has 1 answers.

BECOME A GUIDE

Share your knowledge and help people by answering questions.