Search found 18 matches

by Paul
Thu Jun 30, 2005 3:55 pm
Forum: .NET
Topic: Format point differently from others in the series
Replies: 3
Views: 7423

Hi narcis,

Thanks for the reply. Tried that but no luck.
by Paul
Thu Jun 23, 2005 1:24 pm
Forum: .NET
Topic: Format point differently from others in the series
Replies: 3
Views: 7423

Format point differently from others in the series

Hi, How do I change the color of an individual point in a series. Currently all the points are blue circles with an inter-connecting red line (see below). I wish to format the point representing the most latest reading differently from the rest. In the example below it would be (270, 200). windRoseS...
by Paul
Wed Jun 22, 2005 3:15 pm
Forum: .NET
Topic: WindRoseSeries
Replies: 1
Views: 5059

WindRoseSeries

Hi, I have created a windrose series and set the series RotationAngle to 90 so that north appears at the top. When I plotted some test data on the chart e.g. windRoseSeries1.Add(0, 50) windRoseSeries1.Add(90, 100) windRoseSeries1.Add(180, 150) windRoseSeries1.Add(270, 200) I expected the second poin...
by Paul
Thu Feb 17, 2005 4:05 pm
Forum: .NET
Topic: DateTime Axis Labelling
Replies: 1
Views: 5410

DateTime Axis Labelling

Hi, I have a time series chart with date and time on the x-axis (bottom). The range of data displayed (in terms of days) can vary (i.e. the charts data is parameterised). Based on the range of data displayed at any one time (which I can work out) I wish to format the axis accordingly. How can I ensu...
by Paul
Fri Mar 12, 2004 3:07 pm
Forum: ActiveX
Topic: Installation of ActiveX and .Net version
Replies: 1
Views: 6126

Installation of ActiveX and .Net version

Hi,

Is it okay to install TeeChart Pro ActiveX V4.0x on the same pc as TeeChart for .NET?
by Paul
Fri Feb 13, 2004 11:29 am
Forum: .NET
Topic: Custom Axis Labelling
Replies: 4
Views: 12667

Hi Chris,

Thanks for the reply. I'll give it a go.
by Paul
Wed Feb 11, 2004 10:30 am
Forum: .NET
Topic: TeeChart for .NET maintenance release
Replies: 1
Views: 7343

TeeChart for .NET maintenance release

Hi, I just received an email informing me of a new TeeChart for .NET maintenance release. It states that it supports installation in Visual Studio.NET 2003 Framework v1.1.4322. Do you intend releasing a version for VS.NET.2002 Framework v1.0.3705? Also for future reference how do you apply these upd...
by Paul
Tue Feb 10, 2004 4:15 pm
Forum: .NET
Topic: Custom Axis Labelling
Replies: 4
Views: 12667

Hi Pep, Thanks for the reply. Unfortunately, the formula you gave does seem to work too well. The MaxLabelsWidth does not seem to give back the correct results. I plotted a graph with values ranging from 100 t0 1900 and MaxLabelsWidth returned 12. Then when I formatted the labels e.g. .Labels.ValueF...
by Paul
Fri Feb 06, 2004 4:06 pm
Forum: .NET
Topic: Custom Axis Labelling
Replies: 4
Views: 12667

Custom Axis Labelling

Hi, I have a chart which is configured at runtime depending on the parameters chosen by the user. The values displayed can range from single digits into thousands. For example, for one series, values could range from 0 to 10, and for another from 0 to 10,000. This means that the axis labels vary sig...
by Paul
Tue Feb 03, 2004 12:40 pm
Forum: .NET
Topic: Representing null values
Replies: 6
Views: 18004

Hi Marjan,

Thanks for the reply. When do you think V7 will become available and am I eligible for a free update if I'm not a Pro Support subscriber.

Paul
by Paul
Tue Feb 03, 2004 12:24 pm
Forum: .NET
Topic: Invert vertical axis scale
Replies: 2
Views: 9204

Hi Marjan,

Brilliant, thanks.
by Paul
Mon Feb 02, 2004 5:05 pm
Forum: .NET
Topic: Invert vertical axis scale
Replies: 2
Views: 9204

Invert vertical axis scale

Hi, I am attempting to create a simple xy line plot. However, on the vertical axis I want to have the scale inverted, i.e. 0 would be at the end furthest from the horizontal axis, with the values increasing as you move down (i.e. 0,1,2,3...etc.). (I'm trying to represent depth as a positive value on...
by Paul
Mon Feb 02, 2004 1:08 pm
Forum: .NET
Topic: Representing null values
Replies: 6
Views: 18004

Hi Josep, Thanks for the reply. I'm afraid I still can't get it too work as I'd like. I have been adding my points using the following TimeSeries.Add(dtDateTime, dblParameterValue, TimeSeriesColour) where dtDateTime is a variable of type Date, dblParameterValue is a variable of type Double and TimeS...
by Paul
Mon Feb 02, 2004 10:04 am
Forum: .NET
Topic: Representing null values
Replies: 6
Views: 18004

Representing null values

Hi, I'm wondering about how to represent null values. I am plotting a time series with time on the x-axis and the parameter I'm measuring on the y-axis. I'm using a line plot with the points visible e.g. myTimeSeries = New Steema.TeeChart.Styles.Line() myTimeSeries.Pointer.Style.Visible = True As I'...
by Paul
Fri Jan 30, 2004 5:20 pm
Forum: .NET
Topic: Hide chart border
Replies: 1
Views: 7797

Apologies - solved it

.Panel.Bevel.Outer = Steema.TeeChart.Drawing.BevelStyles.None