I need to draw a circle around a specific point
Hello how are you? I'm working with Teechart on c# /net . I need to draw a circle around a specific point when its value exceeds a given range. I can't do it. unlike native net chat, dot is a class that is assigned a style. not here.
I find it very difficult
Thank you
Don't sure what events and properties dotnet version of TeeChart has (perhaps due to your
unlike native net chat, dot is a class that is assigned a style. not here.my advice is not applicable)But in Delphi I can do the next: make event handler for
OnGetPointerStyleand assign pointer style for every point depending on Y-value:Result:
Also Delphi version gives access to Canvas, so we can just draw circle in needed position