Skip to content

Commit 81dd928

Browse files
docs(htmlchart): Document BorderAppearance options
1 parent 2e57708 commit 81dd928

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

controls/htmlchart/server-side-programming/series-configuration.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,14 @@ More information on the series properties is available below.
114114
* **RoundedBevel** - **Pie** and **donut** series specific.
115115
* **SharpBevel** - **Pie** and **donut** series specific.
116116

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+
117125
## Attribute Properties in [SeriesType] > LabelsAppearance
118126

119127

@@ -192,6 +200,18 @@ See [this article]({%slug htmlchart/appearance-and-styling/labels-and-titles-fon
192200

193201
* **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.|
194202

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+
195215
## Attribute Properties in [AreaSeries, LineSeries, PolarAreaSeries, PolarLineSeries, RadarAreaSeries, RadarLineSeries and ScatterLineSeries] > LineAppearance
196216

197217

0 commit comments

Comments
 (0)