Search found 57 matches

by drillright40
Mon Jul 28, 2008 1:16 pm
Forum: .NET
Topic: Problem in axis title.
Replies: 35
Views: 41260

Hi, 1) The formatting which is applying on custom label, same are also get applied on axis title. Title should be of differently formatted. For this, I tried with the new version also. Same problem is coming. The scale label like 0,2,4,..., 20 should be in let say blue color and title like "Z" shoul...
by drillright40
Mon Jul 28, 2008 11:27 am
Forum: .NET
Topic: Problem in axis title
Replies: 3
Views: 4875

Hi,

I am using version 3.2.2868.26903.

As per your given answers and new version of dll, I tried.

But still problem exist.

Axis.Title.CustomSize is not working.

-Raed
by drillright40
Mon Jul 28, 2008 9:02 am
Forum: .NET
Topic: Problem in axis title
Replies: 3
Views: 4875

Problem in axis title

Hi, I am mapping tchart.Axes.Left axis and adding custom labels to it. Problem: 1) The formatting which is applying on custom label, same are also get applied on axis title. Title should be of differently formatted. 2) Title almost coming nearby or on the axis. It should be away from axis labels. He...
by drillright40
Fri Jul 25, 2008 9:08 am
Forum: .NET
Topic: Problem in axis title.
Replies: 35
Views: 41260

Problem in axis title.

Hi, I am mapping tchart.Axes.Left axis and adding custom labels to it. Problem: 1) The formatting which is applying on custom label, same are also get applied on axis title. Title should be of differently formatted. 2) Title almost coming nearby or on the axis. It should be away from axis labels. He...
by drillright40
Tue Jul 15, 2008 2:17 pm
Forum: .NET
Topic: Problem in drawing part of the surface with differentpattern
Replies: 1
Views: 3164

Problem in drawing part of the surface with differentpattern

Hi, I am drawing 3D surface with Surface class. For applying patterns on surface, i m using this code Surface.Brush.Style = System.Drawing.Drawing2D.HatchStyle.BackwardDiagonal; This code applying the given pattern on the whole surface. My requirement is to draw a single suface with different patter...
by drillright40
Tue Jul 15, 2008 2:09 pm
Forum: .NET
Topic: Problem in showing more than one marks as text at a point
Replies: 9
Views: 11072

Hi,

Sorry this is not working.

I want to show two numerals with different colors as marks.

Let say,
e.markText = "numeral1" + "\n" + "numeral2";

numeral1 should be red in color
numeral2 should be green in color

But marktext should be containing both.

-Raed
by drillright40
Tue Jul 15, 2008 1:52 pm
Forum: .NET
Topic: Problem in displaying grid on TChart axis
Replies: 4
Views: 5477

Thanks
by drillright40
Tue Jul 15, 2008 11:28 am
Forum: .NET
Topic: Problem in displaying grid on TChart axis
Replies: 4
Views: 5477

Hi,
Is this will show the Grid line also at custom labels?
-Raed
by drillright40
Tue Jul 15, 2008 11:26 am
Forum: .NET
Topic: Problem in image saving
Replies: 3
Views: 4604

Hi,

I am using TeeChart.dll version 3.2.2868.26903

-Raed
by drillright40
Tue Jul 15, 2008 11:20 am
Forum: .NET
Topic: Problem in showing more than one marks as text at a point
Replies: 9
Views: 11072

Problem in showing more than one marks as text at a point

Hi, I am using TChart Suface class to draw a 3D surface. Here is code Surface.Marks.Visible = true; Surface.Add(x,y,z,numeral); numeral - as text in function. On display, this numeral is shown as marks. This way I can display only a single numeral at a point. Problem is, how can we show two numerals...
by drillright40
Tue Jul 15, 2008 11:06 am
Forum: .NET
Topic: Problem in displaying grid on TChart axis
Replies: 4
Views: 5477

Problem in displaying grid on TChart axis

Hi, I am setting Axis.Increment property on axis to show the minimum steps of increment or intervals. Example: Setting min/max for axis using SetMinMax method(min-0, max-100) Setting axis's Increment property as 10. Accordingly, an axis should get divided into 10 scale points . Like 0-10,10-20,20-30...
by drillright40
Tue Jul 15, 2008 10:49 am
Forum: .NET
Topic: Problem in image saving
Replies: 3
Views: 4604

Problem in image saving

Hi,

I am using TChart for showing data in 3D shape. I am using this code

tChart1.Export.Image.Bitmap.Save( saveFileDialog1.FileName );

given in your example to save data as bitmap. But after saving the data

as image, it is showing black screen image.

Can you please give me the solution?

-Raed