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: controls/htmlchart/server-side-programming/series-configuration.md
+20Lines changed: 20 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -114,6 +114,14 @@ More information on the series properties is available below.
114
114
***RoundedBevel** - **Pie** and **donut** series specific.
115
115
***SharpBevel** - **Pie** and **donut** series specific.
116
116
117
+
## Attribute Properties in [SeriesType] > HighlightAppearance
118
+
119
+
|**Name**|**Description**|
120
+
| ------ | ------ |
121
+
|**Toggle**|A function that can be used to handle toggling the points highlight. The available argument fields can be seen [here](https://docs.telerik.com/kendo-ui/api/javascript/dataviz/ui/chart/configuration/series.highlight#serieshighlighttogglehttps://docs.telerik.com/kendo-ui/api/javascript/dataviz/ui/chart/configuration/series.highlight#serieshighlighttoggle).|
122
+
|**Visible**|If set to **true** the chart will highlight the series when the user hovers it with the mouse. By default chart series highlighting is enabled. .|
123
+
|**Visual**|A function that can be used to set custom visual for the point highlight.|
124
+
117
125
## Attribute Properties in [SeriesType] > LabelsAppearance
118
126
119
127
@@ -192,6 +200,18 @@ See [this article]({%slug htmlchart/appearance-and-styling/labels-and-titles-fon
192
200
193
201
***BoxPlotSeries** tooltips have already predefined pattern by design, however, it can be modified through **{0}** , **{1}** , **{2}** , **{3}** , **{4}** , **{5}** and **{6}** placeholders that denote accordingly the **Lower** , **Q1** , **Median** , **Q3** , **Upper** , **Mean** and the corresponding x-axis item's value.|
194
202
203
+
## Attribute Properties in [AreaSeries, LineSeries, PolarAreaSeries, PolarLineSeries, RadarAreaSeries, RadarLineSeries and ScatterLineSeries] > LineAppearance
204
+
205
+
## Attribute Properties in [BubbleSeries, BarSeries, ColumnSeries, DonutSeries, PieSeries, CandlestickSeries, BoxPlotSeries, VerticalBoxPlotSeries, WaterfallSeries, HorizontalWaterfallSeries, RangeBarSeries, RangeColumnSeries and RadarColumnSeries] > BorderAppearance
206
+
207
+
|**Name**|**Description**|
208
+
| ------ | ------ |
209
+
|**Color**|The color of the outliers' borders for the items from this series. Can take a common color name or a hex value. If this property is not set explicitly, the control will inherit the color of Series itself.|
210
+
|**DashType**|Sets the dash type of the border. An enumeration (Telerik.Web.UI.HtmlChart.Enums.DashType) with the following values: **Dash** , **DashDot** , **Dot** , **LongDash**, **LongDashDot**, **LongDashDotDot**, **Solid** .|
211
+
|**Opacity**|The opacity of the border. By default the border is opaque.|
212
+
|**Width**|The width of the border for the series. Takes the width in pixels.|
213
+
214
+
195
215
## Attribute Properties in [AreaSeries, LineSeries, PolarAreaSeries, PolarLineSeries, RadarAreaSeries, RadarLineSeries and ScatterLineSeries] > LineAppearance
0 commit comments