Skip to content

Commit 323e6d0

Browse files
committed
FLUT-996020-[others]: Fixed the spell errors on plot band.
1 parent 2a26441 commit 323e6d0

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

Flutter/cartesian-charts/methods.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,13 @@ documentation: ug
99

1010
# Methods in Flutter Cartesian Charts (SfCartesianChart)
1111

12-
## Methods in Plotband
12+
## Methods in Plot band
1313

1414
### drawRect method
1515

16-
The `drawRect` method is used to customize the appearance of the plotband.
16+
The `drawRect` method is used to customize the appearance of the plot band.
1717

18-
This following code sample shows how to customize the appearance of the plotband by using drawRect method.
18+
This following code sample shows how to customize the appearance of the plot band by using drawRect method.
1919

2020
{% tabs %}
2121
{% highlight dart %}
@@ -160,9 +160,9 @@ This following code sample shows how to customize the appearance of the plotband
160160

161161
### drawText method
162162

163-
The `drawText` method is used to customize the text and text style of the plotband.
163+
The `drawText` method is used to customize the text and text style of the plot band.
164164

165-
The following code sample shows how to customize the plotband text and text style using the drawText method.
165+
The following code sample shows how to customize the plot band text and text style using the drawText method.
166166

167167
{% tabs %}
168168
{% highlight dart %}

0 commit comments

Comments
 (0)