Search found 19 matches

by TChart
Thu Oct 19, 2006 10:30 am
Forum: .NET
Topic: Axis points overlap
Replies: 4
Views: 6405

narcis wrote:Hi Basamma,

You could try using labels separation, for example:

Code: Select all

tChart1.Axes.Bottom.Labels.Separation=50; 
BTW: Which TeeChart version are you using?

Hello,
we are using Teechart v1.. the solution which u gave is working fine
Thanks a lot
by TChart
Wed Oct 18, 2006 12:26 pm
Forum: .NET
Topic: Axis points overlap
Replies: 4
Views: 6405

Hi Basamma, Could you please send us an example we can run "as-is" to reproduce the problem here? You can post your files at news://www.steema.net/steema.public.attachments newsgroup. Thanks in advance. Hi Narcís, Since I dont have outlook so I cannot attach the file I have sent u mail with the Sam...
by TChart
Wed Oct 18, 2006 5:53 am
Forum: .NET
Topic: Axis points overlap
Replies: 4
Views: 6405

Axis points overlap

Hello,

the labels on the bottom axis or axix points overlap
they get better or worse when resizing the display
can u please suggest me the solution


Regards,
Basamma
by TChart
Wed Aug 09, 2006 2:03 pm
Forum: .NET
Topic: Exporting the graphs
Replies: 1
Views: 3766

Exporting the graphs

Hi My project is getting crashed when tried to Export a graph/chart steps i did... Export Picture as TIFF in the right side of window there is Compression with two radio buttons LZW RLE if i select the RLE after saving the graph it gives an error saying Invalid Parametrs Used... and application will...
by TChart
Wed Jul 26, 2006 8:36 am
Forum: .NET
Topic: copy form to bmp
Replies: 1
Views: 3611

copy form to bmp

Hi,

How to copy Form to BMP?

Regards
Basamma
by TChart
Fri Jul 21, 2006 11:10 am
Forum: .NET
Topic: Preview of Form1 Tchart in Another Form2
Replies: 1
Views: 7715

Preview of Form1 Tchart in Another Form2

Hello, I have two Forms ... Form1 and Form2 in this in Form1 I have a Graph drawn on it...now same graph i need to tranfer to Form2 every thing as same just preview of tht ... my Code is as below this on click of a button In Form1: Form2 frm = new Form2(this.tChart1); frm.ShowDialog(); In Form2: pub...
by TChart
Fri Jul 21, 2006 8:20 am
Forum: .NET
Topic: Passing Tchart form one Form to another Form
Replies: 1
Views: 3997

Passing Tchart form one Form to another Form

Hello, see I have written a code for passing Tchart from form1 to another form Form2 Form1 : Form2 frm = new Form2(this.tChart1); frm.ShowDialog(); Form2 : public Form2(tChart1 MytChart) { InitializeComponent(); this.tChart1 = MytChart; } Im getting error can anyone correct this syntax? Regards, Bas...
by TChart
Fri Jul 21, 2006 8:18 am
Forum: .NET
Topic: To Export/Copy Graphs along with legend's list box to other
Replies: 9
Views: 13549

see I have written


Form1 :

Form2 frm = new Form2(this.tChart1);
frm.ShowDialog();

Form2 :

public Form2(tChart1 MytChart)
{
InitializeComponent();
this.tChart1 = MytChart;
}


can u plz correct this error?

Regards
Basamma
by TChart
Fri Jul 21, 2006 6:54 am
Forum: .NET
Topic: To Export/Copy Graphs along with legend's list box to other
Replies: 9
Views: 13549

Im facing problem with
writing a constroctor for
both TChart1 and for Listbox with name chartListBox1
can u please tell me this?


Regards
Basamma
by TChart
Fri Jul 21, 2006 6:12 am
Forum: .NET
Topic: To Export/Copy Graphs along with legend's list box to other
Replies: 9
Views: 13549

Hello,
Can u please tell me how to write a constructor for
Teecahrt (tChart1 ) to list box (chartListBox1).

so the i can pass in this manner wht u have said me in the earlier reply

AnotherForm aForm = new AnotherForm(TChart myChart, ListBox myListBox)
by TChart
Wed Jul 19, 2006 12:10 pm
Forum: .NET
Topic: To Export/Copy Graphs along with legend's list box to other
Replies: 9
Views: 13549

Hello, I could not attach a file As we in our company we are using Lotus Notes not Outlook Now when I clicked on that link I got Server not found My Major problem is now 1) In a single form I have a T-Chart Component which has Graph(Charts) And I also Have a List box component which lists legends 2)...
by TChart
Wed Jul 19, 2006 10:51 am
Forum: .NET
Topic: Passing TChart from one form to another form
Replies: 1
Views: 3663

Passing TChart from one form to another form

Hi,

How to pass TChart from one form to another form along with the legends?

Regards,
Basamma
by TChart
Wed Jul 19, 2006 7:25 am
Forum: .NET
Topic: How to get a preview of T-Chart in another form
Replies: 1
Views: 3789

How to get a preview of T-Chart in another form

Hello, In a Form I have a T-Chart component which has the graphs and one more list box component which has the list of legends of a graph... now on click of Preview button I should get a preview of TChart and Legends List box in another from ... there should be a option to move legends list box left...
by TChart
Wed Jul 19, 2006 6:58 am
Forum: .NET
Topic: To Export/Copy Graphs along with legend's list box to other
Replies: 9
Views: 13549

How to get a print previer of TChart and List box

Hello, I have a T-Chart component which has the graphs and one more list box component which has the list of legends of a graph... now on click of Preview button I should get a preview of TChart and Legends List box... there shold be a option to move legends list box left,right,top , bottom can u pl...
by TChart
Tue Jul 18, 2006 11:32 am
Forum: .NET
Topic: To Export/Copy Graphs along with legend's list box to other
Replies: 9
Views: 13549

To Export/Copy Graphs along with legend's list box to other

Hi


I have both TChart Componet for graphs drawing and its Legends are described in List box which is other componet

I want to Export or copy to graphs along with legends list box into other programs such as PowerPoint.


Regards,
Basamma