In the HeatMapSeries Example this problem can be seen:
The High/-LowColor Properties are set this way:
model.Axes.Add(new ColorAxis { Position = AxisPosition.Right, __Palette = OxyPalettes.Jet(500)__, HighColor = __OxyColors.Gray, LowColor = OxyColors.Black__ });
The actual Colors are Red and Blue..
I think the values get overwritten from the Palette property, which is necessary for the ColorAxis.
http://i.imagebanana.com/img/2td0gflo/thumb/colorAxisIssue.PNG
The High/-LowColor Properties are set this way:
model.Axes.Add(new ColorAxis { Position = AxisPosition.Right, __Palette = OxyPalettes.Jet(500)__, HighColor = __OxyColors.Gray, LowColor = OxyColors.Black__ });
The actual Colors are Red and Blue..
I think the values get overwritten from the Palette property, which is necessary for the ColorAxis.
http://i.imagebanana.com/img/2td0gflo/thumb/colorAxisIssue.PNG