You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: knowledge-base/generating-stacked-line-charts-configuring-axes-excel-floatingchartshape.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,7 +18,7 @@ ticketid: 1695510
18
18
19
19
## Description
20
20
21
-
This article demonstrates how to generate stacked line charts in worksheets using the SpreadProcessing library. It also covers how to specify the data sources for the X-axis (dates) and Y-axis (numerical values). Additionally, it explains how to configure chart properties such as marker types, line styles, and visibility to customize the chart's appearance.
21
+
This article demonstrates how to generate stacked line charts in worksheets using the [SpreadProcessing]({%slug radspreadprocessing-overview%}) library. It also covers how to specify the data sources for the X-axis (dates) and Y-axis (numerical values). Additionally, it explains how to configure chart properties such as marker types, line styles, and visibility to customize the chart's appearance.
22
22
23
23
Key topics addressed in this guide include:
24
24
- Creating line and stacked line charts in Excel using Telerik Document Processing.
@@ -32,11 +32,11 @@ Key topics addressed in this guide include:
32
32
33
33
To create a stacked line chart and configure the axes as desired, follow these steps:
34
34
35
-
1. Define the `LineSeriesGroup` and set its grouping to `Stacked`. This ensures the chart is created as a stacked line chart.
36
-
2. Create individual `[LineSeries]({%slug radspreadprocessing-features-charts-series%}#lineseries)` for each data column. Set the `Values` to represent numerical data and `Categories` to represent dates.
37
-
3. Define the axes for the chart. Set the `CategoryAxis` to plot dates and the `ValueAxis` for numerical values.
38
-
4. Create the chart and associate the `LineSeriesGroup` and axes with it.
39
-
5. Replace the default chart in the `[FloatingChartShape]({%slug radspreadprocessing-features-charts-using-charts%}#floatingchartshape)` with the configured document chart`. Set the dimensions and add it to the worksheet.
35
+
1. Define the **LineSeriesGroup** and set its grouping to **Stacked**. This ensures the chart is created as a stacked line chart.
36
+
2. Create individual [LineSeries]({%slug radspreadprocessing-features-charts-series%}#lineseries) for each data column. Set the **Values** to represent numerical data and **Categories** to represent dates.
37
+
3. Define the axes for the chart. Set the **CategoryAxis** to plot dates and the **ValueAxis** for numerical values.
38
+
4. Create the chart and associate the **LineSeriesGroup** and axes with it.
39
+
5. Replace the default chart in the [FloatingChartShape]({%slug radspreadprocessing-features-charts-using-charts%}#floatingchartshape) with the configured document chart. Set the dimensions and add it to the worksheet.
0 commit comments