Author Topic: How to show PlotStyleDialog?  (Read 1312 times)

0 Members and 1 Guest are viewing this topic.

csharpbird

  • Newt
  • Posts: 64
How to show PlotStyleDialog?
« on: February 21, 2013, 04:28:59 AM »
The following codes cannot show PlotStyleDialog.
Code: [Select]
        Dim i As New PlotStyleDialog
         If i.ShowModal = True Then
             Application.ShowAlertDialog(i.PlotStyle.ToString)
         End If
Can someone solve this problem?Thanks in advance!

BlackBox

  • King Gator
  • Posts: 3770
Re: How to show PlotStyleDialog?
« Reply #1 on: February 21, 2013, 11:14:07 AM »
I believe that Sinc provides the information you're after in this thread.
"How we think determines what we do, and what we do determines what we get."