Pre loader

GridLinesPanelStyle

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

Could you please post GridLinesPanelStyle from BlackSteel theme? I’ve overriden the style to remove border, and now it has default background, which isn’t in line with other elements.

  • You must to post comments
0
0

Hi there,

Could you please try following code:

        <SciChart:SciChartSurface Name="sciChart" SciChart:ThemeManager.Theme="BlackSteel">
            <SciChart:SciChartSurface.GridLinesPanelStyle>
                <Style BasedOn="{StaticResource DefaultGridLinesPanelStyle}" TargetType="SciChart:GridLinesPanel">
                    <Style.Setters>
                        <Setter Property="BorderThickness" Value="0" />
                    </Style.Setters>
                </Style>
            </SciChart:SciChartSurface.GridLinesPanelStyle>
.....
</SciChart:SciChartSurface>

This should work for now(as a workaround). Please, let us know if it helps,

Best regards,
Yuriy

  • gman
    That did it, thanks!
  • 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