c# - Oxyplot: Rectangles on top of HeatMapSeries -



c# - Oxyplot: Rectangles on top of HeatMapSeries -

is possible create filled rectangles on top of heatmapseries in oxyplot? i'm able set scatterseries on top, i'm struggling rectangles.

what want accomplish create this, preferably filled transparent pattern lines or bitmap:

wpf, series part:

<oxy:plotview.series> <oxy:heatmapseries data="{binding heatmap}"/> <oxy:scatterseries itemssource="{binding scatter}"/> </oxy:plotview.series>

c#, properties part:

public double[,] heatmap { get; private set; } public ilist<scatterpoint> scatter { get; private set; }

regards, jostein

solved using 4 rectangleannotations added plotmodel.annotations.

c# wpf oxyplot

Comments

Popular posts from this blog

php - How to pass multiple values from url -

xslt - DocBook 5 to PDF transform failing with error: "fo:flow" is missing child elements. Required content model: marker* -

database - php search bar when I press submit with nothing in the search bar it shows all the data -