Search found 6 matches

by johnf
Wed Jan 20, 2010 5:39 pm
Forum: .NET
Topic: ColorGrid and CursorTool
Replies: 4
Views: 3586

Re: ColorGrid and CursorTool

Narcis,

I am getting an IndexOutOfRangeException in the colorGrid1.Clicked(e.X, e.Y)) member function

John
by johnf
Tue Jan 19, 2010 4:01 am
Forum: .NET
Topic: ColorGrid and CursorTool
Replies: 4
Views: 3586

ColorGrid and CursorTool

Hi, I have a ColorGrid that I added a CursorTool to. I would like to display the x,y,z value of the cursor location. I implemented the cursorTool_Changed method and get the correct (x,y) values using e.XValue and e.YValue. However I do not know how to get the z value. I also noticed that Steema.TeeC...
by johnf
Thu Aug 27, 2009 4:25 pm
Forum: .NET
Topic: polarseries and colorgrid
Replies: 1
Views: 1927

polarseries and colorgrid

I typically plot 3D data using colorgrid with a legendpalette and my defined colorpalette. I would like to generate the same type of chart in polar coordinates rather than rectangular coordinates. How can I do this?

Thanks
John
by johnf
Wed Nov 19, 2008 4:43 pm
Forum: .NET
Topic: Polar Plot Clipping Question
Replies: 1
Views: 1755

Polar Plot Clipping Question

When I draw a polar plot in which the axis limit is less than the data space the line in drawn outside the plot range. Is there a way to clip the plot data without physically changing the data each time the user changes the axis limits?
by johnf
Sun Mar 09, 2008 10:28 pm
Forum: .NET
Topic: Changing the series type
Replies: 1
Views: 1897

Changing the series type

I have an application that when lauched contains a single chart with a number of line series. I want to give the user the option to switch the chart to replot all series in polar format. How do I go about switching all line series in a chart to polar series? I do not want to delete all series in a c...
by johnf
Sat Feb 23, 2008 4:16 pm
Forum: .NET
Topic: chartlistbox1_RemovedSeries
Replies: 1
Views: 1876

chartlistbox1_RemovedSeries

I am allowing a user to delete a series from the chartlistbox control but I would like to know which series is being deleted (series index or the selected index that the delete key was pressed on). I was thinking that the RemovedSeries event would tell me which series was being removed. However, whe...