Skip to content

Commit 54d2411

Browse files
983838: Updated content changes mentioned in the Charts UG.
1 parent 52bfbb6 commit 54d2411

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

blazor/chart/chart-types/candle.md

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

1414
The [Candle](https://help.syncfusion.com/cr/blazor/Syncfusion.Blazor.Charts.ChartSeriesType.html#Syncfusion_Blazor_Charts_ChartSeriesType_Candle) series is similar to Hilo Open Close and represents **Low**, **High**, **Open**, and **Close** prices over time. It is commonly used in financial charts to visualize stock price movements.
1515

16-
You can also learn how to create a candle chart using Blazor Charts by watching the video below.
16+
Learn how to create a candle chart using Blazor Charts by watching the video below.
1717

1818
{% youtube "youtube:https://www.youtube.com/watch?v=KDOI77kV34Q" %}
1919

blazor/chart/chart-types/high-low-open-close.md

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

1414
The [HiloOpenClose](https://help.syncfusion.com/cr/blazor/Syncfusion.Blazor.Charts.ChartSeriesType.html#Syncfusion_Blazor_Charts_ChartSeriesType_HiloOpenClose) series represents **Low**, **High**, **Open**, and **Close** values over time.
1515

16-
You can also learn how to create a HiloOpenClose chart using Blazor Charts by watching the video below.
16+
Learn how to create a HiloOpenClose chart using Blazor Charts by watching the following video.
1717

1818
{% youtube "youtube:https://www.youtube.com/watch?v=KDOI77kV34Q" %}
1919

blazor/chart/chart-types/pare-to.md

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

1212
## Pareto Chart
1313

14-
The Pareto Chart is used to display cumulative values across different categories. It combines [Column](https://help.syncfusion.com/cr/blazor/Syncfusion.Blazor.Charts.ChartSeriesType.html#Syncfusion_Blazor_Charts_ChartSeriesType_Column) and [Line](https://help.syncfusion.com/cr/blazor/Syncfusion.Blazor.Charts.ChartSeriesType.html#Syncfusion_Blazor_Charts_ChartSeriesType_Line) series, where initial values are shown as columns and cumulative values as a line. To render a Pareto series, set the series [`Type`](https://help.syncfusion.com/cr/blazor/Syncfusion.Blazor.Charts.ChartSeries.html#Syncfusion_Blazor_Charts_ChartSeries_Type) to [`Pareto`](https://help.syncfusion.com/cr/blazor/Syncfusion.Blazor.Charts.ChartSeriesType.html#Syncfusion_Blazor_Charts_ChartSeriesType_Pareto) in your chart configuration.
14+
The Pareto Chart is used to display cumulative values across different categories. It combines [Column](https://help.syncfusion.com/cr/blazor/Syncfusion.Blazor.Charts.ChartSeriesType.html#Syncfusion_Blazor_Charts_ChartSeriesType_Column) and [Line](https://help.syncfusion.com/cr/blazor/Syncfusion.Blazor.Charts.ChartSeriesType.html#Syncfusion_Blazor_Charts_ChartSeriesType_Line) series, where initial values are shown as columns and cumulative values as a line. To render a Pareto series, set the series [`Type`](https://help.syncfusion.com/cr/blazor/Syncfusion.Blazor.Charts.ChartSeries.html#Syncfusion_Blazor_Charts_ChartSeries_Type) to [`Pareto`](https://help.syncfusion.com/cr/blazor/Syncfusion.Blazor.Charts.ChartSeriesType.html#Syncfusion_Blazor_Charts_ChartSeriesType_Pareto) in chart configuration.
1515

1616
```cshtml
1717

blazor/chart/chart-types/waterfall.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ Use the [ChartCornerRadius](https://help.syncfusion.com/cr/blazor/Syncfusion.Bla
194194

195195
![Blazor Waterfall Chart with corner radius](../images/chart-types-images/blazor-waterfall-chart-corner-radius.png)
196196

197-
You can also customize the corner radius for individual points using the [OnPointRender](https://blazor.syncfusion.com/documentation/chart/events#onpointrender) event and the [CornerRadius](https://help.syncfusion.com/cr/blazor/Syncfusion.Blazor.Charts.PointRenderEventArgs.html#Syncfusion_Blazor_Charts_PointRenderEventArgs_CornerRadius) property.
197+
The corner radius for individual points can be customized using the [OnPointRender](https://blazor.syncfusion.com/documentation/chart/events#onpointrender) event and the [CornerRadius](https://help.syncfusion.com/cr/blazor/Syncfusion.Blazor.Charts.PointRenderEventArgs.html#Syncfusion_Blazor_Charts_PointRenderEventArgs_CornerRadius) property.
198198

199199
```cshtml
200200

0 commit comments

Comments
 (0)