Browse By Tags

  • Binding to Fill property in DataMapping

    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…