Profile Picture

Change object color and shape via data import

Posted By Tom Walls 15 Years Ago
Author
Message
Tom Walls
Posted 15 Years Ago
View Quick Profile
Forum Newbie

Forum Newbie (2 reputation)Forum Newbie (2 reputation)Forum Newbie (2 reputation)Forum Newbie (2 reputation)Forum Newbie (2 reputation)Forum Newbie (2 reputation)Forum Newbie (2 reputation)Forum Newbie (2 reputation)Forum Newbie (2 reputation)

Group: Forum Members
Last Active: 15 Years Ago
Posts: 2, Visits: 1
Hi we are evaluating your product (verge of buying) for a web diagramming image which is a part of a system we are building for one of our clients.

We are close in that we are trying to use the DataImport for a graph using data tables (views). We are pretty close but our problem is that the requirement we have from the client requires us to add labels to the connectors (sometimes) and change certain objects from ellipse to process squares and change from one color to another (red) as a visual queue. We haven't figured out how to do that with the standard data import you have if its possible.

I have added two graphic images of a examples that are pretty normal that we have to create from stored information in our database. Any examples would be HUGE!!

Thanks
Tom Walls


Ok I got this working on the color now need help with shape itself:


if ( shape.Text.Contains("Online"))
shape.Style.FillStyle = new NColorFillStyle(Color.Red);




Similar Topics


Reading This Topic