Search code examples
anychart

Anychart - RangeSplineArea Lowstroke with markers


I came across a little problem. I once created an Anychart and set markers for the HighStroke and the LowStroke.

However in Anychart 7.14 I can only aktivate markers for the HighStroke with

series.markers().enabled(true);

Now - Just HighStroke with markers

Past - LowStroke and HighStroke with markers

How can I enable them?

Thank you for your answer!


Solution

  • Yes,

    series.markers(true);
    

    always sets markers to high stroke of any range chart. Could you clarify what are the challenges that need to be met with lowStroke markers? Probably we may suggest you better solution. Thanks for your question!