Skip to content

Commit 8fc180e

Browse files
committed
SEO-172157 ASP.NET Core Image Alt
1 parent 2b3517e commit 8fc180e

10 files changed

+9
-9
lines changed

aspnet-core/Chart/Appearance.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ The chart displays different series in different colors, by default. You can cus
2424
{% endhighlight %}
2525

2626

27-
![](Appearance_images/Appearance_img1.png)
27+
![Custom color palette in ASP.NET Core Chart](appearance_images/aspnetcore-chart-custom-color-palette.png)
2828

2929

3030
N> The color palette is applied to the points in accumulation type of series
@@ -53,7 +53,7 @@ You can set the desired theme by using the **Theme** property. The default theme
5353

5454
{% endhighlight %}
5555

56-
![](Appearance_images/Appearance_img2.png)
56+
![Themes in ASP.NET Core Chart](appearance_images/aspnetcore-chart-themes.png)
5757

5858

5959
## Point level customization
@@ -74,7 +74,7 @@ Marker, data label, and fill color of each point in a series can be customized i
7474

7575
{% endhighlight %}
7676

77-
![](Appearance_images/Appearance_img3.png)
77+
![Point level customization in ASP.NET Core Chart](appearance_images/aspnetcore-chart-point-level-customization.png)
7878

7979

8080
## Series border customization
@@ -94,7 +94,7 @@ To customize the series border color, width, and dash array, use **Series.Border
9494

9595
{% endhighlight %}
9696

97-
![](Appearance_images/Appearance_img4.png)
97+
![Series border customization in ASP.NET Core Chart](appearance_images/aspnetcore-chart-series-border-customization.png)
9898

9999

100100
## Chart area customization
@@ -111,7 +111,7 @@ The chart background can be customized by using the **Background** property. To
111111

112112
{% endhighlight %}
113113

114-
![](Appearance_images/Appearance_img5.png)
114+
![Customize chart background in ASP.NET Core Chart](appearance_images/aspnetcore-chart-customization-background.png)
115115

116116

117117
**Chart Margin**
@@ -127,7 +127,7 @@ The chart background can be customized by using the **Background** property. To
127127

128128
{% endhighlight %}
129129

130-
![](Appearance_images/Appearance_img6.png)
130+
![Chart margin in ASP.NET Core](appearance_images/aspnetcore-chart-margin.png)
131131

132132

133133
**Setting background image**
@@ -142,7 +142,7 @@ Background image can be added to the chart by using the **BackGroundImageUrl** p
142142

143143
{% endhighlight %}
144144

145-
![](Appearance_images/Appearance_img7.png)
145+
![Setting background image in ASP.NET Core Chart](appearance_images/aspnetcore-chart-setting-background-image.png)
146146

147147

148148
**Chart area background**
@@ -160,7 +160,7 @@ The chart area background can be customized by using the **Background** property
160160

161161
{% endhighlight %}
162162

163-
![](Appearance_images/Appearance_img8.png)
163+
![Chart area background in ASP.NET Core](appearance_images/aspnetcore-chart-area-background.png)
164164

165165

166166
### Customize chart area grid bands
@@ -178,7 +178,7 @@ You can provide different color for alternate grid's rows and columns formed by
178178

179179
{% endhighlight %}
180180

181-
![](Appearance_images/Appearance_img9.png)
181+
![Customize chart area grid bands in ASP.NET Core Chart](appearance_images/aspnetcore-chart-customize-chart-area-grid-bands.png)
182182

183183

184184
### Animation

0 commit comments

Comments
 (0)