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: _contentTemplates/chart/link-to-basics.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -131,7 +131,7 @@ You can control how transparent the series fill is through the `Opacity` propert
131
131
132
132
133
133
#tip-look-for-nested-tags
134
-
>tip To customize the chart, look for nested tags and heir properties - the inner tags will contain their parent tag name and add specifics to its end. For example, the `ChartSeries` tag has a `ChartSeriesLabels` tag that exposes configuration otions and more child tags.
134
+
>tip To customize the chart, look for nested tags and their properties - the inner tags will contain their parent tag name and add specifics to its end. For example, the `ChartSeries` tag has a `ChartSeriesLabels` tag that exposes configuration options and more child tags.
Copy file name to clipboardExpand all lines: components/chart/types/area.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,7 @@ position: 0
10
10
11
11
# Area Chart
12
12
13
-
An <ahref="https://www.telerik.com/blazor-ui/area-chart"target="_blank">Blazor Area chart</a> shows the data as continuous lines that pass through points defined by their items' values. The portion of the graph beneath the lines is filled with a particular color for every series. Colors in an Area chart can be useful for emphasizing changes in values from several sets of similar data. A colored background will clearly visualize the differences.
13
+
The <ahref="https://www.telerik.com/blazor-ui/area-chart"target="_blank">Blazor Area chart</a> shows the data as continuous lines that pass through points defined by their items' values. The portion of the graph beneath the lines is filled with a particular color for every series. Colors in an Area chart can be useful for emphasizing changes in values from several sets of similar data. A colored background will clearly visualize the differences.
14
14
15
15
16
16
An Area chart emphasizes the volume of money, data or any other unit that the given series has encompassed. When backgrounds are semi-transparent, it lets the user clearly see where different sets of data overlap.
@@ -21,7 +21,7 @@ An Area chart emphasizes the volume of money, data or any other unit that the gi
Copy file name to clipboardExpand all lines: components/chart/types/bar.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,15 +10,15 @@ position: 0
10
10
11
11
# Bar Chart
12
12
13
-
A <ahref="https://www.telerik.com/blazor-ui/bar-chart"target="_blank">Blazor Bar chart</a> displays data as horizontal bars whose lengths vary according to their value. You can use a Bar chart to show a comparison between several sets of data (for example, summaries of sales data for different time periods). Each series is automatically colored differently for easier reading.
13
+
The <ahref="https://www.telerik.com/blazor-ui/bar-chart"target="_blank">Blazor Bar chart</a> displays data as horizontal bars whose lengths vary according to their value. You can use a Bar chart to show a comparison between several sets of data (for example, summaries of sales data for different time periods). Each series is automatically colored differently for easier reading.
14
14
15
15
>caption Bar chart. Results from the first code snippet below
Copy file name to clipboardExpand all lines: components/chart/types/bubble.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,7 @@ position: 0
10
10
11
11
# Bubble Chart
12
12
13
-
A <ahref="https://www.telerik.com/blazor-ui/bubble-chart"target="_blank">Blazor Bubble chart</a> shows the data as points with coordinates and size defined by their items' values. You might think of a Bubble chart as a variation of the [Scatter chart]({%slug components/chart/types/scatter%}), in which the data points are replaced with bubbles. This allows a Bubble chart to display three dimensional data — two values for the items' coordinates and one for their size.
13
+
The <ahref="https://www.telerik.com/blazor-ui/bubble-chart"target="_blank">Blazor Bubble chart</a> shows the data as points with coordinates and size defined by their items' values. You might think of a Bubble chart as a variation of the [Scatter chart]({%slug components/chart/types/scatter%}), in which the data points are replaced with bubbles. This allows a Bubble chart to display three dimensional data — two values for the items' coordinates and one for their size.
14
14
15
15
A Bubble chart is useful for visualizing different scientific relationships (e.g, economical, social, etc.). This chart type's x-axis is also numerical and does not require items.
16
16
@@ -20,7 +20,7 @@ A Bubble chart is useful for visualizing different scientific relationships (e.g
Copy file name to clipboardExpand all lines: components/chart/types/candlestick.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,15 +10,15 @@ position: 0
10
10
11
11
# Candlestick Chart
12
12
13
-
A**Candlestick** chart shows data for the movement of the price of a financial unit. It consists of a bar (the candle), representing the open and close values, and vertical lines, the candlesticks, which illustrate the highest and lowest values.
13
+
The**Candlestick** chart shows data for the movement of the price of a financial unit. It consists of a bar (the candle), representing the open and close values, and vertical lines, the candlesticks, which illustrate the highest and lowest values.
14
14
15
15
>caption Candlestick chart. Results from the first code snippet below
Copy file name to clipboardExpand all lines: components/chart/types/column.md
+9-9Lines changed: 9 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,15 +10,15 @@ position: 0
10
10
11
11
# Column Chart
12
12
13
-
A <ahref="https://www.telerik.com/blazor-ui/column-chart"target="_blank">Blazor Column chart</a> displays data as vertical bars whose heights vary according to their value. You can use a Column chart to show a comparison between several sets of data (for example, summaries of sales data for different time periods). Each series is automatically colored differently for easier reading.
13
+
The <ahref="https://www.telerik.com/blazor-ui/column-chart"target="_blank">Blazor Column chart</a> displays data as vertical bars whose heights vary according to their value. You can use a Column chart to show a comparison between several sets of data (for example, summaries of sales data for different time periods). Each series is automatically colored differently for easier reading.
14
14
15
15
>caption Column chart. Results from the first code snippet below
1. add a `ChartSeries` to the `ChartSeriesItems` collection
24
24
2. set its `Type` property to `ChartSeriesType.Column`
@@ -59,20 +59,20 @@ Column series
59
59
60
60
## Column Chart Specific Appearance Settings
61
61
62
-
### Markers
62
+
### Labels
63
63
64
-
Each data item is denoted with a marker (label). You can control and customize them through the `<ChartCategoryAxisLabels />` and its children tags.
64
+
Each data item is decorated with a text label. You can control and customize them through the `<ChartCategoryAxisLabels />` and its children tags.
65
65
66
-
*`Visible` - hide all markers by setting this parameter to `false`.
67
-
*`Step` - renders every n-th marker, where n is the value(double number) passed to the parameter.
68
-
*`Skip` - skips the first n markers, where n is the value(double number) passed to the parameter.
69
-
*`Angle` - rotates the markers with the desired angle by n degrees, where n is the value passed to the parameter. It can take positive and negative numbers. To set this parameter use the `< ChartCategoryAxisLabelsRotation />` child tag.
66
+
*`Visible` - hide all labels by setting this parameter to `false`.
67
+
*`Step` - renders every n-th labels, where n is the value(double number) passed to the parameter.
68
+
*`Skip` - skips the first n labels, where n is the value(double number) passed to the parameter.
69
+
*`Angle` - rotates the labels with the desired angle by n degrees, where n is the value passed to the parameter. It can take positive and negative numbers. To set this parameter use the `< ChartCategoryAxisLabelsRotation />` child tag.
70
70
71
71
To rotate the markers use the `ChartCategoryAxisLabelsRotation` child tag and set its `Angle` parameter. It can take positive and negative numbers as value.
72
72
73
73
### Color
74
74
75
-
The color of a series is controlled through the `Color` property that can take any valid CSS color (for example, `#abcdef`, `#f00`, or `blue`). The color control the fill color of the area.
75
+
The color of a series is controlled through the `Color` property that can take any valid CSS color (for example, `#abcdef`, `#f00`, or `blue`).
0 commit comments