Is it possible to bind to the fill property in the DataMapping for a series like so:
<igChart:Series ChartType="Scatter" DataSource="{Binding Path=MinMaxPoints}" DataMapping="ValueX=X;ValueY=Y;Fill=LineColor">
Where LineColor is a brush specifying the color for the DataPoint. I really need to be able to do this using only xaml and no code-behind.
Yes. It's been in production for a year or more now.
Mike