Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
55
Binding to Fill property in DataMapping
posted

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.