XY plot with no symbol?

Support forum for MegunoLink
Post Reply
GOHO
Posts: 16
Joined: Thu Dec 24, 2020 10:42 pm

Sun Dec 27, 2020 1:59 am

Hi, How would i tell the XYplot not to plot a symbol with the line graph? I know how to turn it off from the graph properties but what is the command to not plot a symbol like the Square or Circle? Everything i found in the online documentation is wrong or at least errors and doesnt work for me.


Myplot.SetSeriesProperties("BAR", Plot::Red, Plot::Solid, 2,Plot::Square);

Myplot.SetSeriesProperties("BAR", Plot::Red, Plot::Solid, 2,Plot::?????????);

Thanks!!
GOHO
Posts: 16
Joined: Thu Dec 24, 2020 10:42 pm

Sun Dec 27, 2020 2:44 pm

found it, "NoMarker"
Post Reply