From 56cc4156a29e51c4f91ba76bb5b2ac9d1bc8da29 Mon Sep 17 00:00:00 2001 From: ArctionJuuso <41104983+ArctionJuuso@users.noreply.github.com> Date: Wed, 13 Mar 2019 11:00:08 +0200 Subject: [PATCH] Added alt-tags Added alt-tags to images --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a582dae..dbfd382 100644 --- a/README.md +++ b/README.md @@ -37,7 +37,7 @@ palette.Steps.Clear(); Then we need to set colors for our palette together with *PaletteType*. You can define colors using *System.Windows.Media.Color* or *System.Drawing.Color* depending on whether you are using WPF or WinForms. *PaletteType* defines how the palette coloring will look in your application. -![](./assets/chart-heatmap-legendbox-2d-winforms-wpf.png) +![legendboxes with different palette types winforms wpf](./assets/chart-heatmap-legendbox-2d-winforms-wpf.png) For this example, we are setting *PaletteType* to *Gradient*.