Search found 11 matches

by rf2005
Wed Dec 03, 2008 10:00 am
Forum: .NET
Topic: PointerStyle for Fastline
Replies: 1
Views: 2887

PointerStyle for Fastline

Dear Support ! Is it possible to paint a circle for each point when a FastLine is used ??? If using a Line the following is possible: Steema.TeeChart.Styles.Line mainline=new Steema.TeeChart.Styles.Line(); mainline.Pointer.Style = Steema.TeeChart.Styles.PointerStyles.Circle; mainline.Pointer.Visible...
by rf2005
Tue Aug 26, 2008 6:38 am
Forum: .NET
Topic: Custom Axis Labels
Replies: 6
Views: 7926

Hello,

Thank you.
The latest version handles the space below the custom labels correctly.
by rf2005
Thu Aug 21, 2008 12:07 pm
Forum: .NET
Topic: Custom Axis Labels
Replies: 6
Views: 7926

Hello,

The DLL we use has the following version number:

2.0.2887.28040
by rf2005
Wed Aug 20, 2008 2:15 pm
Forum: .NET
Topic: Custom Axis Labels
Replies: 6
Views: 7926

I have uploaded a document containing a detailed description:
FileName=ntzCustomLabels_080818.doc
by rf2005
Mon Aug 18, 2008 1:12 pm
Forum: .NET
Topic: Custom Axis Labels
Replies: 6
Views: 7926

Custom Axis Labels

Hello, Using costum axis labels with the following code AxisLabelItem lbl = new AxisLabelItem(tChartBars.Chart); string labeltext = row.ItemArray[1].ToString(); lbl.Text = labeltext; lbl.Transparent = true; lbl.Pen.Visible = false; lbl.Value = i; tChartBars.Chart.Axes.Bottom.Labels.Items.Add(lbl); p...
by rf2005
Thu Aug 14, 2008 8:00 am
Forum: .NET
Topic: showing custom text unsing marksTip
Replies: 1
Views: 4820

showing custom text unsing marksTip

hello!

I would like to know if it is possible to show some text inside a tooltip of TeeChart's series. At the moment, the tooltips are always showing the values of the series-labels.

thanks in advance

Robert
by rf2005
Wed Jan 09, 2008 1:15 pm
Forum: .NET
Topic: Problems drawing labels near CursorTool after Removing axes
Replies: 1
Views: 3234

Problems drawing labels near CursorTool after Removing axes

Hello, I added some Labels to my chart's CursorTool. This Labels are located directly left (or right) of the CursorTool. To determine the right X-Position for my Labels I use the following code: int xPixel = this.Chart.Axes.Custom[0].CalcXPosValue(XValue); this.getTopLabel().Location = new System.Dr...
by rf2005
Tue Jan 08, 2008 11:27 am
Forum: .NET
Topic: How to get DateTime from XValue in CursorTool
Replies: 1
Views: 3390

How to get DateTime from XValue in CursorTool

Hi Guys of Teechart ! We have to solve the following small problem: We use Teechart .Net and write to the fastline with the .Add(DateTime x, Value y, Color z). What we now want is to receive the actual position of a CursorTool through XValue. XValue is a double. How can we get the DateTime of this X...
by rf2005
Tue Dec 12, 2006 8:39 am
Forum: .NET
Topic: Transparent Points
Replies: 2
Views: 3763

Transparent Points

In C# I have added points (fastline.add(DateTime, value, color) to a fast series with 'Color.Transparent'. That part of the series will be transparent as long as debugged in Visual Studio 2005, but in the .exe-file an expception is thrown, caused by 'Color.Transparent'. How can I best handle (add) t...
by rf2005
Mon Aug 21, 2006 2:28 pm
Forum: .NET
Topic: WebCHart
Replies: 2
Views: 4253

Hi Narcis !

i have solved the problem by setting registry settings in [HKEY_LOCAL_MACHINE\SOFTWARE\Steema Software\TeeChart.NET]

and creating a virtual directory under inetpub/wwwroot .....

but i will try your suggestion anyway, because it's much better to avoid temporyry files.

Thankyou,

Robert.
by rf2005
Mon Aug 21, 2006 12:16 pm
Forum: .NET
Topic: WebCHart
Replies: 2
Views: 4253

WebCHart

Dear Support ! we have bought teechart for .net 2.0. if i use the webchart in a .net 2005 webproject the chart pictures are not rendered in the browser, i can see only a cross (the famous icon that indictes, that a picture was not found). so, what is missing ? The TeeChartForNet project in your samp...