Search found 84 matches

by tirby
Tue Dec 04, 2012 4:48 pm
Forum: .NET
Topic: Setting left and right side of bottom axis (Time Mode)
Replies: 4
Views: 7158

Setting left and right side of bottom axis (Time Mode)

Hi, I'm reading a time stamp string from a file in the form of hhmmss. I want the bottom axis to display in the form of hh:mm:ss. I believe I have set this part correctly with: tChart1.Axes.Bottom.Labels.DateTimeFormat = "hh:mm:ss"; The axis shows 12:00:00 at every vertical line which is at every 4t...
by tirby
Sat Oct 20, 2012 4:11 pm
Forum: .NET
Topic: Multiple Vertical Axes
Replies: 1
Views: 4709

Multiple Vertical Axes

I'm trying to re-create the graph as shown in the Graphing model shown below. I can't figure out how to create multiple Y-Axes like the right-most scale labeled Rate(bpm) . They need to be created dynamically because the user will determine how many Axes/Data-sets to use. I'm not completely sure how...
by tirby
Fri Oct 19, 2012 3:12 pm
Forum: .NET
Topic: Mouse XY at click question
Replies: 2
Views: 5256

Re: Mouse XY at click question

Thanks Narcis!

I think this will work!
by tirby
Fri Oct 19, 2012 2:05 pm
Forum: .NET
Topic: Mouse XY at click question
Replies: 2
Views: 5256

Mouse XY at click question

Hi! I'm trying to get the X and Y coordinates of a mouse click in such a way that the coordinates are based on the X and Y values of an axis. I would think that in part, the axis used would have to be specified as in the case of the Y axis where there could be several axes. Can someone guide me how ...
by tirby
Sat Jan 14, 2012 4:23 pm
Forum: .NET
Topic: Legend Checkbox
Replies: 5
Views: 8740

Re: Legend Checkbox

Sandra,

Thanks for all your help.

Here is the line of code I needed.

tChart1.Series[3].Active = false;

Thanks!
by tirby
Thu Jan 12, 2012 3:38 pm
Forum: .NET
Topic: Legend Checkbox
Replies: 5
Views: 8740

Re: Legend Checkbox

Hi Sandra,

No, the check boxes already exsist, I need to check and/or un-check them.
The code below is a way to describe my goal, but doesn't work, or is not supported.

tChart1.Legend.CheckBox(1).Checked = true;

-- or --

tChart1.Legend.CheckBox(1).Checked = false;

How can I accomplish this?
by tirby
Thu Jan 12, 2012 3:33 pm
Forum: .NET
Topic: ChartEditorTabs
Replies: 2
Views: 4751

Re: ChartEditorTabs

Thank You Sandra!
This works perfect!
by tirby
Thu Jan 12, 2012 2:52 am
Forum: .NET
Topic: ChartEditorTabs
Replies: 2
Views: 4751

ChartEditorTabs

Hello,

I'm uing VS2010 C#.
I'd like to set the dialog such that the "Print" tab is selected when it loads.
Steema.TeeChart.Editors.ChartEditorTabs.Print is the Tabs function, but I don't know how to set(select) the Print tab.
Can anyone help?
by tirby
Wed Jan 11, 2012 5:46 pm
Forum: .NET
Topic: Legend Checkbox
Replies: 5
Views: 8740

Legend Checkbox

Hello,

I'm using VS2010 C#.
Can someone explain how to Check and/or Un-Check a checkbox in the legend?

Thanks!