Search found 11 matches
- 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...
- Tue Aug 26, 2008 6:38 am
- Forum: .NET
- Topic: Custom Axis Labels
- Replies: 6
- Views: 7926
- Thu Aug 21, 2008 12:07 pm
- Forum: .NET
- Topic: Custom Axis Labels
- Replies: 6
- Views: 7926
- Wed Aug 20, 2008 2:15 pm
- Forum: .NET
- Topic: Custom Axis Labels
- Replies: 6
- Views: 7926
- 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...
- 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
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
- 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...
- 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...
- 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...
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...