Skip to content

Commit c51e24b

Browse files
Integrated latest changes at 12-15-2024 4:30:37 AM
1 parent 0e620e7 commit c51e24b

File tree

365 files changed

+9179
-2230
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

365 files changed

+9179
-2230
lines changed

ej2-vue-toc.html

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -206,6 +206,7 @@
206206
<li><a href="/ej2-vue/auto-complete/style">Style and appearance</a></li>
207207
<li><a href="/ej2-vue/auto-complete/accessibility">Accessibility</a></li>
208208
<li><a href="/ej2-vue/auto-complete/two-way-binding">Two-Way Binding</a></li>
209+
<li><a href="/ej2-vue/auto-complete/resize">Popup Resize</a></li>
209210
<li>How To
210211
<ul>
211212
<li><a href="/ej2-vue/auto-complete/how-to/autofill">Autofill supported with AutoComplete</a></li>
@@ -632,6 +633,7 @@
632633
<li><a href="/ej2-vue/combo-box/style">Style and appearance</a></li>
633634
<li><a href="/ej2-vue/combo-box/accessibility">Accessibility</a></li>
634635
<li><a href="/ej2-vue/combo-box/two-way-binding">Two-Way Binding</a></li>
636+
<li><a href="/ej2-vue/combo-box/resize.md">Popup Resize</a></li>
635637
<li>How To
636638
<ul>
637639
<li><a href="/ej2-vue/combo-box/how-to/autofill">Autofill supported with ComboBox</a></li>
@@ -1122,6 +1124,7 @@
11221124
<li><a href="/ej2-vue/drop-down-list/style">Style and appearance</a></li>
11231125
<li><a href="/ej2-vue/drop-down-list/accessibility">Accessibility</a></li>
11241126
<li><a href="/ej2-vue/drop-down-list/two-way-binding">Two-Way Binding</a></li>
1127+
<li><a href="/ej2-vue/drop-down-list/resize">Popup Resize</a></li>
11251128
<li>How To
11261129
<ul>
11271130
<li><a href="/ej2-vue/drop-down-list/how-to/add-item">Add item in between in DropDownList</a></li>
@@ -1561,6 +1564,7 @@
15611564
<li><a href="/ej2-vue/image-editor/resize">Resize</a></li>
15621565
<li><a href="/ej2-vue/image-editor/z-order">Z-Order</a></li>
15631566
<li><a href="/ej2-vue/image-editor/redact">Redact</a></li>
1567+
<li><a href="/ej2-vue/image-editor/image-restrictions">Image Restrictions</a></li>
15641568
<li><a href="/ej2-vue/image-editor/localization">Localization</a></li>
15651569
<li><a href="/ej2-vue/image-editor/accessibility">Accessibility</a></li>
15661570
<li>How To
@@ -1863,6 +1867,8 @@
18631867
<li><a href="/ej2-vue/multi-select/style">Style and appearance</a></li>
18641868
<li><a href="/ej2-vue/multi-select/accessibility">Accessibility</a></li>
18651869
<li><a href="/ej2-vue/multi-select/two-way-binding">Two-Way Binding</a></li>
1870+
<li><a href="/ej2-vue/multi-select/resize">Popup Resize</a></li>
1871+
18661872
<li>How To
18671873
<ul>
18681874
<li><a href="/ej2-vue/multi-select/how-to/icons-support">Show the list items with icons</a></li>
@@ -1971,6 +1977,7 @@
19711977
<ul>
19721978
<li><a href="/ej2-vue/pdfviewer/form-designer/create-programmatically">Create form fields programmatically</a></li>
19731979
<li><a href="/ej2-vue/pdfviewer/form-designer/create-with-user-interface-interaction">Create form fields with UI interaction</a></li>
1980+
<li><a href="/ej2-vue/pdfviewer/form-designer/form-field-events">Form Field events</a></li>
19741981
</ul>
19751982
</li>
19761983
<li><a href="/ej2-vue/pdfviewer/organize-pdf">Organize Pages</a></li>

ej2-vue/auto-complete/resize.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
---
2+
layout: post
3+
title: Resizing in Vue AutoComplete component | Syncfusion
4+
description: Learn here all about Popup Resizing in Syncfusion Vue AutoComplete component of Syncfusion Essential JS 2 and more.
5+
control: Resizing
6+
platform: ej2-vue
7+
documentation: ug
8+
domainurl: ##DomainURL##
9+
---
10+
11+
# Resizing in Vue AutoComplete component
12+
13+
You can dynamically adjust the size of the popup in the Autocomplete component by using the [AllowResize](https://ej2.syncfusion.com/vue/documentation/api/auto-complete/#allowresize) property. When enabled, users can resize the popup, improving visibility and control, with the resized dimensions being retained across sessions for a consistent user experience.
14+
15+
The following sample illustrates the implementation of the Popup Resize feature.
16+
17+
{% tabs %}
18+
{% highlight html tabtitle="Composition API (~/src/App.vue)" %}
19+
{% include code-snippet/auto-complete/getting-started-cs27/app-composition.vue %}
20+
{% endhighlight %}
21+
{% highlight html tabtitle="Options API (~/src/App.vue)" %}
22+
{% include code-snippet/auto-complete/getting-started-cs27/app.vue %}
23+
{% endhighlight %}
24+
{% endtabs %}
25+
26+
27+
![Resizing in AutoComplete Component](../images/autocomplete-resize.gif)

ej2-vue/chart/chart-type/area.md

Lines changed: 1 addition & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -91,24 +91,9 @@ The [opacity](https://ej2.syncfusion.com/vue/documentation/api/chart/series/#opa
9191

9292
{% previewsample "page.domainurl/code-snippet/chart/series/area-cs15" %}
9393

94-
**Dash array**
95-
96-
The [dashArray](https://ej2.syncfusion.com/vue/documentation/api/chart/series/#dasharray) property determines the pattern of dashes and gaps in the series.
97-
98-
{% tabs %}
99-
{% highlight html tabtitle="Composition API (~/src/App.vue)" %}
100-
{% include code-snippet/chart/series/area-cs16/app-composition.vue %}
101-
{% endhighlight %}
102-
{% highlight html tabtitle="Options API (~/src/App.vue)" %}
103-
{% include code-snippet/chart/series/area-cs16/app.vue %}
104-
{% endhighlight %}
105-
{% endtabs %}
106-
107-
{% previewsample "page.domainurl/code-snippet/chart/series/area-cs16" %}
108-
10994
## Area border
11095

111-
Use the [`border`](https://ej2.syncfusion.com/vue/documentation/api/chart/series/#border) property to customize the width and color of the series border.
96+
Use the [`border`](https://ej2.syncfusion.com/vue/documentation/api/chart/series/#border) property to customize the width, color and dash array of the series border.
11297

11398
{% tabs %}
11499
{% highlight html tabtitle="Composition API (~/src/App.vue)" %}

ej2-vue/chart/chart-type/bar.md

Lines changed: 1 addition & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -91,24 +91,9 @@ The [opacity](https://ej2.syncfusion.com/vue/documentation/api/chart/series/#opa
9191

9292
{% previewsample "page.domainurl/code-snippet/chart/series/bar-cs11" %}
9393

94-
**Dash array**
95-
96-
The [dashArray](https://ej2.syncfusion.com/vue/documentation/api/chart/series/#dasharray) property determines the pattern of dashes and gaps in the series.
97-
98-
{% tabs %}
99-
{% highlight html tabtitle="Composition API (~/src/App.vue)" %}
100-
{% include code-snippet/chart/series/bar-cs12/app-composition.vue %}
101-
{% endhighlight %}
102-
{% highlight html tabtitle="Options API (~/src/App.vue)" %}
103-
{% include code-snippet/chart/series/bar-cs12/app.vue %}
104-
{% endhighlight %}
105-
{% endtabs %}
106-
107-
{% previewsample "page.domainurl/code-snippet/chart/series/bar-cs12" %}
108-
10994
**Border**
11095

111-
Use the [border](https://ej2.syncfusion.com/vue/documentation/api/chart/series/#border) property to customize the width and color of the series border.
96+
Use the [`border`](https://ej2.syncfusion.com/vue/documentation/api/chart/series/#border) property to customize the width, color and dash array of the series border.
11297

11398
{% tabs %}
11499
{% highlight html tabtitle="Composition API (~/src/App.vue)" %}

ej2-vue/chart/chart-type/box-whisker.md

Lines changed: 1 addition & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -93,24 +93,9 @@ The [opacity](https://ej2.syncfusion.com/vue/documentation/api/chart/series/#opa
9393

9494
{% previewsample "page.domainurl/code-snippet/chart/series/box-cs7" %}
9595

96-
**Dash array**
97-
98-
The [dashArray](https://ej2.syncfusion.com/vue/documentation/api/chart/series/#dasharray) property determines the pattern of dashes and gaps in the series.
99-
100-
{% tabs %}
101-
{% highlight html tabtitle="Composition API (~/src/App.vue)" %}
102-
{% include code-snippet/chart/series/box-cs8/app-composition.vue %}
103-
{% endhighlight %}
104-
{% highlight html tabtitle="Options API (~/src/App.vue)" %}
105-
{% include code-snippet/chart/series/box-cs8/app.vue %}
106-
{% endhighlight %}
107-
{% endtabs %}
108-
109-
{% previewsample "page.domainurl/code-snippet/chart/series/box-cs8" %}
110-
11196
**Border**
11297

113-
Use the [border](https://ej2.syncfusion.com/vue/documentation/api/chart/series/#border) property to customize the width and color of the series border.
98+
Use the [`border`](https://ej2.syncfusion.com/vue/documentation/api/chart/series/#border) property to customize the width, color and dash array of the series border.
11499

115100
{% tabs %}
116101
{% highlight html tabtitle="Composition API (~/src/App.vue)" %}

ej2-vue/chart/chart-type/column.md

Lines changed: 1 addition & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -91,24 +91,9 @@ The [opacity](https://ej2.syncfusion.com/vue/documentation/api/chart/series/#opa
9191

9292
{% previewsample "page.domainurl/code-snippet/chart/series/column-cs34" %}
9393

94-
**Dash array**
95-
96-
The [dashArray](https://ej2.syncfusion.com/vue/documentation/api/chart/series/#dasharray) property determines the pattern of dashes and gaps in the series.
97-
98-
{% tabs %}
99-
{% highlight html tabtitle="Composition API (~/src/App.vue)" %}
100-
{% include code-snippet/chart/series/column-cs35/app-composition.vue %}
101-
{% endhighlight %}
102-
{% highlight html tabtitle="Options API (~/src/App.vue)" %}
103-
{% include code-snippet/chart/series/column-cs35/app.vue %}
104-
{% endhighlight %}
105-
{% endtabs %}
106-
107-
{% previewsample "page.domainurl/code-snippet/chart/series/column-cs35" %}
108-
10994
**Border**
11095

111-
Use the [border](https://ej2.syncfusion.com/vue/documentation/api/chart/series/#border) property to customize the width and color of the series border.
96+
Use the [`border`](https://ej2.syncfusion.com/vue/documentation/api/chart/series/#border) property to customize the width, color and dash array of the series border.
11297

11398
{% tabs %}
11499
{% highlight html tabtitle="Composition API (~/src/App.vue)" %}

ej2-vue/chart/chart-type/range-area.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,9 +93,9 @@ The [opacity](https://ej2.syncfusion.com/vue/documentation/api/chart/series/#opa
9393

9494
{% previewsample "page.domainurl/code-snippet/chart/series/rangearea-cs3" %}
9595

96-
**Dash array**
96+
**Border**
9797

98-
The [dashArray](https://ej2.syncfusion.com/vue/documentation/api/chart/series/#dasharray) property determines the pattern of dashes and gaps in the series.
98+
Use the [`border`](https://ej2.syncfusion.com/vue/documentation/api/chart/series/#border) property to customize the width, color and dash array of the series border.
9999

100100
{% tabs %}
101101
{% highlight html tabtitle="Composition API (~/src/App.vue)" %}

ej2-vue/chart/chart-type/range-column.md

Lines changed: 1 addition & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -93,24 +93,9 @@ The [opacity](https://ej2.syncfusion.com/vue/documentation/api/chart/series/#opa
9393

9494
{% previewsample "page.domainurl/code-snippet/chart/series/rangecolumn-cs3" %}
9595

96-
**Dash array**
97-
98-
The [dashArray](https://ej2.syncfusion.com/vue/documentation/api/chart/series/#dasharray) property determines the pattern of dashes and gaps in the series.
99-
100-
{% tabs %}
101-
{% highlight html tabtitle="Composition API (~/src/App.vue)" %}
102-
{% include code-snippet/chart/series/rangecolumn-cs4/app-composition.vue %}
103-
{% endhighlight %}
104-
{% highlight html tabtitle="Options API (~/src/App.vue)" %}
105-
{% include code-snippet/chart/series/rangecolumn-cs4/app.vue %}
106-
{% endhighlight %}
107-
{% endtabs %}
108-
109-
{% previewsample "page.domainurl/code-snippet/chart/series/rangecolumn-cs4" %}
110-
11196
**Border**
11297

113-
Use the [border](https://ej2.syncfusion.com/vue/documentation/api/chart/series/#border) property to customize the width and color of the series border.
98+
Use the [`border`](https://ej2.syncfusion.com/vue/documentation/api/chart/series/#border) property to customize the width, color and dash array of the series border.
11499

115100
{% tabs %}
116101
{% highlight html tabtitle="Composition API (~/src/App.vue)" %}

ej2-vue/chart/chart-type/range-step-area.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,9 +93,9 @@ The [opacity](https://ej2.syncfusion.com/vue/documentation/api/chart/series/#opa
9393

9494
{% previewsample "page.domainurl/code-snippet/chart/series/area-cs24" %}
9595

96-
**Dash array**
96+
**Border**
9797

98-
The [dashArray](https://ej2.syncfusion.com/vue/documentation/api/chart/series/#dasharray) property determines the pattern of dashes and gaps in the series.
98+
Use the [`border`](https://ej2.syncfusion.com/vue/documentation/api/chart/series/#border) property to customize the width, color and dash array of the series border.
9999

100100
{% tabs %}
101101
{% highlight html tabtitle="Composition API (~/src/App.vue)" %}

ej2-vue/chart/chart-type/spline-area.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,9 +90,9 @@ The [opacity](https://ej2.syncfusion.com/vue/documentation/api/chart/series/#opa
9090

9191
{% previewsample "page.domainurl/code-snippet/chart/series/splinearea-cs3" %}
9292

93-
**Dash array**
93+
**Border**
9494

95-
The [dashArray](https://ej2.syncfusion.com/vue/documentation/api/chart/series/#dasharray) property determines the pattern of dashes and gaps in the series.
95+
Use the [`border`](https://ej2.syncfusion.com/vue/documentation/api/chart/series/#border) property to customize the width, color and dash array of the series border.
9696

9797
{% tabs %}
9898
{% highlight html tabtitle="Composition API (~/src/App.vue)" %}

ej2-vue/chart/chart-type/spline-range-area.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,9 +92,9 @@ The [opacity](https://ej2.syncfusion.com/vue/documentation/api/chart/series/#opa
9292

9393
{% previewsample "page.domainurl/code-snippet/chart/series/splinerangearea-cs3" %}
9494

95-
**Dash array**
95+
**Border**
9696

97-
The [dashArray](https://ej2.syncfusion.com/vue/documentation/api/chart/series/#dasharray) property determines the pattern of dashes and gaps in the series.
97+
Use the [`border`](https://ej2.syncfusion.com/vue/documentation/api/chart/series/#border) property to customize the width, color and dash array of the series border.
9898

9999
{% tabs %}
100100
{% highlight html tabtitle="Composition API (~/src/App.vue)" %}

ej2-vue/chart/chart-type/stack-area.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,9 +91,9 @@ The [opacity](https://ej2.syncfusion.com/vue/documentation/api/chart/series/#opa
9191

9292
{% previewsample "page.domainurl/code-snippet/chart/series/stackarea-cs3" %}
9393

94-
**Dash array**
94+
**Border**
9595

96-
The [dashArray](https://ej2.syncfusion.com/vue/documentation/api/chart/series/#dasharray) property determines the pattern of dashes and gaps in the series.
96+
Use the [`border`](https://ej2.syncfusion.com/vue/documentation/api/chart/series/#border) property to customize the width, color and dash array of the series border.
9797

9898
{% tabs %}
9999
{% highlight html tabtitle="Composition API (~/src/App.vue)" %}

ej2-vue/chart/chart-type/stack-bar.md

Lines changed: 1 addition & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -91,24 +91,9 @@ The [opacity](https://ej2.syncfusion.com/vue/documentation/api/chart/series/#opa
9191

9292
{% previewsample "page.domainurl/code-snippet/chart/series/stackbar-cs3" %}
9393

94-
**Dash array**
95-
96-
The [dashArray](https://ej2.syncfusion.com/vue/documentation/api/chart/series/#dasharray) property determines the pattern of dashes and gaps in the series.
97-
98-
{% tabs %}
99-
{% highlight html tabtitle="Composition API (~/src/App.vue)" %}
100-
{% include code-snippet/chart/series/stackbar-cs4/app-composition.vue %}
101-
{% endhighlight %}
102-
{% highlight html tabtitle="Options API (~/src/App.vue)" %}
103-
{% include code-snippet/chart/series/stackbar-cs4/app.vue %}
104-
{% endhighlight %}
105-
{% endtabs %}
106-
107-
{% previewsample "page.domainurl/code-snippet/chart/series/stackbar-cs4" %}
108-
10994
**Border**
11095

111-
Use the [border](https://ej2.syncfusion.com/vue/documentation/api/chart/series/#border) property to customize the width and color of the series border.
96+
Use the [`border`](https://ej2.syncfusion.com/vue/documentation/api/chart/series/#border) property to customize the width, color and dash array of the series border.
11297

11398
{% tabs %}
11499
{% highlight html tabtitle="Composition API (~/src/App.vue)" %}

ej2-vue/chart/chart-type/stack-column.md

Lines changed: 1 addition & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -91,24 +91,9 @@ The [opacity](https://ej2.syncfusion.com/vue/documentation/api/chart/series/#opa
9191

9292
{% previewsample "page.domainurl/code-snippet/chart/series/stackcolumn-cs3" %}
9393

94-
**Dash array**
95-
96-
The [dashArray](https://ej2.syncfusion.com/vue/documentation/api/chart/series/#dasharray) property determines the pattern of dashes and gaps in the series.
97-
98-
{% tabs %}
99-
{% highlight html tabtitle="Composition API (~/src/App.vue)" %}
100-
{% include code-snippet/chart/series/stackcolumn-cs4/app-composition.vue %}
101-
{% endhighlight %}
102-
{% highlight html tabtitle="Options API (~/src/App.vue)" %}
103-
{% include code-snippet/chart/series/stackcolumn-cs4/app.vue %}
104-
{% endhighlight %}
105-
{% endtabs %}
106-
107-
{% previewsample "page.domainurl/code-snippet/chart/series/stackcolumn-cs4" %}
108-
10994
**Border**
11095

111-
Use the [border](https://ej2.syncfusion.com/vue/documentation/api/chart/series/#border) property to customize the width and color of the series border.
96+
Use the [`border`](https://ej2.syncfusion.com/vue/documentation/api/chart/series/#border) property to customize the width, color and dash array of the series border.
11297

11398
{% tabs %}
11499
{% highlight html tabtitle="Composition API (~/src/App.vue)" %}

ej2-vue/chart/chart-type/stacked-area.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,9 +91,9 @@ The [opacity](https://ej2.syncfusion.com/vue/documentation/api/chart/series/#opa
9191

9292
{% previewsample "page.domainurl/code-snippet/chart/series/stackedarea-cs3" %}
9393

94-
**Dash array**
94+
**Border**
9595

96-
The [dashArray](https://ej2.syncfusion.com/vue/documentation/api/chart/series/#dasharray) property determines the pattern of dashes and gaps in the series.
96+
Use the [`border`](https://ej2.syncfusion.com/vue/documentation/api/chart/series/#border) property to customize the width, color and dash array of the series border.
9797

9898
{% tabs %}
9999
{% highlight html tabtitle="Composition API (~/src/App.vue)" %}

ej2-vue/chart/chart-type/stacked-bar.md

Lines changed: 1 addition & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -91,24 +91,9 @@ The [opacity](https://ej2.syncfusion.com/vue/documentation/api/chart/series/#opa
9191

9292
{% previewsample "page.domainurl/code-snippet/chart/series/stackedbar-cs3" %}
9393

94-
**Dash array**
95-
96-
The [dashArray](https://ej2.syncfusion.com/vue/documentation/api/chart/series/#dasharray) property determines the pattern of dashes and gaps in the series.
97-
98-
{% tabs %}
99-
{% highlight html tabtitle="Composition API (~/src/App.vue)" %}
100-
{% include code-snippet/chart/series/stackedbar-cs4/app-composition.vue %}
101-
{% endhighlight %}
102-
{% highlight html tabtitle="Options API (~/src/App.vue)" %}
103-
{% include code-snippet/chart/series/stackedbar-cs4/app.vue %}
104-
{% endhighlight %}
105-
{% endtabs %}
106-
107-
{% previewsample "page.domainurl/code-snippet/chart/series/stackedbar-cs4" %}
108-
10994
**Border**
11095

111-
Use the [border](https://ej2.syncfusion.com/vue/documentation/api/chart/series/#border) property to customize the width and color of the series border.
96+
Use the [`border`](https://ej2.syncfusion.com/vue/documentation/api/chart/series/#border) property to customize the width, color and dash array of the series border.
11297

11398
{% tabs %}
11499
{% highlight html tabtitle="Composition API (~/src/App.vue)" %}

ej2-vue/chart/chart-type/stacked-column.md

Lines changed: 1 addition & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -91,24 +91,9 @@ The [opacity](https://ej2.syncfusion.com/vue/documentation/api/chart/series/#opa
9191

9292
{% previewsample "page.domainurl/code-snippet/chart/series/stackedcolumn-cs3" %}
9393

94-
**Dash array**
95-
96-
The [dashArray](https://ej2.syncfusion.com/vue/documentation/api/chart/series/#dasharray) property determines the pattern of dashes and gaps in the series.
97-
98-
{% tabs %}
99-
{% highlight html tabtitle="Composition API (~/src/App.vue)" %}
100-
{% include code-snippet/chart/series/stackedcolumn-cs4/app-composition.vue %}
101-
{% endhighlight %}
102-
{% highlight html tabtitle="Options API (~/src/App.vue)" %}
103-
{% include code-snippet/chart/series/stackedcolumn-cs4/app.vue %}
104-
{% endhighlight %}
105-
{% endtabs %}
106-
107-
{% previewsample "page.domainurl/code-snippet/chart/series/stackedcolumn-cs4" %}
108-
10994
**Border**
11095

111-
Use the [border](https://ej2.syncfusion.com/vue/documentation/api/chart/series/#border) property to customize the width and color of the series border.
96+
Use the [`border`](https://ej2.syncfusion.com/vue/documentation/api/chart/series/#border) property to customize the width, color and dash array of the series border.
11297

11398
{% tabs %}
11499
{% highlight html tabtitle="Composition API (~/src/App.vue)" %}

ej2-vue/chart/chart-type/stacked-step-area.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,9 +91,9 @@ The [opacity](https://ej2.syncfusion.com/vue/documentation/api/chart/series/#opa
9191

9292
{% previewsample "page.domainurl/code-snippet/chart/series/stackedsteparea-cs3" %}
9393

94-
**Dash array**
94+
**Border**
9595

96-
The [dashArray](https://ej2.syncfusion.com/vue/documentation/api/chart/series/#dasharray) property determines the pattern of dashes and gaps in the series.
96+
Use the [`border`](https://ej2.syncfusion.com/vue/documentation/api/chart/series/#border) property to customize the width, color and dash array of the series border.
9797

9898
{% tabs %}
9999
{% highlight html tabtitle="Composition API (~/src/App.vue)" %}

0 commit comments

Comments
 (0)