Skip to content

Commit ddca797

Browse files
author
GopalakrishnanVeeraragavan
committed
904177: Resolve chart-type files conflicts.
2 parents 319b051 + 64077f0 commit ddca797

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

blazor/chart/chart-types/line.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -564,6 +564,7 @@ The [`OnSeriesRender`](https://help.syncfusion.com/cr/blazor/Syncfusion.Blazor.C
564564
```
565565
{% previewsample "https://blazorplayground.syncfusion.com/embed/VZLJjPMzKelOwLZm?appbar=false&editor=false&result=true&errorlist=false&theme=bootstrap5" %}
566566

567+
![Blazor Line Chart with custom series.](../images/chart-types-images/blazor-line-chart-custom-series.png)
567568
### Point render
568569

569570
The [`OnPointRender`](https://help.syncfusion.com/cr/blazor/Syncfusion.Blazor.Charts.ChartEvents.html#Syncfusion_Blazor_Charts_ChartEvents_OnPointRender) event allows you to customize each data point before it is rendered on the chart.

blazor/chart/chart-types/radar.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -224,6 +224,7 @@ To customize the radius of the [Radar Chart](https://help.syncfusion.com/cr/blaz
224224

225225
![Blazor Radar Chart with Radius](../images/polar-radar/blazor-radar-chart-radius.png)
226226

227+
N> Refer to our [Blazor Charts](https://www.syncfusion.com/blazor-components/blazor-charts) feature tour page for its groundbreaking feature representations and also explore our [Blazor Chart Example](https://blazor.syncfusion.com/demos/chart/line?theme=bootstrap5) to know various chart types and how to represent time-dependent data, showing trends at equal intervals.
227228
## Empty points
228229

229230
Data points with `null` or `undefined` values are considered empty. Empty data points are ignored and not plotted on the chart.

blazor/chart/chart-types/spline-area.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -336,6 +336,7 @@ The [ChartSeriesBorder](https://help.syncfusion.com/cr/blazor/Syncfusion.Blazor.
336336

337337
![Blazor Spline Area Chart with Custom Series](../images/chart-types-images/blazor-spline-area-chart-custom-series.png)
338338

339+
N> Refer to our [Blazor Charts](https://www.syncfusion.com/blazor-components/blazor-charts) feature tour page for its groundbreaking feature representations and also explore our [Blazor Chart Example](https://blazor.syncfusion.com/demos/chart/line?theme=bootstrap5) to know various chart types and how to represent time-dependent data, showing trends at equal intervals.
339340
## Empty points
340341

341342
Data points with `null` or `undefined` values are considered empty. Empty data points are ignored and not plotted on the chart.

0 commit comments

Comments
 (0)