Hi narcis,
Thanks for the reply. Tried that but no luck.
Search found 18 matches
- Thu Jun 30, 2005 3:55 pm
- Forum: .NET
- Topic: Format point differently from others in the series
- Replies: 3
- Views: 7539
- Thu Jun 23, 2005 1:24 pm
- Forum: .NET
- Topic: Format point differently from others in the series
- Replies: 3
- Views: 7539
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...
- Wed Jun 22, 2005 3:15 pm
- Forum: .NET
- Topic: WindRoseSeries
- Replies: 1
- Views: 5122
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...
- Thu Feb 17, 2005 4:05 pm
- Forum: .NET
- Topic: DateTime Axis Labelling
- Replies: 1
- Views: 5497
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...
- Fri Mar 12, 2004 3:07 pm
- Forum: ActiveX
- Topic: Installation of ActiveX and .Net version
- Replies: 1
- Views: 6217
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?
Is it okay to install TeeChart Pro ActiveX V4.0x on the same pc as TeeChart for .NET?
- Fri Feb 13, 2004 11:29 am
- Forum: .NET
- Topic: Custom Axis Labelling
- Replies: 4
- Views: 12841
- Wed Feb 11, 2004 10:30 am
- Forum: .NET
- Topic: TeeChart for .NET maintenance release
- Replies: 1
- Views: 7518
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...
- Tue Feb 10, 2004 4:15 pm
- Forum: .NET
- Topic: Custom Axis Labelling
- Replies: 4
- Views: 12841
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...
- Fri Feb 06, 2004 4:06 pm
- Forum: .NET
- Topic: Custom Axis Labelling
- Replies: 4
- Views: 12841
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...
- Tue Feb 03, 2004 12:40 pm
- Forum: .NET
- Topic: Representing null values
- Replies: 6
- Views: 18539
- Tue Feb 03, 2004 12:24 pm
- Forum: .NET
- Topic: Invert vertical axis scale
- Replies: 2
- Views: 9375
- Mon Feb 02, 2004 5:05 pm
- Forum: .NET
- Topic: Invert vertical axis scale
- Replies: 2
- Views: 9375
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...
- Mon Feb 02, 2004 1:08 pm
- Forum: .NET
- Topic: Representing null values
- Replies: 6
- Views: 18539
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...
- Mon Feb 02, 2004 10:04 am
- Forum: .NET
- Topic: Representing null values
- Replies: 6
- Views: 18539
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'...
- Fri Jan 30, 2004 5:20 pm
- Forum: .NET
- Topic: Hide chart border
- Replies: 1
- Views: 7907