Unplanned
Last Updated: 28 Jul 2017 11:50 by ADMIN
ADMIN
Martin Ivanov
Created on: 28 Jul 2017 11:49
Category: ChartView
Type: Bug Report
2
ChartView: NullReferenceException thrown when the Visibility property of a line indicator is bound and the chart is hosted in RadTileList
The exception is reproduced only if the Visibility is initially bound to a property that returns Collapsed.

This can be reproduce with the chart indicators that derives from LineIndicatorBase. For example, MovingAverageIndicator or MomentumIndicator.

To resolve this you can bind the Opacity property instead of Visibility.
0 comments