Search found 4 matches

by Dev01
Wed Feb 25, 2015 6:08 am
Forum: .NET
Topic: How to add an image to annotation tool
Replies: 3
Views: 6808

Re: How to add an image to annotation tool

Thank you Christopher. I have tried the same code, but with TeeChart.WPF.dll version 4.1.2014.5092. This does not work as expected. We see the mulitple images tiled in the Annotation tool. We have tried all the different properties related to image for the Annotation tool (Like Strech, Fit, etc.) St...
by Dev01
Mon Feb 23, 2015 6:03 am
Forum: .NET
Topic: How to add an image to annotation tool
Replies: 3
Views: 6808

How to add an image to annotation tool

Can we use annotation tool to add an image with TeeChart for .Net using WPF? The forum, in one of the answers does provide a snippet to add an image. The primary understanding is that the code snippet is for TeeChart for .Net and it should work with WPF. We observe that it does not work at our end w...
by Dev01
Wed Dec 17, 2014 8:58 am
Forum: .NET
Topic: Axis ticks and labels
Replies: 4
Views: 8126

Re: Axis ticks and labels

Thanks Narcis. I know this works, but isn't there a clean way of doing it - like enabling only ticks without enabling the labels. Because technically we are using up memory for those invisible "white space" labels and I am not sure how will it get disposed.

Thanks,
Dev01
by Dev01
Mon Dec 15, 2014 12:57 pm
Forum: .NET
Topic: Axis ticks and labels
Replies: 4
Views: 8126

Axis ticks and labels

Is it possible to have an Axis to display only tick marks an no labels?
It looks like when I set labels visible to false the ticks go away.
I am using WPF TeeChart 4.1.2014.5092

Thanks in advance.