V
V
Vitaly Pukhov2014-11-12 11:03:20
Programming
Vitaly Pukhov, 2014-11-12 11:03:20

Is there such a .net OpenSource control?

For one project, a control element is needed to display a "data map" something like this:
12.jpg
Naturally, it's not difficult to make such a thing, but I don't want to reinvent the wheel, I tried to google it, but I couldn't figure out what such a miracle should be called. Maybe someone knows such a component or how best to implement this (in C #)?

Answer the question

In order to leave comments, you need to log in

2 answer(s)
V
Vitaly Pukhov, 2014-11-14
@Neuroware

I didn’t find anything similar, I wrote my own, in principle it turned out pretty well, if anyone is interested, I can lay it out.

L
lam0x86, 2014-11-15
@lam0x86

You may ask why you do not want to "reinvent the wheel"? It seems to me that due to the rare prevalence of such functionality, if you find something, you will be forced to use crutches in order to transform your data model into one that can be fed to the found control. If in the process of product evolution you need to add functionality that goes beyond the capabilities of control, you will have to solve the problem - fork from the project (if it is, of course, open source), and then have pain with each new release, or fence new crutches to force the existing implementation does not work as it was planned by the creators.
In this case, I would still advise you to invent your own little bicycle, all the more, not so complicated, in appearance, this controller should turn out.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question