Search found 179 matches
- Tue Oct 22, 2013 11:16 am
- Forum: .NET
- Topic: Point Series Legend
- Replies: 1
- Views: 6046
Point Series Legend
Here we are uploading our new sample project. Where , you can see the series style as points in the form of sets of red triangle & green circles. That are displayed in the graph as the channel placement. Where, we want the legend to show up the information only about the channel & not how many point...
- Sat Aug 10, 2013 6:26 am
- Forum: .NET
- Topic: Rubber band Zoom
- Replies: 1
- Views: 5876
Rubber band Zoom
Our concern is about the HighlightedGraphPanel.Axes.Bottom.Minimum/Maximum. By default, we have the display unit as 'time' & then we do the zooming with the X-axis for some frame followed by making the change in the display unit from the 'time' to other units e.g. "cycles', "seconds". Our desired zo...
- Sat Aug 10, 2013 4:15 am
- Forum: .NET
- Topic: Annotations
- Replies: 2
- Views: 6784
Annotations
Any Chance is there for Annotation Tool Tip?
- Mon Aug 05, 2013 11:46 pm
- Forum: .NET
- Topic: Custom Y-axis autoscale issue
- Replies: 1
- Views: 5824
Custom Y-axis autoscale issue
I turned off autoscalling of data by myYAxis.Automatic=False. But, how can i make sure that my y-axis scales to some value of my choice. Please suggest: 1. How can set a custom min/max range on the my custom vertical y-axis 2. How can I set min/max labels of Y-axis to match my custom range values? T...
zoom
How to save the x-axes zoom value to export as object or save as sessions?
- Tue Jul 30, 2013 2:08 pm
- Forum: .NET
- Topic: Annotations and y-axis
- Replies: 1
- Views: 5690
Annotations and y-axis
1. Is it possible to cancel the mouse move option to annotations?
2. Is it possible to change the y-axis setrange() while double_Clicking on the y-axis?
2. Is it possible to change the y-axis setrange() while double_Clicking on the y-axis?
- Wed Jan 30, 2013 7:34 am
- Forum: .NET
- Topic: Wpf chart zooming
- Replies: 3
- Views: 8600
Re: Wpf chart zooming
Amazing ... how can such a fundamental part of this library be having such a serious bug?
Anyways, if we need to implement it for WPF chart, how can we do it programatically? Please provide some sample code.
Thanks
Anyways, if we need to implement it for WPF chart, how can we do it programatically? Please provide some sample code.
Thanks
- Thu Jun 21, 2012 11:21 am
- Forum: .NET
- Topic: Draw All Points of FastLine series
- Replies: 24
- Views: 45194
Re: Draw All Points of FastLine series
Marc, TChart object gets refreshed several times as our desktop Application lets users to interact with the graph display with many tools. Thanks for the hint for "offline" processing. For a desktop app., how can i apply smoothing function "offline" and load only the smoothed data to the TChart. Is ...
- Wed Jun 13, 2012 12:33 pm
- Forum: .NET
- Topic: Draw All Points of FastLine series
- Replies: 24
- Views: 45194
Re: Draw All Points of FastLine series
Marc,
The 4.1.2012.5106 build in the current evaluation setup fixed the issue. Now, the curve fitting is smooth.
I will upgrade from V3 to this version soon in next couple of days.
Thanks,
Rajesh
The 4.1.2012.5106 build in the current evaluation setup fixed the issue. Now, the curve fitting is smooth.
I will upgrade from V3 to this version soon in next couple of days.
Thanks,
Rajesh
- Mon Jun 11, 2012 11:53 am
- Forum: .NET
- Topic: Draw All Points of FastLine series
- Replies: 24
- Views: 45194
Re: Draw All Points of FastLine series
Marc, I am using evaluation 4.1.2012.02284 as it was lat installed while trying Fastline.DrawAllPointsStyle option. Do you advice retrying with latest eval version? I am getting the screenshots as shown below. Display of both original and smoothed series. 1.jpg After some zoom 2.jpg Further zoom 3.j...
- Sat Jun 09, 2012 3:58 pm
- Forum: .NET
- Topic: Draw All Points of FastLine series
- Replies: 24
- Views: 45194
Re: Draw All Points of FastLine series
Marc, I am not having much luck with the evaluation version of V2012 with the example data set posted in this message. The code snippet as follows. Dim mySmoooth As New Steema.TeeChart.Functions.Smoothing(GraphChart.Chart) mySmoooth.Interpolate = False mySmoooth.Period = 1 ' 1 to 4 values didn't mak...
- Sun May 27, 2012 3:33 am
- Forum: .NET
- Topic: Draw All Points of FastLine series
- Replies: 24
- Views: 45194
Re: Draw All Points of FastLine series
Marc,
Yes. This is what we want. Can you provide the details/snippet of smoothing function you used? Is it available in V3? We haven't upgraded to V2012 yet.
Thanks
Yes. This is what we want. Can you provide the details/snippet of smoothing function you used? Is it available in V3? We haven't upgraded to V2012 yet.
Thanks
- Fri May 25, 2012 9:49 am
- Forum: .NET
- Topic: Draw All Points of FastLine series
- Replies: 24
- Views: 45194
Re: Draw All Points of FastLine series
Marc, The proposed solution is not going to be feasible for us. Here is what we decided and like to see if TChart can help us with this. As is shown in the posted image above message http://www.teechart.net/support/posting.php?mode=reply&f=4&t=13190&sid=b9fd1a2d887bb8aa9bee39d63f13d808#pr57399 , the...
- Mon May 07, 2012 6:10 am
- Forum: .NET
- Topic: PenEditor for multiple series
- Replies: 1
- Views: 5704
PenEditor for multiple series
Is there any way for us to use series color pallette to update multiple series' color properties? For example, I have 10 fastline series and with the help of a selector tool, I select one series and invoke its penEditor (Steema.TeeChart.Editors.PenEditor(fastline.LinePen)). My users want the flexibi...
- Wed May 02, 2012 1:41 pm
- Forum: .NET
- Topic: First and last label of bottom axis
- Replies: 1
- Views: 5659
First and last label of bottom axis
How do we ensure the first and last label of bottom axis are always visible.Bottom axis is time axis.