Search found 9 matches

by ipasuser
Fri Dec 14, 2007 10:31 am
Forum: .NET
Topic: Drawing grid lines
Replies: 3
Views: 4907

We are trying to draw a grid on the chart since the y axis visibility is set to false we see only vertical line grids and the horizontal line grids are off. My question is how can we achieve to draw a grid on the Chart? In our projekt we make several charts as image an d then stick it together to si...
by ipasuser
Fri Dec 14, 2007 10:06 am
Forum: .NET
Topic: Drawing grid lines
Replies: 3
Views: 4907

Drawing grid lines

Hi TeeChart Team,

how can we draw grid lines in the Chart for example 10 Pixel x 10 Pixel?
It should be independent to Y axis since it is not visible.
Thanks in advance.
by ipasuser
Mon Dec 10, 2007 12:15 pm
Forum: .NET
Topic: Background of the Chart
Replies: 3
Views: 4892

unfortunately , the property BackColor

Code: Select all

tChart1.BackColor = Color.White;
does not exist.
by ipasuser
Mon Dec 10, 2007 10:59 am
Forum: .NET
Topic: Background of the Chart
Replies: 3
Views: 4892

Background of the Chart

Hi TeeChart Team,

how can we change the background of the chart from now standard grey to white?
by ipasuser
Tue Dec 04, 2007 1:08 pm
Forum: .NET
Topic: TeeChart in a windows service
Replies: 1
Views: 3638

TeeChart in a windows service

Hi TeeChart Team,

we want to use TeeChart in a windows service program. Since there is no form we make a chart and export it to a bitmap file for viewing. Are there any limitations as we use TeeChart in a service?
by ipasuser
Tue Dec 04, 2007 9:33 am
Forum: .NET
Topic: Refresh for first and last label
Replies: 1
Views: 3177

Refresh for first and last label

Hi TeeChart Team,

we have tried the All Features\Welcome !\Axes\First and Last labels example at the features demo. There is a need to have checkbox to call then TChart1.Refresh methode. We were not able to code without the checkbox. Please let us know how we can achieve this?
by ipasuser
Mon Dec 03, 2007 9:43 am
Forum: .NET
Topic: Hide first and last label
Replies: 1
Views: 3175

Hide first and last label

Hi TeeChart Team,

is there an easy way to hide the first and last label on axis?
by ipasuser
Thu Nov 15, 2007 9:07 am
Forum: .NET
Topic: ColorLine with annotation
Replies: 1
Views: 4009

ColorLine with annotation

Hi TeeChart Team, we have a Chart with a ColorLine: Dim ColorLine1 as New Steema.TeeChart.Tools.ColorLine(TChart1.Chart) ColorLine1.Active = True ColorLine1.Axis = TChart1.Axes.Bottom ColorLine1.Pen.Color = Color.Blue ColorLine1.Value = TimeValue("02:30 AM").ToOADate we want to have an annotation ne...
by ipasuser
Thu Nov 15, 2007 7:56 am
Forum: .NET
Topic: Multipage Chart exported to PDF
Replies: 1
Views: 4036

Multipage Chart exported to PDF

Hi TeeChart Team,

we are using TeeChart for .Net V3. Are there any possiblities to make a
multipage chart and export it to one pdf file? If yes, please provide us
a sample application or sample code.

Thanks in advance.