Pre loader

Hide X Axis Label in CursorModifier

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

0
0

Hi, How to hide X Axis Label in CursorModifier?

Images
  • You must to post comments
0
0

Hi Shiwa,

We don’t have a way to do this via the API. You can hide both labels by setting ShowAxisLabels = false but not one label.

Do you have access to the source code? If so you can look at the file CursorModifier.cs. Using this you can override the CursorModifier and change its base behaviour. Unfortunately there is no easy way to do this without the source.

Update June 2014
In SciChart 3.1 we’re going to introduce customizing of modifier tooltips via data template selectors. So you could provide empty data template for X axis to hide axis label.

Best regards,
Andrew

  • shiwa
    Hi Andrew, I have a group chart use MouseEventGroup. I want x axis label alway display in first chart pane. If hide x axis label i can do it, because i use:
    RolloverModifier ShowAxisLabels="{Binding ChildPane.IsFirstChartPane}"
    Another way to do this?
  • 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