Hello,
I am attempting to use a RadVerticalBulletGraph but there is a problem with the QualitativeRange object.I am attempting to implement a BulletGraph in an MVVM pattern such that the ViewModel only needs to provide the Value while the Brush is specified within the XAML (via styling). So my requiements are:
1. QualitativeRange Brush defined in XAML
2. QualitativeRange Value bound to a property on the ViewModel
Unfortunately this appears to be impossible. All working examples I've been able to find either create the QualitativeRange objects in code behind (unacceptable due to the color being defined in code) or have the value and brush hard coded (also unacceptable due to the binding requirement).
If anyone is able to provide an example that meets my two requirements I would be extremely grateful to see it. Thanks,
Jason
I am attempting to use a RadVerticalBulletGraph but there is a problem with the QualitativeRange object.I am attempting to implement a BulletGraph in an MVVM pattern such that the ViewModel only needs to provide the Value while the Brush is specified within the XAML (via styling). So my requiements are:
1. QualitativeRange Brush defined in XAML
2. QualitativeRange Value bound to a property on the ViewModel
Unfortunately this appears to be impossible. All working examples I've been able to find either create the QualitativeRange objects in code behind (unacceptable due to the color being defined in code) or have the value and brush hard coded (also unacceptable due to the binding requirement).
If anyone is able to provide an example that meets my two requirements I would be extremely grateful to see it. Thanks,
Jason