Skip to content

Commit 136db26

Browse files
Integrated latest changes at 12-13-2024 1:30:06 AM
1 parent 832046a commit 136db26

File tree

308 files changed

+5588
-1442
lines changed

Some content is hidden

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

308 files changed

+5588
-1442
lines changed

ej2-angular/chart/chart-types/area.md

Lines changed: 1 addition & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -115,30 +115,9 @@ The [opacity](https://ej2.syncfusion.com/angular/documentation/api/chart/seriesM
115115

116116
{% previewsample "page.domainurl/samples/chart/series/area-cs13" %}
117117

118-
**Dash array**
119-
120-
The [dashArray](https://ej2.syncfusion.com/angular/documentation/api/chart/seriesModel/#dasharray) property determines the pattern of dashes and gaps in the series.
121-
122-
{% tabs %}
123-
{% highlight ts tabtitle="app.component.ts" %}
124-
{% include code-snippet/chart/series/area-cs14/src/app.component.ts %}
125-
{% endhighlight %}
126-
127-
{% highlight ts tabtitle="main.ts" %}
128-
{% include code-snippet/chart/series/area-cs14/src/main.ts %}
129-
{% endhighlight %}
130-
131-
{% highlight ts tabtitle="datasource.ts" %}
132-
{% include code-snippet/chart/series/area-cs14/src/datasource.ts %}
133-
{% endhighlight %}
134-
{% endtabs %}
135-
136-
{% previewsample "page.domainurl/samples/chart/series/area-cs14" %}
137-
138118
## Area border
139119

140-
Use the [`border`](https://ej2.syncfusion.com/angular/documentation/api/chart/seriesModel/#border) property to customize the width and color of the series border.
141-
120+
Use the [`border`](https://ej2.syncfusion.com/angular/documentation/api/chart/seriesModel/#border) property to customize the width, color and dasharray of the series border.
142121

143122
{% tabs %}
144123
{% highlight ts tabtitle="app.component.ts" %}

ej2-angular/chart/chart-types/bar.md

Lines changed: 1 addition & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -116,29 +116,9 @@ The [opacity](https://ej2.syncfusion.com/angular/documentation/api/chart/seriesD
116116

117117
{% previewsample "page.domainurl/samples/chart/series/bar-cs13" %}
118118

119-
**Dash array**
120-
121-
The [dashArray](https://ej2.syncfusion.com/angular/documentation/api/chart/seriesDirective/#dasharray) property determines the pattern of dashes and gaps in the series.
122-
123-
{% tabs %}
124-
{% highlight ts tabtitle="app.component.ts" %}
125-
{% include code-snippet/chart/series/bar-cs6/src/app.component.ts %}
126-
{% endhighlight %}
127-
128-
{% highlight ts tabtitle="main.ts" %}
129-
{% include code-snippet/chart/series/bar-cs6/src/main.ts %}
130-
{% endhighlight %}
131-
132-
{% highlight ts tabtitle="datasource.ts" %}
133-
{% include code-snippet/chart/series/bar-cs6/src/datasource.ts %}
134-
{% endhighlight %}
135-
{% endtabs %}
136-
137-
{% previewsample "page.domainurl/samples/chart/series/bar-cs6" %}
138-
139119
**Border**
140120

141-
Use the [border](https://ej2.syncfusion.com/angular/documentation/api/chart/seriesDirective/#border) property to customize the width and color of the series border.
121+
Use the [border](https://ej2.syncfusion.com/angular/documentation/api/chart/seriesDirective/#border) property to customize the width, color and dasharray of the series border.
142122

143123
{% tabs %}
144124
{% highlight ts tabtitle="app.component.ts" %}

ej2-angular/chart/chart-types/box-whisker.md

Lines changed: 1 addition & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -118,29 +118,9 @@ The [opacity](https://ej2.syncfusion.com/angular/documentation/api/chart/seriesD
118118

119119
{% previewsample "page.domainurl/samples/chart/series/box-cs7" %}
120120

121-
**Dash array**
122-
123-
The [dashArray](https://ej2.syncfusion.com/angular/documentation/api/chart/seriesDirective/#dasharray) property determines the pattern of dashes and gaps in the series.
124-
125-
{% tabs %}
126-
{% highlight ts tabtitle="app.component.ts" %}
127-
{% include code-snippet/chart/series/box-cs8/src/app.component.ts %}
128-
{% endhighlight %}
129-
130-
{% highlight ts tabtitle="main.ts" %}
131-
{% include code-snippet/chart/series/box-cs8/src/main.ts %}
132-
{% endhighlight %}
133-
134-
{% highlight ts tabtitle="datasource.ts" %}
135-
{% include code-snippet/chart/series/box-cs8/src/datasource.ts %}
136-
{% endhighlight %}
137-
{% endtabs %}
138-
139-
{% previewsample "page.domainurl/samples/chart/series/box-cs8" %}
140-
141121
**Border**
142122

143-
Use the [border](https://ej2.syncfusion.com/angular/documentation/api/chart/seriesDirective/#border) property to customize the width and color of the series border.
123+
Use the [border](https://ej2.syncfusion.com/angular/documentation/api/chart/seriesDirective/#border) property to customize the width, color and dasharray of the series border.
144124

145125
{% tabs %}
146126
{% highlight ts tabtitle="app.component.ts" %}

ej2-angular/chart/chart-types/column.md

Lines changed: 1 addition & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -116,29 +116,9 @@ The [opacity](https://ej2.syncfusion.com/angular/documentation/api/chart/seriesD
116116

117117
{% previewsample "page.domainurl/samples/chart/series/column-cs42" %}
118118

119-
**Dash array**
120-
121-
The [dashArray](https://ej2.syncfusion.com/angular/documentation/api/chart/seriesDirective/#dasharray) property determines the pattern of dashes and gaps in the series.
122-
123-
{% tabs %}
124-
{% highlight ts tabtitle="app.component.ts" %}
125-
{% include code-snippet/chart/series/column-cs43/src/app.component.ts %}
126-
{% endhighlight %}
127-
128-
{% highlight ts tabtitle="main.ts" %}
129-
{% include code-snippet/chart/series/column-cs43/src/main.ts %}
130-
{% endhighlight %}
131-
132-
{% highlight ts tabtitle="datasource.ts" %}
133-
{% include code-snippet/chart/series/column-cs43/src/datasource.ts %}
134-
{% endhighlight %}
135-
{% endtabs %}
136-
137-
{% previewsample "page.domainurl/samples/chart/series/column-cs43" %}
138-
139119
**Border**
140120

141-
Use the [border](https://ej2.syncfusion.com/angular/documentation/api/chart/seriesDirective/#border) property to customize the width and color of the series border.
121+
Use the [border](https://ej2.syncfusion.com/angular/documentation/api/chart/seriesDirective/#border) property to customize the width, color and dasharray of the series border.
142122

143123
{% tabs %}
144124
{% highlight ts tabtitle="app.component.ts" %}

ej2-angular/chart/chart-types/range-area.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -117,9 +117,9 @@ The [opacity](https://ej2.syncfusion.com/angular/documentation/api/chart/seriesD
117117

118118
{% previewsample "page.domainurl/samples/chart/series/rangearea-cs2" %}
119119

120-
**Dash array**
120+
**Border**
121121

122-
The [dashArray](https://ej2.syncfusion.com/angular/documentation/api/chart/seriesDirective/#dasharray) property determines the pattern of dashes and gaps in the series.
122+
Use the [border](https://ej2.syncfusion.com/angular/documentation/api/chart/seriesDirective/#border) property to customize the width, color and dasharray of the series border.
123123

124124
{% tabs %}
125125
{% highlight ts tabtitle="app.component.ts" %}

ej2-angular/chart/chart-types/range-column.md

Lines changed: 1 addition & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -117,29 +117,9 @@ The [opacity](https://ej2.syncfusion.com/angular/documentation/api/chart/seriesD
117117

118118
{% previewsample "page.domainurl/samples/chart/series/rangecolumn-cs2" %}
119119

120-
**Dash array**
121-
122-
The [dashArray](https://ej2.syncfusion.com/angular/documentation/api/chart/seriesDirective/#dasharray) property determines the pattern of dashes and gaps in the series.
123-
124-
{% tabs %}
125-
{% highlight ts tabtitle="app.component.ts" %}
126-
{% include code-snippet/chart/series/rangecolumn-cs3/src/app.component.ts %}
127-
{% endhighlight %}
128-
129-
{% highlight ts tabtitle="main.ts" %}
130-
{% include code-snippet/chart/series/rangecolumn-cs3/src/main.ts %}
131-
{% endhighlight %}
132-
133-
{% highlight ts tabtitle="datasource.ts" %}
134-
{% include code-snippet/chart/series/rangecolumn-cs3/src/datasource.ts %}
135-
{% endhighlight %}
136-
{% endtabs %}
137-
138-
{% previewsample "page.domainurl/samples/chart/series/rangecolumn-cs3" %}
139-
140120
**Border**
141121

142-
Use the [border](https://ej2.syncfusion.com/angular/documentation/api/chart/seriesDirective/#border) property to customize the width and color of the series border.
122+
Use the [border](https://ej2.syncfusion.com/angular/documentation/api/chart/seriesDirective/#border) property to customize the width, color and dasharray of the series border.
143123

144124
{% tabs %}
145125
{% highlight ts tabtitle="app.component.ts" %}

ej2-angular/chart/chart-types/range-step-area.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -100,9 +100,9 @@ The [opacity](https://ej2.syncfusion.com/angular/documentation/api/chart/seriesD
100100
{% previewsample "page.domainurl/samples/chart/series/rangesteparea-cs2" %}
101101

102102

103-
**Dash array**
103+
**Border**
104104

105-
The [dashArray](https://ej2.syncfusion.com/angular/documentation/api/chart/seriesDirective/#dasharray) property determines the pattern of dashes and gaps in the series.
105+
Use the [border](https://ej2.syncfusion.com/angular/documentation/api/chart/seriesDirective/#border) property to customize the width, color and dasharray of the series border.
106106

107107
{% tabs %}
108108
{% highlight ts tabtitle="app.component.ts" %}

ej2-angular/chart/chart-types/spline-area.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -116,9 +116,9 @@ The [opacity](https://ej2.syncfusion.com/angular/documentation/api/chart/seriesD
116116

117117
{% previewsample "page.domainurl/samples/chart/series/splinearea-cs2" %}
118118

119-
**Dash array**
119+
**Border**
120120

121-
The [dashArray](https://ej2.syncfusion.com/angular/documentation/api/chart/seriesDirective/#dasharray) property determines the pattern of dashes and gaps in the series.
121+
Use the [border](https://ej2.syncfusion.com/angular/documentation/api/chart/seriesDirective/#border) property to customize the width, color and dasharray of the series border.
122122

123123
{% tabs %}
124124
{% highlight ts tabtitle="app.component.ts" %}

ej2-angular/chart/chart-types/spline-range-area.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -97,9 +97,9 @@ The [opacity](https://ej2.syncfusion.com/angular/documentation/api/chart/seriesD
9797

9898
{% previewsample "page.domainurl/samples/chart/series/splinerangearea-cs1" %}
9999

100-
**Dash array**
100+
**Border**
101101

102-
The [dashArray](https://ej2.syncfusion.com/angular/documentation/api/chart/seriesDirective/#dasharray) property determines the pattern of dashes and gaps in the series.
102+
Use the [border](https://ej2.syncfusion.com/angular/documentation/api/chart/seriesDirective/#border) property to customize the width, color and dasharray of the series border.
103103

104104
{% tabs %}
105105
{% highlight ts tabtitle="app.component.ts" %}

ej2-angular/chart/chart-types/stack-area.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -115,9 +115,9 @@ The [opacity](https://ej2.syncfusion.com/angular/documentation/api/chart/seriesD
115115

116116
{% previewsample "page.domainurl/samples/chart/series/stackedarea-cs2" %}
117117

118-
**Dash array**
118+
**Border**
119119

120-
The [dashArray](https://ej2.syncfusion.com/angular/documentation/api/chart/seriesDirective/#dasharray) property determines the pattern of dashes and gaps in the series.
120+
Use the [border](https://ej2.syncfusion.com/angular/documentation/api/chart/seriesDirective/#border) property to customize the width, color and dasharray of the series border.
121121

122122
{% tabs %}
123123
{% highlight ts tabtitle="app.component.ts" %}

ej2-angular/chart/chart-types/stack-bar.md

Lines changed: 1 addition & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -115,29 +115,9 @@ The [opacity](https://ej2.syncfusion.com/angular/documentation/api/chart/seriesD
115115

116116
{% previewsample "page.domainurl/samples/chart/series/stackbar-cs2" %}
117117

118-
**Dash array**
119-
120-
The [dashArray](https://ej2.syncfusion.com/angular/documentation/api/chart/seriesDirective/#dasharray) property determines the pattern of dashes and gaps in the series.
121-
122-
{% tabs %}
123-
{% highlight ts tabtitle="app.component.ts" %}
124-
{% include code-snippet/chart/series/stackbar-cs3/src/app.component.ts %}
125-
{% endhighlight %}
126-
127-
{% highlight ts tabtitle="main.ts" %}
128-
{% include code-snippet/chart/series/stackbar-cs3/src/main.ts %}
129-
{% endhighlight %}
130-
131-
{% highlight ts tabtitle="datasource.ts" %}
132-
{% include code-snippet/chart/series/stackbar-cs3/src/datasource.ts %}
133-
{% endhighlight %}
134-
{% endtabs %}
135-
136-
{% previewsample "page.domainurl/samples/chart/series/stackbar-cs3" %}
137-
138118
**Border**
139119

140-
Use the [border](https://ej2.syncfusion.com/angular/documentation/api/chart/seriesDirective/#border) property to customize the width and color of the series border.
120+
Use the [border](https://ej2.syncfusion.com/angular/documentation/api/chart/seriesDirective/#border) property to customize the width, color and dasharray of the series border.
141121

142122
{% tabs %}
143123
{% highlight ts tabtitle="app.component.ts" %}

ej2-angular/chart/chart-types/stack-column.md

Lines changed: 1 addition & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -115,29 +115,9 @@ The [opacity](https://ej2.syncfusion.com/angular/documentation/api/chart/seriesD
115115

116116
{% previewsample "page.domainurl/samples/chart/series/stackedcolumn-cs2" %}
117117

118-
**Dash array**
119-
120-
The [dashArray](https://ej2.syncfusion.com/angular/documentation/api/chart/seriesDirective/#dasharray) property determines the pattern of dashes and gaps in the series.
121-
122-
{% tabs %}
123-
{% highlight ts tabtitle="app.component.ts" %}
124-
{% include code-snippet/chart/series/stackedcolumn-cs3/src/app.component.ts %}
125-
{% endhighlight %}
126-
127-
{% highlight ts tabtitle="main.ts" %}
128-
{% include code-snippet/chart/series/stackedcolumn-cs3/src/main.ts %}
129-
{% endhighlight %}
130-
131-
{% highlight ts tabtitle="datasource.ts" %}
132-
{% include code-snippet/chart/series/stackedcolumn-cs3/src/datasource.ts %}
133-
{% endhighlight %}
134-
{% endtabs %}
135-
136-
{% previewsample "page.domainurl/samples/chart/series/stackedcolumn-cs3" %}
137-
138118
**Border**
139119

140-
Use the [border](https://ej2.syncfusion.com/angular/documentation/api/chart/seriesDirective/#border) property to customize the width and color of the series border.
120+
Use the [border](https://ej2.syncfusion.com/angular/documentation/api/chart/seriesDirective/#border) property to customize the width, color and dasharray of the series border.
141121

142122
{% tabs %}
143123
{% highlight ts tabtitle="app.component.ts" %}

ej2-angular/chart/chart-types/stacked-area.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -115,9 +115,9 @@ The [opacity](https://ej2.syncfusion.com/angular/documentation/api/chart/seriesD
115115

116116
{% previewsample "page.domainurl/samples/chart/series/100-stackedarea-cs2" %}
117117

118-
**Dash array**
118+
**Border**
119119

120-
The [dashArray](https://ej2.syncfusion.com/angular/documentation/api/chart/seriesDirective/#dasharray) property determines the pattern of dashes and gaps in the series.
120+
Use the [border](https://ej2.syncfusion.com/angular/documentation/api/chart/seriesDirective/#border) property to customize the width, color and dasharray of the series border.
121121

122122
{% tabs %}
123123
{% highlight ts tabtitle="app.component.ts" %}

ej2-angular/chart/chart-types/stacked-bar.md

Lines changed: 1 addition & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -115,29 +115,9 @@ The [opacity](https://ej2.syncfusion.com/angular/documentation/api/chart/seriesD
115115

116116
{% previewsample "page.domainurl/samples/chart/series/stackedbar-cs2" %}
117117

118-
**Dash array**
119-
120-
The [dashArray](https://ej2.syncfusion.com/angular/documentation/api/chart/seriesDirective/#dasharray) property determines the pattern of dashes and gaps in the series.
121-
122-
{% tabs %}
123-
{% highlight ts tabtitle="app.component.ts" %}
124-
{% include code-snippet/chart/series/stackedbar-cs3/src/app.component.ts %}
125-
{% endhighlight %}
126-
127-
{% highlight ts tabtitle="main.ts" %}
128-
{% include code-snippet/chart/series/stackedbar-cs3/src/main.ts %}
129-
{% endhighlight %}
130-
131-
{% highlight ts tabtitle="datasource.ts" %}
132-
{% include code-snippet/chart/series/stackedbar-cs3/src/datasource.ts %}
133-
{% endhighlight %}
134-
{% endtabs %}
135-
136-
{% previewsample "page.domainurl/samples/chart/series/stackedbar-cs3" %}
137-
138118
**Border**
139119

140-
Use the [border](https://ej2.syncfusion.com/angular/documentation/api/chart/seriesDirective/#border) property to customize the width and color of the series border.
120+
Use the [border](https://ej2.syncfusion.com/angular/documentation/api/chart/seriesDirective/#border) property to customize the width, color and dasharray of the series border.
141121

142122
{% tabs %}
143123
{% highlight ts tabtitle="app.component.ts" %}

ej2-angular/chart/chart-types/stacked-column.md

Lines changed: 1 addition & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -114,29 +114,9 @@ The [opacity](https://ej2.syncfusion.com/angular/documentation/api/chart/seriesD
114114

115115
{% previewsample "page.domainurl/samples/chart/series/100-stackedcolumn-cs2" %}
116116

117-
**Dash array**
118-
119-
The [dashArray](https://ej2.syncfusion.com/angular/documentation/api/chart/seriesDirective/#dasharray) property determines the pattern of dashes and gaps in the series.
120-
121-
{% tabs %}
122-
{% highlight ts tabtitle="app.component.ts" %}
123-
{% include code-snippet/chart/series/100-stackedcolumn-cs3/src/app.component.ts %}
124-
{% endhighlight %}
125-
126-
{% highlight ts tabtitle="main.ts" %}
127-
{% include code-snippet/chart/series/100-stackedcolumn-cs3/src/main.ts %}
128-
{% endhighlight %}
129-
130-
{% highlight ts tabtitle="datasource.ts" %}
131-
{% include code-snippet/chart/series/100-stackedcolumn-cs3/src/datasource.ts %}
132-
{% endhighlight %}
133-
{% endtabs %}
134-
135-
{% previewsample "page.domainurl/samples/chart/series/100-stackedcolumn-cs3" %}
136-
137117
**Border**
138118

139-
Use the [border](https://ej2.syncfusion.com/angular/documentation/api/chart/seriesDirective/#border) property to customize the width and color of the series border.
119+
Use the [border](https://ej2.syncfusion.com/angular/documentation/api/chart/seriesDirective/#border) property to customize the width, color and dasharray of the series border.
140120

141121
{% tabs %}
142122
{% highlight ts tabtitle="app.component.ts" %}

ej2-angular/chart/chart-types/stacked-step-area.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -115,9 +115,9 @@ The [opacity](https://ej2.syncfusion.com/angular/documentation/api/chart/seriesD
115115

116116
{% previewsample "page.domainurl/samples/chart/series/stackedsteparea-cs3" %}
117117

118-
**Dash array**
118+
**Border**
119119

120-
The [dashArray](https://ej2.syncfusion.com/angular/documentation/api/chart/seriesDirective/#dasharray) property determines the pattern of dashes and gaps in the series.
120+
Use the [border](https://ej2.syncfusion.com/angular/documentation/api/chart/seriesDirective/#border) property to customize the width, color and dasharray of the series border.
121121

122122
{% tabs %}
123123
{% highlight ts tabtitle="app.component.ts" %}

ej2-angular/chart/chart-types/step-area.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -115,9 +115,9 @@ The [opacity](https://ej2.syncfusion.com/angular/documentation/api/chart/seriesD
115115

116116
{% previewsample "page.domainurl/samples/chart/series/steparea-cs2" %}
117117

118-
**Dash array**
118+
**Border**
119119

120-
The [dashArray](https://ej2.syncfusion.com/angular/documentation/api/chart/seriesDirective/#dasharray) property determines the pattern of dashes and gaps in the series.
120+
Use the [border](https://ej2.syncfusion.com/angular/documentation/api/chart/seriesDirective/#border) property to customize the width, color and dasharray of the series border.
121121

122122
{% tabs %}
123123
{% highlight ts tabtitle="app.component.ts" %}

0 commit comments

Comments
 (0)