Topics
24 Nov 2023, 18:06
 457
 2
Replies

cDavid
23 Jul 2024, 22:24 ( Updated at: 24 Jul 2024, 06:21 )

RE: RE: Draw a ray or a straight line

PanagiotisCharalampous said: 

cDavid said: 

I'm using Chart.DrawTrendLine and need it to be infinite on the right of the screen

Set your line's ExtendToInfinity property to true

A thousand thanks


@cDavid

cDavid
22 Jul 2024, 09:40

I'm using Chart.DrawTrendLine and need it to be infinite on the right of the screen


@cDavid

cDavid
25 Nov 2023, 17:45 ( Updated at: 26 Nov 2023, 07:27 )

RE: Reply to: Chart.DrawStaticText

PanagiotisCharalampous said: 

Hi there,

Try something like this

          Chart.DrawStaticText("INFO"," info "+infoX +Environment.NewLine +  info2 "+infoY  ,VerticalAlignment.Bottom, HorizontalAlignment.Right,Color.Lime);

Regards,

Panagiotis

Fantastic!!!! A thousand thanks


@cDavid