Measurement Studio for .NET Languages

cancel
Showing results for 
Search instead for 
Did you mean: 

customize point style on plot

Is there a way to custimize the point style on a xy graph, other than using the supplied choices?
I'd like the point to be either an arrow or a little aircraft. Any suggestions?
0 Kudos
Message 1 of 3
(3,546 Views)
Hi jdam,
 
Please see the Measurement Studio help for PointSyle Class.  In particular, it mentions:
 

"PointStyle is the base class for point styles. PointStyle provides a pre-defined list of available point styles. In addition, you can derive from this class to provide a custom point style for members, such as a custom point style for a plot or cursor.

"Note    When implementing a derived a class of PointStyle, you must provide an implementation for Draw."
 
Cheers,

David Goldberg
National Instruments
Software R&D
0 Kudos
Message 2 of 3
(3,535 Views)

You can also read the following help topic for an example on how to do this by navigating to the Table of Contents >> NI Measurement Studio Help >> Measurement Studio .NET Class Library >> Using the Measurement Studio .NET Class Libraries >> Using the Measurement Studio Windows Forms .NET Controls >> Using the Measurement Studio Graph .NET Controls >> Extending the Measurement Studio Graph .NET Controls >> Creating a Custom Point Style for the Measurement Studio Windows Forms Graph .NET Controls.

Abhishek Ghuwalewala | Measurement Studio | National Instruments
0 Kudos
Message 3 of 3
(3,531 Views)