Search found 1 match

by jhughes
Tue Mar 20, 2018 5:10 pm
Forum: LightningChart Ultimate WPF
Topic: PerstentSeriesRenderingIntensityLayer ZoomToFit
Replies: 1
Views: 5085

PerstentSeriesRenderingIntensityLayer ZoomToFit

I am working with the WPF examples and struggling to utilize ZoomToFit functionality for the charts with persistent data rendering layers. I have experimented with adding the most recently rendered data to _chart.ViewXY.SampleDataSeries[0].SamplesDouble and then calling _chart.ViewXY.ZoomToFit(). In...