diff --git a/api/server/Telerik.Web.UI.HtmlChart.PlotArea.Series/PieSeriesBase.md b/api/server/Telerik.Web.UI.HtmlChart.PlotArea.Series/PieSeriesBase.md index 0d3631c9a3..2f000b23ef 100644 --- a/api/server/Telerik.Web.UI.HtmlChart.PlotArea.Series/PieSeriesBase.md +++ b/api/server/Telerik.Web.UI.HtmlChart.PlotArea.Series/PieSeriesBase.md @@ -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. @@ -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. diff --git a/api/server/Telerik.Web.UI.HtmlChart.PlotArea/CommonTooltipsAppearance.md b/api/server/Telerik.Web.UI.HtmlChart.PlotArea/CommonTooltipsAppearance.md index 330e0ddeab..fe5f016d21 100644 --- a/api/server/Telerik.Web.UI.HtmlChart.PlotArea/CommonTooltipsAppearance.md +++ b/api/server/Telerik.Web.UI.HtmlChart.PlotArea/CommonTooltipsAppearance.md @@ -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. diff --git a/api/server/Telerik.Web.UI.HtmlChart/AxisCrosshairAppearance.md b/api/server/Telerik.Web.UI.HtmlChart/AxisCrosshairAppearance.md new file mode 100644 index 0000000000..00bafd1c21 --- /dev/null +++ b/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. + diff --git a/api/server/Telerik.Web.UI/AreaSeries.md b/api/server/Telerik.Web.UI/AreaSeries.md index 5f8292035a..fdd71db27c 100644 --- a/api/server/Telerik.Web.UI/AreaSeries.md +++ b/api/server/Telerik.Web.UI/AreaSeries.md @@ -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. diff --git a/api/server/Telerik.Web.UI/BarSeries.md b/api/server/Telerik.Web.UI/BarSeries.md index 1ebd967b5c..8971a4a7a5 100644 --- a/api/server/Telerik.Web.UI/BarSeries.md +++ b/api/server/Telerik.Web.UI/BarSeries.md @@ -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. @@ -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. diff --git a/api/server/Telerik.Web.UI/BoxPlotSeries.md b/api/server/Telerik.Web.UI/BoxPlotSeries.md index 0c7eba2c7f..72de326a88 100644 --- a/api/server/Telerik.Web.UI/BoxPlotSeries.md +++ b/api/server/Telerik.Web.UI/BoxPlotSeries.md @@ -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. @@ -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. diff --git a/api/server/Telerik.Web.UI/BulletSeries.md b/api/server/Telerik.Web.UI/BulletSeries.md index e6a152d0a3..0104c30e22 100644 --- a/api/server/Telerik.Web.UI/BulletSeries.md +++ b/api/server/Telerik.Web.UI/BulletSeries.md @@ -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. diff --git a/api/server/Telerik.Web.UI/CandlestickSeries.md b/api/server/Telerik.Web.UI/CandlestickSeries.md index c5db2879f6..b9ae391ac1 100644 --- a/api/server/Telerik.Web.UI/CandlestickSeries.md +++ b/api/server/Telerik.Web.UI/CandlestickSeries.md @@ -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. @@ -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. diff --git a/api/server/Telerik.Web.UI/DonutSeries.md b/api/server/Telerik.Web.UI/DonutSeries.md index 64a44ba1c2..5464addf37 100644 --- a/api/server/Telerik.Web.UI/DonutSeries.md +++ b/api/server/Telerik.Web.UI/DonutSeries.md @@ -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. @@ -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 diff --git a/api/server/Telerik.Web.UI/FunnelSeries.md b/api/server/Telerik.Web.UI/FunnelSeries.md index 7c35bcb6e1..6383b56595 100644 --- a/api/server/Telerik.Web.UI/FunnelSeries.md +++ b/api/server/Telerik.Web.UI/FunnelSeries.md @@ -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. diff --git a/api/server/Telerik.Web.UI/LineSeries.md b/api/server/Telerik.Web.UI/LineSeries.md index 0b7ac265d2..f1e3f9b1f4 100644 --- a/api/server/Telerik.Web.UI/LineSeries.md +++ b/api/server/Telerik.Web.UI/LineSeries.md @@ -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. diff --git a/api/server/Telerik.Web.UI/PieSeries.md b/api/server/Telerik.Web.UI/PieSeries.md index 16852d08e6..bfc3a92d88 100644 --- a/api/server/Telerik.Web.UI/PieSeries.md +++ b/api/server/Telerik.Web.UI/PieSeries.md @@ -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. @@ -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. diff --git a/api/server/Telerik.Web.UI/RangeBarSeries.md b/api/server/Telerik.Web.UI/RangeBarSeries.md index a38981abd1..15af45ed0f 100644 --- a/api/server/Telerik.Web.UI/RangeBarSeries.md +++ b/api/server/Telerik.Web.UI/RangeBarSeries.md @@ -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. @@ -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. diff --git a/api/server/Telerik.Web.UI/VerticalBoxPlotSeries.md b/api/server/Telerik.Web.UI/VerticalBoxPlotSeries.md index 6fd7b7d653..778eaa47a4 100644 --- a/api/server/Telerik.Web.UI/VerticalBoxPlotSeries.md +++ b/api/server/Telerik.Web.UI/VerticalBoxPlotSeries.md @@ -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. @@ -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. diff --git a/api/server/Telerik.Web.UI/VerticalBulletSeries.md b/api/server/Telerik.Web.UI/VerticalBulletSeries.md index eb40503d08..e048a3b0f8 100644 --- a/api/server/Telerik.Web.UI/VerticalBulletSeries.md +++ b/api/server/Telerik.Web.UI/VerticalBulletSeries.md @@ -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. diff --git a/api/server/Telerik.Web.UI/WaterfallSeries.md b/api/server/Telerik.Web.UI/WaterfallSeries.md index 4e09e17f21..c1d5a76190 100644 --- a/api/server/Telerik.Web.UI/WaterfallSeries.md +++ b/api/server/Telerik.Web.UI/WaterfallSeries.md @@ -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. @@ -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.