Skip to content

Commit

Permalink
Added alt-tags
Browse files Browse the repository at this point in the history
Added alt-tags to images
  • Loading branch information
ArctionJuuso authored Mar 13, 2019
1 parent 40c117f commit 56cc415
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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*.

Expand Down

0 comments on commit 56cc415

Please sign in to comment.