Search found 2 matches

by Ralph
Mon Nov 30, 2020 1:47 am
Forum: .NET
Topic: Changing appearance of points in Points series
Replies: 1
Views: 6626

Changing appearance of points in Points series

I have (many) points in stored in a points series and I also have some custom drawing done connecting some of the points. I now want the ability to switch the points on or off. Using the series.visibility property does not work, because the (auto) X and Y axes extreme values reset to nothing when se...
by Ralph
Fri Nov 27, 2020 5:39 am
Forum: .NET
Topic: Show logo in chart (c#)
Replies: 1
Views: 6334

Show logo in chart (c#)

How can I show a logo in the chart area? I found that g.Draw(100, 100,img) in the BeforeDrawSeries does work, but I can't find a way to control the size or stretch the logo within a defined rectangle. Is there maybe a Teechart equivalent for e.Graphics.DrawImage(newImage, x, y, srcRect, units) that ...