Marker bond to only one model #928
Answered
by
Gowsky
gavransava
asked this question in
Questions
-
QuestionI have a line chart with 2 or 3 models. Is there a way to setup a marker to only work for one specific model, to be displayed; the label and the oval marker. Thanks Vico version(s)1.15.0 UI framework(s)No response |
Beta Was this translation helpful? Give feedback.
Answered by
Gowsky
Oct 20, 2024
Replies: 1 comment 1 reply
-
Hello, @gavransava. Yes, you can do this by overriding the |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
gavransava
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello, @gavransava. Yes, you can do this by overriding the
draw
function. You can filtermarkedEntries
so that only theMarker.EntryModel
for the desired series is preserved. Then, you can callsuper.draw
with the new list.