Measurement Studio for .NET Languages

cancel
Showing results for 
Search instead for 
Did you mean: 

How do you programatically get the property page for a Scattergraph

From my application, I want to programatically pull up the property page for the Scattergraph so the user can customize the graph.
 
How do you do this?
 
Thanks,
Scott
0 Kudos
Message 1 of 3
(3,217 Views)

BTW, I am using:

Visual Studio 2003

MS 7.1

C#

0 Kudos
Message 2 of 3
(3,213 Views)

The easiet way would be to use the property grid control. Its one of the standard Windows Form controls that is not in the toolbar by default. You will need to right click and select add/remove items and pick it from the list. Once you drop it on the form, you can bind it to the graph via the selectedobject property.

I hope this helps.

Bilal Durrani
NI
0 Kudos
Message 3 of 3
(3,196 Views)