Search found 2 matches
- Wed Nov 09, 2016 8:09 pm
- Forum: .NET
- Topic: Teechart for WPF
- Replies: 3
- Views: 8025
Re: Teechart for WPF
i have one more question i use MarksTip for tool tip for a line var series = new Line(tChart1.Chart); MarksTip tooltip = new Steema.TeeChart.WPF.Tools.MarksTip(tChart1.Chart); tooltip.Series = series; tooltip.Active = true; series.GetSeriesMark += getCurserValue; when i leave the screen for , some t...
- Thu May 05, 2016 5:59 pm
- Forum: .NET
- Topic: Teechart for WPF
- Replies: 3
- Views: 8025
Teechart for WPF
1) i want to do real time chart with Different Point styles( Fast Pen with Point style). do you got any examples in wpf 2) i had to draw vertical cursor on X axis(Date time). when i append the values, Cursor seems to be moving with time. is there any fixed cursor position examples 3) MarkTip for Pen...