Pre loader

How to hide anchor points adorner

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 Closed
0
0

I created a CompositeAnnotations. How to hide anchor points adorner if IsEditable is true?

I found a solution with style:

<s:CompositeAnnotation.ResizingGripsStyle>
    <Style TargetType="Thumb">
        <Setter Property="Width" Value="7"/>
        <Setter Property="Height" Value="7"/>
        <Setter Property="Template">
            <Setter.Value>
                <ControlTemplate />
            </Setter.Value>
        </Setter>
    </Style>
</s:CompositeAnnotation.ResizingGripsStyle>`

but maybe there is a better way?

Version
4.0.7.8594
  • You must to post comments
Great Answer
0
0

Hi there,

The Templating the adorner to remove it is the only way to do this. It’s a WPF friendly way and it works, do you need more?

Best regards,
Andrew

  • You must to post comments
Showing 1 result

Try SciChart Today

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

Start TrialCase Studies