Search found 17 matches

by Sharkann
Tue Aug 30, 2022 7:16 am
Forum: .NET
Topic: Remove text after drawing 2D text on canvas
Replies: 2
Views: 3546

Re: Remove text after drawing 2D text on canvas

Hi !
Working fine ! Thanks for the answer.

Sharkann
by Sharkann
Thu Aug 11, 2022 2:16 pm
Forum: .NET
Topic: Remove text after drawing 2D text on canvas
Replies: 2
Views: 3546

Remove text after drawing 2D text on canvas

Hi, I wanted to add some custom text on a curve, depending on the points values. I made a rocedure called in the afterdraw event of the chart, as follows : Public Sub label_water_valves(s As Steema.TeeChart.Styles.Series, e As Steema.TeeChart.Drawing.Graphics3DGdiPlus) Dim X, Y, old As Double Dim te...