Jump to content
Software FX Community

aafayad

Members
  • Posts

    2
  • Joined

  • Last visited

aafayad's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. I have a datatable that has three column( id, AverageColor, AverageCost). I would like to have a serie for each row of that table. The bindingPath property will point to the AverageCost Field and the Fill property to be bound to the AverageColor Field. both fields are mapped to each other. I would like to achieve the following: <cfx:Chart.Series> <cfx:SeriesAttributes FillPath="AverageColor" BindingPath="AverageCost" /> </cfx:Chart.Series> Unfortunalty there is no FillPath property.
×
×
  • Create New...