Pre loader

SeriesValueModifier markers not displayed

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

Hello,
I have charts

    <s:SciChartSurface Grid.Row="0" Grid.Column="0" x:Name="SciChartSurface" Margin="3" Padding="3"
                       ChartTitle="{mainVM:Localization ChartMainSciChartSurface}" YAxes="{s:AxesBinding YAxes}" RenderableSeries="{s:SeriesBinding RenderableSeries}" Annotations="{s:AnnotationsBinding Annotations}">
        <s:SciChartSurface.XAxis>
            <s:NumericAxis AxisTitle="{mainVM:Localization ChartAxisXTitle}" VisibleRange="{Binding VisibleRangeXAxis, Mode=TwoWay}" />
        </s:SciChartSurface.XAxis>
        <s:SciChartSurface.ChartModifier>
            <s:ModifierGroup>
                <s:SeriesValueModifier />
                <s:CursorModifier IsEnabled="{Binding IsShowValuesCursor}" />
                <s:LegendModifier x:Name="SciChartLegendModifier" GetLegendDataFor="AllSeries" ShowLegend="False"
                                  SeriesData="{Binding SeriesData, Mode=TwoWay}" />
            </s:ModifierGroup>
        </s:SciChartSurface.ChartModifier>
    </s:SciChartSurface>

As you see I have SeriesValueModifier tag but I cant see markers and values

enter image description here

I found rule “The SeriesValueModifier works on a single axis. You can change which axis by setting the SeriesValueModifier.YAxisId Property”. Is it mean what I can add markers only on one of Y axis?

Version
8.3.0.28019
Images
  • You must to post comments
0
0

Hi Fedor,

Thank you for reporting this.
We’ve published an update for the SeriesValueModifier as a part of the SciChart v8.3.1.28072 Hotfix version recently. Please try it out and let us know if you still experience the reported issue.

Here you can find more details regarding our latest releases and how to get them:
https://www.scichart.com/changelog/scichart-wpf/

With best regards,

Lex S., MSEE
SciChart Technical Support Engineer

  • You must to post comments
0
0

Hello,
I am updated SciChart to v8.5.0.28148 but I don’t see the changes. I need to know can I add markers on all Y axes that I have? If yes how can I make it?

  • You must to post comments
Showing 2 results
Your Answer

Please first to submit.