Skip to content

Commit 79830f4

Browse files
xristianstefanovTsvetomir-Hr
authored and
xristianstefanov
committed
Update knowledge-base/chart-legend-colors-not-matching-stacked-bar-chart.md
Co-authored-by: Tsvetomir Hristov <106250052+Tsvetomir-Hr@users.noreply.github.com>
1 parent 7ae3520 commit 79830f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

knowledge-base/chart-legend-colors-not-matching-stacked-bar-chart.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ Stacked Charts are designed to display the combined values of multiple series st
3434

3535
To ensure that the legend colors match the data points in a stacked Chart, use the `Color` parameter of the `ChartSeries`. This parameter sets a uniform color for all data points (bars) within a single series and determines the color shown in the legend for that series.
3636

37-
Here is an example configuration that applies a specific color to each series in a stacked bar chart:
37+
Here is an example configuration that applies a specific color to each `ChartSeries` in a Stacked Bar Chart:
3838

3939
`````Razor
4040
<TelerikChart Width="100%" Height="100%">

0 commit comments

Comments
 (0)