SciChart® the market leader in Fast WPF Charts, WPF 3D Charts, iOS Chart, Android Chart and JavaScript Chart Components
Hi,
Is it possible to set up size of a margin fields beyond borders of chart area? I would like to shrink it because when having a lot of charts every inch of display is valued. Please see screenshot.
Hi Ivan,
Take a look at the SciChartSurface.Padding property. This can be set to zero in Xaml to reduce the size of padding all around.
I advice you to also take a look at Snoop for WPF, which is a very powerful (and free) visual debugger. Using Snoop you can inspect the chart and all of the items in the visual tree, see property values (such as margin, padding) and change them dynamically to see the effect. If you’ve ever done web-development this is like Firebug but for WPF.
Hope that helps!
Andrew
Please login first to submit.