Skip to content

Commit

Permalink
docs(serverapi): Updated htmlchart server-side api
Browse files Browse the repository at this point in the history
  • Loading branch information
pepinho24 committed Sep 16, 2020
1 parent ec85d78 commit 2806021
Show file tree
Hide file tree
Showing 16 changed files with 134 additions and 0 deletions.
Expand Up @@ -25,6 +25,10 @@ Defines the appearance settings of the series

Get/set the name of the axis, to which the values will be associated

### BorderAppearance `SeriesBorderAppearance`

Specifies the border settings of the outliers.

### ColorField `String`

Specifies the color of the series when the chart is databound.
Expand Down Expand Up @@ -61,6 +65,10 @@ Specifies the visibility of the series items in the legend for a data-bound scen

The data field holding bool value which determines whether the sector should be exploded

### HighlightAppearance `SeriesAppearance`

Defines the highlight appearance settings of the series

### Items `SeriesItemCollection`

The Items collection is Obsolete. Use the SeriesItems collection to specify the series items.
Expand Down
Expand Up @@ -22,6 +22,10 @@ Defines the common visual appearance settings for the series' tooltips

Specifies background color of the tooltips

### BorderAppearance `BorderAppearance`

Specifies the border settings of the tooltip.

### ClientTemplate `String`

A way to define a client-side template for the labels appearance.
Expand Down
38 changes: 38 additions & 0 deletions api/server/Telerik.Web.UI.HtmlChart/AxisCrosshairAppearance.md
@@ -0,0 +1,38 @@
---
title: Telerik.Web.UI.HtmlChart.AxisCrosshairAppearance
page_title: Telerik.Web.UI.HtmlChart.AxisCrosshairAppearance
description: Telerik.Web.UI.HtmlChart.AxisCrosshairAppearance
---

# Telerik.Web.UI.HtmlChart.AxisCrosshairAppearance

The crosshair configuration options.

## Inheritance Hierarchy

* System.Object
* Telerik.Web.StateManager : IMarkableStateManager, IStateManager
* Telerik.Web.UI.HtmlChart.AxisCrosshairAppearance : IDefaultCheck

## Properties

### Color `Color`

The color of the crosshair. Accepts a valid CSS color string, including hex and rgb.

### Opacity `Double`

The opacity of the crosshair. By default the crosshair is opaque.

### TooltipsAppearance `SeriesTooltipsAppearance`

Defines the appearance settings of the series

### Visible `Boolean`

If set to true the chart will display the axis crosshair. By default the axis crosshair is not visible.

### Width `Unit`

The width of the crosshair in pixels.

4 changes: 4 additions & 0 deletions api/server/Telerik.Web.UI/AreaSeries.md
Expand Up @@ -55,6 +55,10 @@ The data field with the values of the series along the X axis

The data field with the values of the series along the Y axis

### HighlightAppearance `SeriesAppearance`

Defines the highlight appearance settings of the series

### Items `SeriesItemCollection`

The Items collection is Obsolete. Use the SeriesItems collection to specify the series items.
Expand Down
8 changes: 8 additions & 0 deletions api/server/Telerik.Web.UI/BarSeries.md
Expand Up @@ -25,6 +25,10 @@ Defines the appearance settings of the series

Get/set the name of the axis, to which the values will be associated

### BorderAppearance `SeriesBorderAppearance`

Specifies the border settings of the outliers.

### ColorField `String`

Specifies the color of the series when the chart is databound.
Expand Down Expand Up @@ -61,6 +65,10 @@ Gets or Sets the distance between the category clusters.

Defines a group name for the series and applies stacking automatically

### HighlightAppearance `SeriesAppearance`

Defines the highlight appearance settings of the series

### Items `SeriesItemCollection`

The Items collection is Obsolete. Use the SeriesItems collection to specify the series items.
Expand Down
8 changes: 8 additions & 0 deletions api/server/Telerik.Web.UI/BoxPlotSeries.md
Expand Up @@ -25,6 +25,10 @@ Defines the appearance settings of the series

Get/set the name of the axis, to which the values will be associated

### BorderAppearance `SeriesBorderAppearance`

Specifies the border settings of the outliers.

### ColorField `String`

Specifies the color of the series when the chart is databound.
Expand Down Expand Up @@ -85,6 +89,10 @@ The field which specifies the upper value of the box plot item when the chart is

Defines the appearance settings of the extremes.

### HighlightAppearance `SeriesAppearance`

Defines the highlight appearance settings of the series

### Items `SeriesItemCollection`

The Items collection is Obsolete. Use the SeriesItems collection to specify the series items.
Expand Down
4 changes: 4 additions & 0 deletions api/server/Telerik.Web.UI/BulletSeries.md
Expand Up @@ -61,6 +61,10 @@ The data field with the values of the series along the Y axis

For a data-binding scenario define the field for the target value.

### HighlightAppearance `SeriesAppearance`

Defines the highlight appearance settings of the series

### Items `SeriesItemCollection`

The Items collection is Obsolete. Use the SeriesItems collection to specify the series items.
Expand Down
8 changes: 8 additions & 0 deletions api/server/Telerik.Web.UI/CandlestickSeries.md
Expand Up @@ -25,6 +25,10 @@ Defines the appearance settings of the series

Get/set the name of the axis, to which the values will be associated

### BorderAppearance `SeriesBorderAppearance`

Specifies the border settings of the outliers.

### ColorField `String`

Specifies the color of the series when the chart is databound.
Expand Down Expand Up @@ -81,6 +85,10 @@ The field which is used for the open value when the series is data bound.

The field which sets the down color of the series items when the close value is lower than the open value.

### HighlightAppearance `SeriesAppearance`

Defines the highlight appearance settings of the series

### Items `SeriesItemCollection`

The Items collection is Obsolete. Use the SeriesItems collection to specify the series items.
Expand Down
8 changes: 8 additions & 0 deletions api/server/Telerik.Web.UI/DonutSeries.md
Expand Up @@ -26,6 +26,10 @@ Defines the appearance settings of the series

Get/set the name of the axis, to which the values will be associated

### BorderAppearance `SeriesBorderAppearance`

Specifies the border settings of the outliers.

### ColorField `String`

Specifies the color of the series when the chart is databound.
Expand Down Expand Up @@ -62,6 +66,10 @@ Specifies the visibility of the series items in the legend for a data-bound scen

The data field holding bool value which determines whether the sector should be exploded

### HighlightAppearance `SeriesAppearance`

Defines the highlight appearance settings of the series

### HoleSize `Int32`

The size of the hole in the donut chart
Expand Down
4 changes: 4 additions & 0 deletions api/server/Telerik.Web.UI/FunnelSeries.md
Expand Up @@ -69,6 +69,10 @@ Get/Set the automatic change of segment's height according to the item's value

Get/Set the slope of funnel's segments

### HighlightAppearance `SeriesAppearance`

Defines the highlight appearance settings of the series

### Items `SeriesItemCollection`

The Items collection is Obsolete. Use the SeriesItems collection to specify the series items.
Expand Down
4 changes: 4 additions & 0 deletions api/server/Telerik.Web.UI/LineSeries.md
Expand Up @@ -55,6 +55,10 @@ The data field with the values of the series along the X axis

The data field with the values of the series along the Y axis

### HighlightAppearance `SeriesAppearance`

Defines the highlight appearance settings of the series

### Items `SeriesItemCollection`

The Items collection is Obsolete. Use the SeriesItems collection to specify the series items.
Expand Down
8 changes: 8 additions & 0 deletions api/server/Telerik.Web.UI/PieSeries.md
Expand Up @@ -26,6 +26,10 @@ Defines the appearance settings of the series

Get/set the name of the axis, to which the values will be associated

### BorderAppearance `SeriesBorderAppearance`

Specifies the border settings of the outliers.

### ColorField `String`

Specifies the color of the series when the chart is databound.
Expand Down Expand Up @@ -62,6 +66,10 @@ Specifies the visibility of the series items in the legend for a data-bound scen

The data field holding bool value which determines whether the sector should be exploded

### HighlightAppearance `SeriesAppearance`

Defines the highlight appearance settings of the series

### Items `SeriesItemCollection`

The Items collection is Obsolete. Use the SeriesItems collection to specify the series items.
Expand Down
8 changes: 8 additions & 0 deletions api/server/Telerik.Web.UI/RangeBarSeries.md
Expand Up @@ -25,6 +25,10 @@ Defines the appearance settings of the series

Get/set the name of the axis, to which the values will be associated

### BorderAppearance `SeriesBorderAppearance`

Specifies the border settings of the outliers.

### ColorField `String`

Specifies the color of the series when the chart is databound.
Expand Down Expand Up @@ -73,6 +77,10 @@ The data field with the values of the To value

Gets or Sets the distance between the category clusters.

### HighlightAppearance `SeriesAppearance`

Defines the highlight appearance settings of the series

### Items `SeriesItemCollection`

The Items collection is Obsolete. Use the SeriesItems collection to specify the series items.
Expand Down
8 changes: 8 additions & 0 deletions api/server/Telerik.Web.UI/VerticalBoxPlotSeries.md
Expand Up @@ -26,6 +26,10 @@ Defines the appearance settings of the series

Get/set the name of the axis, to which the values will be associated

### BorderAppearance `SeriesBorderAppearance`

Specifies the border settings of the outliers.

### ColorField `String`

Specifies the color of the series when the chart is databound.
Expand Down Expand Up @@ -86,6 +90,10 @@ The field which specifies the upper value of the box plot item when the chart is

Defines the appearance settings of the extremes.

### HighlightAppearance `SeriesAppearance`

Defines the highlight appearance settings of the series

### Items `SeriesItemCollection`

The Items collection is Obsolete. Use the SeriesItems collection to specify the series items.
Expand Down
4 changes: 4 additions & 0 deletions api/server/Telerik.Web.UI/VerticalBulletSeries.md
Expand Up @@ -62,6 +62,10 @@ The data field with the values of the series along the Y axis

For a data-binding scenario define the field for the target value.

### HighlightAppearance `SeriesAppearance`

Defines the highlight appearance settings of the series

### Items `SeriesItemCollection`

The Items collection is Obsolete. Use the SeriesItems collection to specify the series items.
Expand Down
8 changes: 8 additions & 0 deletions api/server/Telerik.Web.UI/WaterfallSeries.md
Expand Up @@ -25,6 +25,10 @@ Defines the appearance settings of the series

Get/set the name of the axis, to which the values will be associated

### BorderAppearance `SeriesBorderAppearance`

Specifies the border settings of the outliers.

### ColorField `String`

Specifies the color of the series when the chart is databound.
Expand Down Expand Up @@ -62,6 +66,10 @@ The data field with the values of the SummaryType value.

Gets or Sets the distance between the category clusters.

### HighlightAppearance `SeriesAppearance`

Defines the highlight appearance settings of the series

### Items `SeriesItemCollection`

The Items collection is Obsolete. Use the SeriesItems collection to specify the series items.
Expand Down

0 comments on commit 2806021

Please sign in to comment.