Search found 43 matches

by matthbri
Thu Oct 19, 2006 3:43 pm
Forum: .NET
Topic: Series Markers
Replies: 1
Views: 3828

Series Markers

Hi,

in a printing application I want to print the PointerStyle used for a series with some other information.

Is there an easy way to get an Image or bitmap of a single PointerStyle that I can use in Print?



thanks,
by matthbri
Tue Oct 17, 2006 4:41 pm
Forum: .NET
Topic: Axis.MaxLabelsWidth exception
Replies: 3
Views: 5420

I guess the fix line is BitMap bmp = tChart1.Bitmap; I cannot do it this way in the actual application, as the Axes are not setup at load time, but change at runtime depending on the data. Is the fix to use this line once only before a call to SetAxisPlacement()? Or do I need to call it every time. ...
by matthbri
Tue Oct 17, 2006 1:57 am
Forum: .NET
Topic: Panel Width
Replies: 1
Views: 3722

Panel Width

Hi,

I have a Chart with ChartBounds = 0,0,546,273. The Panel has Margingleft= 64 MarginRight=73 (pixels) and I expected the ChartRect width to be 423. But it is Width 377. (64, 52, 377, 198)

What decides the actual size of the ChartRect?

thanks,
by matthbri
Tue Oct 17, 2006 1:32 am
Forum: .NET
Topic: Axis.MaxLabelsWidth exception
Replies: 3
Views: 5420

Axis.MaxLabelsWidth exception

Hi, I have upgraded to build 2.0.2469.25745. the Custom Axis placement is much better. But I still get a problem with occasional exceptions from MaxLabelsWidth(). I have uploaded a sample project to steema.public.attachments. Subect "Axis.MaxLabelsWidth exception" run the form, click the button repe...
by matthbri
Tue Oct 03, 2006 9:48 pm
Forum: .NET
Topic: Label Drawing Order
Replies: 1
Views: 3805

Label Drawing Order

Hi, on the Bottom Axis I am use DateTime, and doing a SetMinMax(StartDate, EndDate). I am then using the Chart_GetAxisLabel(0 to do some formatting of the Label text. The Event is being called out in the order Endtime to StartTime, that is the right-hand label is called first, and the left-hand labl...
by matthbri
Tue Oct 03, 2006 3:53 pm
Forum: .NET
Topic: Builds
Replies: 1
Views: 3763

Builds

Hi, A question on Building release modules. We have 2 Development licenses for 2 developers. Our Installkits are built on a separate machine dedicated to release builds only. No development is done on the build machine. It will not build our application because TeeChart needs a license. So we build ...
by matthbri
Fri Sep 29, 2006 4:26 pm
Forum: .NET
Topic: Axis Placement
Replies: 4
Views: 6599

OK I see that. But what seems to have changed is that the label position relative to the axis is now adjusted depending on how many custom axes there are. Before the maintenabce release, if the axis position was 0 for all left-sided custom axis, all the labels overwrote each other. Now the labels ar...
by matthbri
Tue Sep 26, 2006 6:35 pm
Forum: .NET
Topic: Axis Placement
Replies: 4
Views: 6599

Axis Placement

Hi, there has been a significant change in Axis placement between build 2.0.2306 and build 2.0.2456. i have uploaded a testapp to the public attachments newsgroup, Subject 'Axis placement' run the project with build 2.0.2306, and click the button. The axes are placed correctly. run with build 2.0.24...
by matthbri
Fri Sep 22, 2006 3:31 pm
Forum: .NET
Topic: CopyToClipBoard
Replies: 10
Views: 11963

I commented out the brush style and got some kind of hashed appearance. The styles do not include a solid?

I still dont see why the export image should be different to the screen image. Doesnt make sense.
by matthbri
Fri Sep 22, 2006 2:58 pm
Forum: .NET
Topic: CopyToClipBoard
Replies: 10
Views: 11963

Hi, Actually this suggestion is no good. If I enable the brush, the screen appearance has now changed. it has some kind of pattern on it, dependant on the brush style. So before the export I make the brush visible, then after the export invisible. This does what I want, but it is a workaround in my ...
by matthbri
Fri Sep 22, 2006 2:51 pm
Forum: .NET
Topic: CopyToClipBoard
Replies: 10
Views: 11963

OK, thanks.

but it still seems strange that the bitmap export does not match what you see on the screen....
by matthbri
Thu Sep 21, 2006 3:34 pm
Forum: .NET
Topic: CopyToClipBoard
Replies: 10
Views: 11963

OK, I have posted a testapp subject 'CopyToClipBoard'

run, click the button, and paste in 'Paint' app



Brian
by matthbri
Thu Sep 21, 2006 2:59 pm
Forum: .NET
Topic: CopyToClipBoard
Replies: 10
Views: 11963

I am using 2.0.2306.26232

I wll try the new release first. If it is the same, I will make a small repro.

NOTE that if I do Char.Draw(g, rc) is uses the correct colors.

Brian
by matthbri
Wed Sep 20, 2006 11:03 pm
Forum: .NET
Topic: CopyToClipBoard
Replies: 10
Views: 11963

CopyToClipBoard

Hi, when using Chart.Export.Image.Bitmap.CopyToClipboard and pasting to 'Paint' application, the background is always Blue, although it is WhiteSmoke on the display. Chart.BackColor = Color.WhiteSmoke; To get it to be the correct color, I must set the Chart.Panel.Brush.Visible = true and set the bru...
by matthbri
Tue Sep 19, 2006 1:46 am
Forum: .NET
Topic: Stable Release
Replies: 4
Views: 6877

Stable Release

Hi,

do you have a firm date for the next stable release build of TeeChart.NET v2?

thanks,