Search found 62 matches
- Thu Jul 19, 2012 8:47 am
- Forum: .NET
- Topic: PDF Export will not open in Adobe Reader X
- Replies: 7
- Views: 12136
Re: PDF Export will not open in Adobe Reader X
I just downloaded latest version July 2012. With this version the pdf export works fine. However, one chart will not export shape fill types. Can you support filltypes in a future release? Also, the export does not support some custom embedded fonts? Private Sub TChart1_AfterDraw(ByVal sender As Obj...
- Thu Jul 19, 2012 4:49 am
- Forum: .NET
- Topic: PDF Export will not open in Adobe Reader X
- Replies: 7
- Views: 12136
Re: PDF Export will not open in Adobe Reader X
As a workaround, I am going to use print to pdf using a pdf driver. This works perfectly for me.
Is it possible to remove the export to pdf option in the Export Dialog?
Is it possible to remove the export to pdf option in the Export Dialog?
- Sat Jul 07, 2012 8:44 am
- Forum: .NET
- Topic: PDF Export will not open in Adobe Reader X
- Replies: 7
- Views: 12136
Re: PDF Export will not open in Adobe Reader X
My project might give you a better idea of what the problem is.
http://www.geologynet.com/logplotms/logplotmssetup.exe
Go to Help Menu-Demo Data to get started.
http://www.geologynet.com/logplotms/logplotmssetup.exe
Go to Help Menu-Demo Data to get started.
- Sat Jul 07, 2012 7:47 am
- Forum: .NET
- Topic: PDF Export will not open in Adobe Reader X
- Replies: 7
- Views: 12136
Re: PDF Export will not open in Adobe Reader X
Your chart opens correctly. If I try to export my chart with custom axes, formatting, etc, the chart will not open.
- Fri Jul 06, 2012 6:31 am
- Forum: .NET
- Topic: Clearing Drawline Handles after Delete
- Replies: 4
- Views: 7997
Re: Clearing Drawline Handles after Delete
Thanks Sandra,
Your workaround contains some clues how to fix the problem. Now working fine.
Your workaround contains some clues how to fix the problem. Now working fine.
- Thu Jul 05, 2012 11:21 am
- Forum: .NET
- Topic: PDF Export will not open in Adobe Reader X
- Replies: 7
- Views: 12136
PDF Export will not open in Adobe Reader X
If I export a chart to pdf with the export feature, it will not open in Adobe Reader X.
"Error exists on this page" message appears.
"Error exists on this page" message appears.
- Sun Jul 01, 2012 3:43 am
- Forum: .NET
- Topic: Clearing Drawline Handles after Delete
- Replies: 4
- Views: 7997
Clearing Drawline Handles after Delete
I am having trouble clearing drawline handles after deleting a selected line. For example: DrawLine1.Lines.Remove(DrawLine1.Lines.Item(NumLine)) Tchart1.Redraw This will delete the line but leaves the drawline handles on the canvas, if the line has been selected. Is there another way to clear the li...
- Sun Jun 17, 2012 3:41 am
- Forum: .NET
- Topic: Stacked Bar Chart
- Replies: 1
- Views: 4575
Stacked Bar Chart
I need to plot a stacked bar chart with each row (point) containing a stack of 3 values stacked on top of one another. I have made 4 bar chart series, each containing one set of data. I tried setting Bar1.MultiBar = Steema.TeeChart.Styles.MultiBars.Stacked Bar2.MultiBar = Steema.TeeChart.Styles.Mult...
- Sun May 27, 2012 9:35 pm
- Forum: .NET
- Topic: Adding click event to annotation
- Replies: 1
- Views: 4675
Adding click event to annotation
I would like to add a click event to annotation tool array created at runtime NumAnnoText=NumAnnoText+1 Dim AnnotationChart() As Steema.TeeChart.Tools.RectangleTool ReDim Preserve AnnotationChart(NumAnnoText) AnnotationChart(NumAnnoText) = New Steema.TeeChart.Tools.RectangleTool(TChart1.Chart) Is it...
- Fri May 25, 2012 1:30 pm
- Forum: .NET
- Topic: Account reset with each new subscription
- Replies: 2
- Views: 5569
Account reset with each new subscription
My account is always reset to zero with each new subsription.
- Fri May 25, 2012 1:28 pm
- Forum: .NET
- Topic: Paginating Tchart
- Replies: 3
- Views: 6771
Re: Paginating Tchart
Probably simpler to place the tchart on a form and print the form. A spreadsheet or web form would be even better.
- Fri May 25, 2012 7:32 am
- Forum: .NET
- Topic: Paginating Tchart
- Replies: 3
- Views: 6771
Paginating Tchart
I need to print a Tchart over several pages. If I set the height of the Tchart to a large value, such as 3000 pixels, can I get the Tchart to print with several pages? At present, a Tchart with large dimensions will only print entirely on one page?
- Mon May 21, 2012 12:20 pm
- Forum: .NET
- Topic: Using Subchart to calculate screen coordinates
- Replies: 1
- Views: 4491
Re: Using Subchart to calculate screen coordinates
I needed to update the chart by calling TChart1.Draw before the calculation. Problem solved.
- Mon May 21, 2012 11:58 am
- Forum: .NET
- Topic: Using Subchart to calculate screen coordinates
- Replies: 1
- Views: 4491
Using Subchart to calculate screen coordinates
I need to calculate the screen coordinates of a point in a sub chart. The subchart displays correctly but the screen coordinate calclulation always returns zero. Dim chart = SubChartTool1.Charts.AddChart("Chart0") chart.Series.Add(New Steema.TeeChart.Styles.Points()) Dim Temp1 as Single X1 = some re...
- Tue Nov 22, 2011 7:28 am
- Forum: .NET
- Topic: Chart Title Centering
- Replies: 1
- Views: 4691
Chart Title Centering
If I set TChart1.Header.Alignment=Alignment.Center, the title plots in the center of the teechart, but not centered between the x axis? See picture. The title position does not take into account the left margin of the chart, so the title is skewed to the left. This seems to be a bad bug to me. Why c...