Pre loader

Changing the VerticalLineAnnotation intersection point dot color

Welcome to the SciChart Forums!

  • Please read our Question Asking Guidelines for how to format a good question
  • Some reputation is required to post answers. Get up-voted to avoid the spam filter!
  • We welcome community answers and upvotes. Every Q&A improves SciChart for everyone

WPF Forums | JavaScript Forums | Android Forums | iOS Forums

Answered
0
0

Hi,
I am trying to customize the verticalLineAnnotation , kinda same as this question

all works as intended except I cant change the color of the point which is currently orange (see the photo). enter image description here Would wish to have the orange dots transparent.
Would you please help.

Thank in advance.

MAGALI K.

Images
  • You must to post comments
Best Answer
0
0

Hi there,

Thanks for your question. It is possible to change that marker via the RolloverMarkerTemplate property on RenderableSeries. You could take a look at the “Spline Chart Example” where it is changed for SplineLineRenderableSeries:

                <local:SplineLineRenderableSeries.RolloverMarkerTemplate>
                    <ControlTemplate>
                        <Ellipse Width="9" Height="9" Fill="White" Stroke="DarkGreen" StrokeThickness="1" />
                    </ControlTemplate>
                </local:SplineLineRenderableSeries.RolloverMarkerTemplate>

Please let us know if you managed to implement the desired behavior,

  • You must to post comments
Showing 1 result
Your Answer

Please first to submit.

Try SciChart Today

Start a trial and discover why we are the choice
of demanding developers worldwide

Start TrialCase Studies