Pre loader

decimal point price.

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 that yaxis:

            <s:SciStockChart.YAxisStyle>
                <Style TargetType="s:NumericAxis">
                    <Setter Property="AutoRange" Value="Always"/>
                    <!--<Setter Property="VisibleRange"
                            Value="{Binding YVisibleRange, Mode=TwoWay}" />-->

                    <!--<Setter Property="Width"
                            Value="60" />-->
                    <Setter Property="DrawMinorGridLines" Value="False" />
                    <Setter Property="DrawMajorTicks" Value="False"/>
                    <Setter Property="DrawMajorBands" Value="False"/>
                    <Setter Property="DrawMajorGridLines" Value="False"/>
                    <Setter Property="DrawLabels" Value="True"/>
                    <Setter Property="DrawMinorTicks" Value="False"/>
                    <!--<Setter Property="TickLabelStyle"
                            Value="{StaticResource AxisLabelStyle}" />
                    <Setter Property="MajorGridLineStyle"
                            Value="{StaticResource GridLineStyle}" />-->
                    <Setter Property="TextFormatting"
                            Value="0.#######" />
                </Style>
            </s:SciStockChart.YAxisStyle>

although the TextFormatting property i can see it rounds the prices and i see only 2 digits after the decimal point.
why ?

enter image description here

  • You must to post comments
Showing 0 results
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