Pre loader

AxisLabel Foreground

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

I have one small issue – when creating a HorizontalLineAnnotation with LabelPlacement=”Axis”, the label text is appearing white – where is it getting this from and how can I change it? Setting the annotation’s Foreground property has no effect (I’ve also tried setting “TextElement.Foreground”).

  • You must to post comments
0
0

Hi Andy,

You need to set the Foreground property for the label directly, using this approach:

                <s:HorizontalLineAnnotation ...>
                    <s:AnnotationLabel LabelPlacement="Axis" LabelStyle="..." Foreground="..." />
                </s:HorizontalLineAnnotation>

It is demonstrated in our Interaction with annotations example, see the last annotation defined in XAML.

Hope this helps!

Best regards,
Yuriy

  • 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