Search found 6 matches

by msureja
Thu Jun 18, 2009 5:38 am
Forum: .NET
Topic: DownSampling performance issues
Replies: 1
Views: 3063

DownSampling performance issues

Hi We are using Tchart license with source code (license number 14050297). We have a lot of mouse interaction with chart. The ammount of Datapoints used to draw the chart is also huge of the order of 100000 points. We are using downsampling to reduce size of rendered points. But the use of downsampl...
by msureja
Wed Apr 15, 2009 12:05 pm
Forum: .NET
Topic: Custom Axis Zoom
Replies: 6
Views: 7374

Custom Axis Zoom

Hi Narcís, Thanks for reply. I have tried with All Features\Welcome !\Axes\Opaque zones as explained in new features demo. Using this I went one step ahead. But when i zoom first series, the series points will not overlap with others but other series disappears. The same thing happens with feature d...
by msureja
Tue Apr 14, 2009 12:17 pm
Forum: .NET
Topic: SubChart Tool Addition TChart
Replies: 3
Views: 4209

SubChart Tool Addition TChart

Hi Narcís, Thanks for reply. You'll find an example in the WPF demo searching for SubChartTool in the tools listbox. An example can also be found at What's New?\Welcome !\New Chart Tools\SubChart Tool in the features demo, available at TeeChart's program group. I have gone throught WPF Demo sample, ...
by msureja
Tue Apr 14, 2009 11:02 am
Forum: .NET
Topic: Custom Axis Zoom
Replies: 6
Views: 7374

Custom Axis Zoom

Hi Narcís, Thanks for your reply. I have uploaded simple example named TChartCustomAxisZoom.zip using upload page link. You can easily reproduce problem with the sample. In sample i have used TeeChart.WPF.dll (V. 3.5.3146.24806). You might need to add reference for TeeChart.WPF.dll. Steps for reprod...
by msureja
Mon Apr 13, 2009 5:10 am
Forum: .NET
Topic: SubChart Tool Addition TChart
Replies: 3
Views: 4209

SubChart Tool Addition TChart

Hi, I am using WPF TChart (V. 3.5.3146.24806). I have tried to add subchart tool inside TChart but not succeed. I have also gone through the WPF Sample provided by TChart but not found any subcharts in sample also. Can we add subchart tool in TChat? If yes, please provide me some sample code for add...
by msureja
Mon Apr 13, 2009 4:58 am
Forum: .NET
Topic: Custom Axis Zoom
Replies: 6
Views: 7374

Custom Axis Zoom

Hi, I have seen reply for custom axis zoom in forum http://www.teechart.net/support/viewtopic.php?p=25932&highlight=&sid=a2171ead3a1d110acdae54159e5f9db8 I am using WPF TChart (V. 3.5.3146.24806). I have added 11 horizontal custom axis. If i zoom first custom axis using axis.SetMinMax(min, max); the...