Demo Navigator/Property editor

Need help in implementing some specific function to your LightningChart Ultimate powered application? Post a question and get code snippets from other LightningChart Ultimate community members.

Moderator: Queue Moderators

Post Reply
chartist
Posts: 8
Joined: Fri Jan 31, 2014 3:37 pm

Demo Navigator/Property editor

Post by chartist » Fri Feb 07, 2014 7:37 pm

For some context ...I'm using LCU for visualizing large amount of 3D data. I don't plan to ever redistribute the software I build. I like the Property editor in the demo application and would like to incorporate it into my work. I'm still not very experienced with C# but I thought maybe I could add my model into the structure of the overall demo and then delete other examples if I want to clean up. Is there an easier way to go about adding the property editor capability that the LCU demo contains?
Thanks.

User avatar
ArctionPasi
Posts: 1367
Joined: Tue Mar 26, 2013 10:57 pm
Location: Finland
Contact:

Re: Demo Navigator/Property editor

Post by ArctionPasi » Fri Feb 07, 2014 8:32 pm

There is an easy approach. Copy-paste property grid from demo app's FormMain.cs and place it to your form. Create the chart object and activate it to property grid.

propertyGrid1.SelectedObject = yourChart;
LightningChart Support Team, PT

chartist
Posts: 8
Joined: Fri Jan 31, 2014 3:37 pm

Re: Demo Navigator/Property editor

Post by chartist » Sat Feb 08, 2014 3:40 am

Thanks.

Post Reply