Can't bind Value in MicroQualitativeRange

Micro Charts for WPF Forum

Posted 12 years ago by Josh Luth - Software Developer, Esha Research
Version: 12.2.0570
Platform: .NET 4.5
Environment: Windows 7 (64-bit)
Avatar
<microcharts:MicroBulletGraph Width="100" Height="15" Grid.Column="2" Padding="2"
                              FeaturedMeasureValue="{Binding Quantity, Converter={StaticResource QuantityConverter}}">
   <microcharts:MicroBulletGraph.QualitativeRanges>
       <microcharts:MicroQualitativeRange Value="{Binding LowRange}"/>
       <microcharts:MicroQualitativeRange Value="{Binding HighRange}"/>
       <microcharts:MicroQualitativeRange />
   </microcharts:MicroBulletGraph.QualitativeRanges>
</microcharts:MicroBulletGraph>

This seems like it should be a "basic" function of these charts and yet it's not possible. Who want's to hard code these ranges in?

Cannot find governing FrameworkElement or FrameworkContentElement for target element. BindingExpression:Path=HighRange; DataItem=null; target element is 'MicroQualitativeRange' (HashCode=21346264); target property is 'Value' (type 'Double')

Comments (2)

Answer - Posted 12 years ago by Actipro Software Support - Cleveland, OH, USA
Avatar

Hi Josh,

Thanks for reporting this.  We'll update the structure of things for the next maintenance release to make qualitative ranges into a Control so they can be data bound properly.


Actipro Software Support

Posted 12 years ago by Josh Luth - Software Developer, Esha Research
Avatar

Thanks for the quick reply. I'll look forward to the next build.

The latest build of this product (v24.1.1) was released 2 months ago, which was after the last post in this thread.

Add Comment

Please log in to a validated account to post comments.