Search found 13 matches

by stratadat
Tue May 06, 2008 1:50 pm
Forum: .NET
Topic: Thickness of OHLC Bars
Replies: 4
Views: 6263

Perfect. Thanks again,

Richard.
by stratadat
Tue May 06, 2008 12:07 pm
Forum: .NET
Topic: Thickness of OHLC Bars
Replies: 4
Views: 6263

Thank you very much Narcis.

Does this apply to both OHLC bars and Candlesticks?

Regards,

Richard.
by stratadat
Thu May 01, 2008 3:06 pm
Forum: .NET
Topic: Thickness of OHLC Bars
Replies: 4
Views: 6263

Thickness of OHLC Bars

Hello.

Is there any way to control the thickness of the OHLC bars in TeeCharts for .Net? They seem to always be one point wide. I would like to be able thicken the bars if fewer bars are displayed on a chart and thin the bars if the bars are more densely packed on the chart.

Thanks,

Richard.
by stratadat
Mon Oct 01, 2007 9:39 pm
Forum: .NET
Topic: Problem re-installing teechart
Replies: 1
Views: 3763

Problem re-installing teechart

I was reinstalling the teechart and my PC ocassionally rebooted in the middle of uninstallation. Now I am unable to either uninstall the previos version or install new one. The installation constantly raises errors: 1) "TEEGOF~1.EXE has encountered a problem and needs to close..." 2) "TOOLBO~1.EXE h...
by stratadat
Fri Aug 10, 2007 10:54 am
Forum: .NET
Topic: Is it possible to create such a chart with Teechart?
Replies: 1
Views: 3894

Is it possible to create such a chart with Teechart?

I need to create a chart with data table below.
Please take a look at what I am trying to accomplish:

Image
by stratadat
Mon May 21, 2007 8:11 am
Forum: .NET
Topic: Undo/Redo functionality in Teechart
Replies: 1
Views: 4793

Undo/Redo functionality in Teechart

Has teechart any built-in undo/redo functionality?

If no can you provide a workaround of building custom undo/redo?
by stratadat
Fri May 04, 2007 11:36 am
Forum: .NET
Topic: DrawLine tool works strange
Replies: 3
Views: 5838

Sorry, you code does not work for me as well. We have found strange thing while debugging - when line is not displayed the values of StartHandle and EndHandle properties of DrawLineItem is System.NullReferenceException
by stratadat
Fri May 04, 2007 9:59 am
Forum: .NET
Topic: DrawLine tool works strange
Replies: 3
Views: 5838

DrawLine tool works strange

For building financial type charts we use custom vertical axes to have both left and right axes and place one chart under another. Everything works as expected. Our application requires an ability to place a custom line on chart. To accomplish that we use DrawLine tool and the following code: DrawLi...
by stratadat
Thu May 03, 2007 9:02 am
Forum: .NET
Topic: PopupMenu for ColorLine
Replies: 1
Views: 4295

PopupMenu for ColorLine

I am using ColorLine tool and would like to be able to envoke a popup menu when user right clicks it. The popup menu will have line formatting settings and "Remove" items. Can you please advise me how to do that? Color line seem to have no onclick event.
by stratadat
Thu Nov 09, 2006 5:42 pm
Forum: .NET
Topic: Looking for a Developer
Replies: 0
Views: 4698

Looking for a Developer

Hello.

I have a partially developed C# / .Net desktop app developed. I'm looking for a developer that can continue the development of this existing app and assist with also porting a version of the app to the Internet.

Thanks,

Richard.
by stratadat
Sat Aug 19, 2006 5:38 am
Forum: .NET
Topic: Add DrawLineItem from code
Replies: 2
Views: 5917

Yep, that was it. I was under the impression that the lines were relative to the X & Y of the chart itself but they're actually the X & Y of a particular axis.
by stratadat
Fri Aug 18, 2006 4:39 am
Forum: .NET
Topic: Add DrawLineItem from code
Replies: 2
Views: 5917

Add DrawLineItem from code

I'm trying to add a DrawLineItem to a DrawLine tool associated with my chart using this code: Steema.TeeChart.Tools.DrawLineItem newLine = new Steema.TeeChart.Tools.DrawLineItem(drawLine1); newLine.StartPos.X = 10; newLine.StartPos.Y = 10; newLine.EndPos.X = 50; newLine.EndPos.Y = 50; However, the l...
by stratadat
Tue Jul 11, 2006 6:33 am
Forum: .NET
Topic: Export to EPS file corrupted with Unicode data
Replies: 1
Views: 3988

Export to EPS file corrupted with Unicode data

I have TeeChart .NET Build 2.0.2306.26232 and I'm attempting to export to an EPS file. However, the exported file looks like it's corrupted. Upon further inspection, it appears that the data section of the EPS file is in Unicode UTF-16 format. However, it probably should just be regular ASCII (or ma...