Quantcast
Channel: OxyPlot (moved to GitHub)
Viewing all articles
Browse latest Browse all 2061

Edited Unassigned: ColorAxis High/-Lowcolor Properties are overwritten [10054]

$
0
0
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

Viewing all articles
Browse latest Browse all 2061

Trending Articles