Skip to content

Commit 3136b22

Browse files
committed
SEO-174766-Missing-H1-WPF
1 parent b42d945 commit 3136b22

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

wpf/Classic/Chart/How-to/Add-Custom-Legends.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ control: Chart (Classic)
77
documentation: ug
88
---
99

10-
## Add Custom Legends
10+
# Add Custom Legends in WPF Chart
1111

1212
It's easy to replace existing, default, legend items with custom items in Chart or Chart Area legends.
1313

@@ -28,4 +28,4 @@ Chart1.Legends.Add(legend);
2828

2929
{% endhighlight %}
3030

31-
![Add-Custom-Legends_img1](Add-Custom-Legends_images/Add-Custom-Legends_img1.jpeg)
31+
![Add-Custom-Legends](add-custom-legends_images/wpf-chart-add-custom-legends.jpeg)

wpf/Color-Picker/Customization.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ documentation: ug
99

1010

1111

12-
## Color Palette
12+
# Customization in WPF ColorPicker
1313

1414
[ColorPicker](https://help.syncfusion.com/cr/wpf/Syncfusion.Windows.Shared.ColorPicker.html) has build-in color palette to select solid color easily. This can be enabled using [IsColorPaletteVisible](https://help.syncfusion.com/cr/wpf/Syncfusion.Windows.Shared.ColorPicker.html#Syncfusion_Windows_Shared_ColorPicker_IsColorPaletteVisible) property.
1515

0 commit comments

Comments
 (0)