I'm evaluating the WPF charting and would like to create a candle chart with a Red or Green fill depending on the open and close values. This is common for a candle chart as your product information states:The body of the candle is often colored under conditions where the open value is smaller than the closed value.How you recommend I achieve this?I'm attempting to set the series Template with data triggers The User guide for Candle Chart lists a set of parameters which can be used while setting template e.g. Interior.Could you give me an example of a template for the Candle chart type?