After to take a look to the Tachart demo "linedemo", i showed that it is possible to use a bmp file as the pointer in line series. I also saw in the same demo that it is possible to change the pointer style among the default ones.
However, i am interested on show, in all points, a different glyph depending of the value Z of the serie, taking it from a imagelist. Let me explain with detail:
I have a serie with values X, Y and Z. They are plotted in a chart based on X and Y values. On the other hand, Z values could range, lets say, between 1 and 5, for example. Then, i could like to show not the lines, but points only. However, i would like to use a different image depending of the Z value... better than a different pointer style. The glyphs could be stored into a imagelist or chartimage list (i do not know what is the better option, if it is feasible).
Is it possible? I am lost about how to start to solve this. I can imaging that it cpould be something based on "lsCumtomDrawPointerCustomdrawPointer" and "lsGerpointerStyleGetPointerStyle" procedures of LineDemo, but i can see how to go ahead.
Thanks in advance.