Unplanned
Last Updated: 29 Oct 2020 15:46 by ADMIN
Martin Ivanov
Created on: 29 Oct 2020 15:45
Category: ChartView
Type: Feature Request
1
ChartView: Add support for conditional styling of the color and stroke for the data point visuals when Direct2D or Bitmap render options are used
Currently, you can customize the fill and stroke of the data point visuals using the DefaultVisualStyle property of the series. In the common scenario, you can use data bindings to data bind the fill and stroke of the corresponding element. Additionally, you can use the DefaultVisualStyleSelector for such customization. However, when the Direct2DRenderOptions or BitmapRenderOptions are used, data bindings and the DefaultVisualStyleSelector are not support. The bindings in the DefaultVisualStyle throw errors and the selector is not applied.

Add support for conditional styling. This should include support for data binding in the fill and stroke properties of the element from the DefaultVisualStyle, or support for DefaultVisualStyleSelector, or another type of API. 
0 comments