I'm using TeeChart.NET v2 with Visual Basic.NET.
I have an "Arrows" series.
I want to put a marker (such as a small dot, sphere, etc.) at the beginning of the arrow (to mark the exact spot of (X,Y)).
I can do this using the editor (by going to "Marks", then "Arrow" then selection "Pointer" and setting it to be visible, setting the style to something like "sphere", and setting the width and height.
I want to do the same thing in code.
I have declared a series of "style" arrow as in:
Code: Select all
Dim mySeries As New Steema.TeeChart.Styles.Arrow
However I cannot find the properties to set. I expected that I could go:
Code: Select all
mySeries.Marks.Arrows.Pointer.Style = ....Sphere.
Please help.
Regards
Reg Bust