Search found 93 matches

by biqpaulson
Wed Sep 22, 2010 2:04 pm
Forum: .NET
Topic: TeeChart Editor form Title
Replies: 4
Views: 6530

Re: TeeChart Editor form Title

Hi: My code creates the editor this way: CurrentTChart.ShowEditor() The show editor function appears return a bool. So How do I get at the editor object to change the property? The TeeChart control is called "CurrentTChart" and the Editor control is called: "TeeEditor1". I tried this: TeeEditor1.Tit...
by biqpaulson
Wed Sep 22, 2010 11:55 am
Forum: .NET
Topic: TeeChart Editor form Title
Replies: 4
Views: 6530

TeeChart Editor form Title

Is there a way to change the title on this form?

Thanks,

Matt
by biqpaulson
Tue Sep 21, 2010 6:33 pm
Forum: .NET
Topic: Variance function producing big red X
Replies: 4
Views: 6636

Variance function producing big red X

I have an application that allows the customer to pick from multiple stat functions to overlay on a graph. I find that of the 10 or so functions that I allow, all work except for "variance" (Steema.TeeChart.Functions.VarianceFunction). When this function is selected, I get a large red X instead of a...