Questions tagged [diagramming]

Diagramming is a process used to create and edit diagrams. Software diagramming functions provide a user interface facility to create and edit diagrams graphically.

Diagramming is a process used to create and edit diagrams. Software diagramming functions provide a user interface facility to create and edit diagrams graphically. There are many types of diagrams (such as ER, trees, flow charts) and many diagramming languages (such as UML). Diagrams can also be free form, and not follow any particular type or language.

131 questions
1
vote
1 answer

Maven Modelling Notation

Is there a generally-accepted notation to allow a representation of dependencies, inheritance and module aggregation for Maven Projects? I haven't spent a lot of time looking, but nothing had immediately jumped out at me. I've seen with the…
Jacob Zwiers
  • 1,092
  • 1
  • 13
  • 33
0
votes
1 answer

Diagramming tool for WPF

I wish to create a diagram similar to VS.NET class diagram. I have seen Sukram's article on codeproject.com, called DiagramDesigner. But I have found this solution a little difficult to implement, I want the control with + and - buttons for…
SNA
  • 7,528
  • 12
  • 44
  • 60
0
votes
3 answers

Is SVG a safe choice for basic graphics?

(I apologize if this belongs in stackexchange.com - I'm not sure how to tell) I am a big fan of the dot language and want to adopt a language for my more complex diagramming needs (e.g. software architecture graphics, business school papers,…
Sridhar Sarnobat
  • 25,183
  • 12
  • 93
  • 106
0
votes
1 answer

Anchor node to a subgraph in Mermaid

I have a complex Mermaid diagram with many different subgraphs. It is large enough that it is hard to keep track of the order of different subgraphs. Sometimes I reorder them for clarity or positioning. Unfortunately, the order of the subgraphs is…
canary_in_the_data_mine
  • 2,193
  • 2
  • 24
  • 28
0
votes
1 answer

Linking UML Diagrams - What are the different possibilities and how to specify in a tool independent wa

UML 2.x has 14 diagram types - grouped into structural and behavioral diagrams. For a system modelled in UML, there is inter-linking between diagrams, for example: A class with a state variable should have a corresponding state-machine diagram which…
appanponn
  • 465
  • 4
  • 9
0
votes
1 answer

Is there a bug or quirk when working with the Shape properties Top, Left, Height and Width

While writing a program to display a diagram I came across something that I can't find an explanation for and I would appreciate someone explaining to me whether this is a bug, or a configuration option, or other, and how I might resolve or work…
Tai
  • 1
0
votes
1 answer

Excel Diagramm Seriesnames in VBA

I'm programming a Makro for a Excel xy-Diagramm The diagramm is nearly correct, but i have dublicate DataSeriesNames; I already tried to go through all Series and Compare the Names. There were no Errors, but it didn't work. Code was like that: For…
MrPropper
  • 3
  • 1
  • 2
0
votes
2 answers

What library or component can create nice looking diagrams in an ASP.NET web app

I have an ASP.NET/C# web app and I want to add the capability to generate very nice diagrams from the business data, in an Edward Tufte kind of way. More specifically, it would be box diagrams where the size and shape of the boxes would be…
0
votes
2 answers

Can Apache nifi be used as an application server?

I'm an application developer mainly develop and maintain enterprise application, like ERP, HCM system. After being in the field for many years, I started feeling that the way business system are developed is not quite right. After years of…
0
votes
0 answers

Activity Recognition Api Diagram

I have done my thesis and now I have to make a presentation. The professor asked me for diagramms at every api that I used. So the only api that I don't have the diagramm is the Activity recognition api Could anyone please help me, because I don't…
0
votes
1 answer

Can attributes be used with entitiy titles on data flow diagrams?

All. I'm trying to diagram the flow of data between several large, complex systems. I'm putting each system on the data flow diagram as an entity. I also would like to show which entities are public facing, and which are internally facing. Is it…
Tom C
  • 33
  • 1
  • 8
0
votes
2 answers

Are you modeling or drawing? in uml

Please I need help in understanding this two approaches in the uml world. I am a programmer who is new to uml. I just started learning uml lately but kept getting this phrase asked all the time. - Are you modelling or drawing?. An explanation is…
Emeka Obianom
  • 1,736
  • 3
  • 17
  • 36
0
votes
1 answer

Diagraming MS Office Object Models

I want to visualize the various object models used by Microsoft Office, but I cannot locate a decent resource. Is there a way for me to do this programmatically, or is there a good resource of up-to-date diagrams that already exists? For example,…
EJ Mak
  • 799
  • 1
  • 8
  • 29
0
votes
2 answers

Creating an Online Diagramming Tool

Recently i have thought of setting myself the task of creating a basic digramming tool that would be web based and would like some input from other programmers and developers with more experience that myself. I have stumbled upon this Site that…
0
votes
1 answer

Representing whiteboard diagrams as pure text while taking notes?

I write all my notes in a simple text editor, and I have a hard time capturing diagrams, flowcharts, etc. as purely text. Do you know of any text-based shorthand for diagramming? Or have you developed your own techniques you wouldn't mind…
Luke
  • 2,151
  • 3
  • 17
  • 15
1 2 3
8 9