Search found 8 matches

by Amy
Wed Feb 02, 2005 3:51 pm
Forum: .NET
Topic: How to make value "Y" axis to be 30% higher than Y
Replies: 2
Views: 6209

works

Thanks Marjan. It works perfectly.

Amy
by Amy
Mon Jan 31, 2005 9:52 pm
Forum: .NET
Topic: How to make value "Y" axis to be 30% higher than Y
Replies: 2
Views: 6209

How to make value "Y" axis to be 30% higher than Y

All,

In the line chart, if the Y data are all 1. the value of "Y" axis is also 1. Now, I want to make the value of "Y" axis is 1.3, so the line is not top of the chart.

One more another question, how can I make Chart's backgroud color to be white? Default is gray color

Thanks,
Amy
by Amy
Mon Jan 31, 2005 8:20 pm
Forum: .NET
Topic: How to make line thicker
Replies: 1
Views: 4821

How to make line thicker

All,

I am making Line chart and want to make it a littler thicker than default one.

Thanks,
Amy
by Amy
Tue Jan 25, 2005 5:33 pm
Forum: .NET
Topic: dynamically create charts on .NET web application
Replies: 1
Views: 4492

dynamically create charts on .NET web application

All,

Does anyone know how to create charts dynamically based on users selection? It may create five or six... charts in a one page for the web application using .NET. The charts are created at run time. By the way, we use VB.NET in ASP.NET.

Thanks,
Amy
by Amy
Tue Jan 18, 2005 3:29 pm
Forum: .NET
Topic: Bar click event
Replies: 2
Views: 5982

Thanks. I figured out how to do it.

Amy
by Amy
Mon Jan 17, 2005 10:32 pm
Forum: .NET
Topic: Bar click event
Replies: 2
Views: 5982

Bar click event

Hi all, Does anybody know how to implement Bar Click Event? I found the point click event on the help file. However, it doesn't work for me when I tried to use it. Here is my code for clicking event. Private Sub WebChart1_ClickSeries(ByVal sender As System.Object, ByVal s As Steema.TeeChart.Styles.S...
by Amy
Fri Nov 19, 2004 2:21 pm
Forum: .NET
Topic: Access deny when try to view a chart
Replies: 2
Views: 8572

Solved

Thanks Narcis. The issue has been solved according to your idea.

Amy
by Amy
Thu Nov 18, 2004 8:58 pm
Forum: .NET
Topic: Access deny when try to view a chart
Replies: 2
Views: 8572

Access deny when try to view a chart

All, When I tried to view the chart on web, An error mesaage displays... Access to the path "C:\Program Files\Steema Software\TeeChart for .NET v1\TeeChartForNET\_chart_temp\WebChart1172162005383096604262847.png" is denied. I know it's a security issue. How do I fix it? However, when I tried to view...