Perfect. Thanks again,
Richard.
Search found 13 matches
- Tue May 06, 2008 1:50 pm
- Forum: .NET
- Topic: Thickness of OHLC Bars
- Replies: 4
- Views: 6370
- Tue May 06, 2008 12:07 pm
- Forum: .NET
- Topic: Thickness of OHLC Bars
- Replies: 4
- Views: 6370
- Thu May 01, 2008 3:06 pm
- Forum: .NET
- Topic: Thickness of OHLC Bars
- Replies: 4
- Views: 6370
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.
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.
- Mon Oct 01, 2007 9:39 pm
- Forum: .NET
- Topic: Problem re-installing teechart
- Replies: 1
- Views: 3827
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...
- Fri Aug 10, 2007 10:54 am
- Forum: .NET
- Topic: Is it possible to create such a chart with Teechart?
- Replies: 1
- Views: 3988
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:
Please take a look at what I am trying to accomplish:
- Mon May 21, 2007 8:11 am
- Forum: .NET
- Topic: Undo/Redo functionality in Teechart
- Replies: 1
- Views: 4930
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?
If no can you provide a workaround of building custom undo/redo?
- Fri May 04, 2007 11:36 am
- Forum: .NET
- Topic: DrawLine tool works strange
- Replies: 3
- Views: 5929
- Fri May 04, 2007 9:59 am
- Forum: .NET
- Topic: DrawLine tool works strange
- Replies: 3
- Views: 5929
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...
- Thu May 03, 2007 9:02 am
- Forum: .NET
- Topic: PopupMenu for ColorLine
- Replies: 1
- Views: 4391
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.
- Thu Nov 09, 2006 5:42 pm
- Forum: .NET
- Topic: Looking for a Developer
- Replies: 0
- Views: 4917
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.
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.
- Sat Aug 19, 2006 5:38 am
- Forum: .NET
- Topic: Add DrawLineItem from code
- Replies: 2
- Views: 6097
- Fri Aug 18, 2006 4:39 am
- Forum: .NET
- Topic: Add DrawLineItem from code
- Replies: 2
- Views: 6097
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...
- Tue Jul 11, 2006 6:33 am
- Forum: .NET
- Topic: Export to EPS file corrupted with Unicode data
- Replies: 1
- Views: 4050
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...