File tree 16 files changed +134
-0
lines changed
Telerik.Web.UI.HtmlChart.PlotArea
Telerik.Web.UI.HtmlChart.PlotArea.Series
16 files changed +134
-0
lines changed Original file line number Diff line number Diff line change @@ -25,6 +25,10 @@ Defines the appearance settings of the series
25
25
26
26
Get/set the name of the axis, to which the values will be associated
27
27
28
+ ### BorderAppearance ` SeriesBorderAppearance `
29
+
30
+ Specifies the border settings of the outliers.
31
+
28
32
### ColorField ` String `
29
33
30
34
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
61
65
62
66
The data field holding bool value which determines whether the sector should be exploded
63
67
68
+ ### HighlightAppearance ` SeriesAppearance `
69
+
70
+ Defines the highlight appearance settings of the series
71
+
64
72
### Items ` SeriesItemCollection `
65
73
66
74
The Items collection is Obsolete. Use the SeriesItems collection to specify the series items.
Original file line number Diff line number Diff line change @@ -22,6 +22,10 @@ Defines the common visual appearance settings for the series' tooltips
22
22
23
23
Specifies background color of the tooltips
24
24
25
+ ### BorderAppearance ` BorderAppearance `
26
+
27
+ Specifies the border settings of the tooltip.
28
+
25
29
### ClientTemplate ` String `
26
30
27
31
A way to define a client-side template for the labels appearance.
Original file line number Diff line number Diff line change
1
+ ---
2
+ title : Telerik.Web.UI.HtmlChart.AxisCrosshairAppearance
3
+ page_title : Telerik.Web.UI.HtmlChart.AxisCrosshairAppearance
4
+ description : Telerik.Web.UI.HtmlChart.AxisCrosshairAppearance
5
+ ---
6
+
7
+ # Telerik.Web.UI.HtmlChart.AxisCrosshairAppearance
8
+
9
+ The crosshair configuration options.
10
+
11
+ ## Inheritance Hierarchy
12
+
13
+ * System.Object
14
+ * Telerik.Web.StateManager : IMarkableStateManager, IStateManager
15
+ * Telerik.Web.UI.HtmlChart.AxisCrosshairAppearance : IDefaultCheck
16
+
17
+ ## Properties
18
+
19
+ ### Color ` Color `
20
+
21
+ The color of the crosshair. Accepts a valid CSS color string, including hex and rgb.
22
+
23
+ ### Opacity ` Double `
24
+
25
+ The opacity of the crosshair. By default the crosshair is opaque.
26
+
27
+ ### TooltipsAppearance ` SeriesTooltipsAppearance `
28
+
29
+ Defines the appearance settings of the series
30
+
31
+ ### Visible ` Boolean `
32
+
33
+ If set to true the chart will display the axis crosshair. By default the axis crosshair is not visible.
34
+
35
+ ### Width ` Unit `
36
+
37
+ The width of the crosshair in pixels.
38
+
Original file line number Diff line number Diff line change @@ -55,6 +55,10 @@ The data field with the values of the series along the X axis
55
55
56
56
The data field with the values of the series along the Y axis
57
57
58
+ ### HighlightAppearance ` SeriesAppearance `
59
+
60
+ Defines the highlight appearance settings of the series
61
+
58
62
### Items ` SeriesItemCollection `
59
63
60
64
The Items collection is Obsolete. Use the SeriesItems collection to specify the series items.
Original file line number Diff line number Diff line change @@ -25,6 +25,10 @@ Defines the appearance settings of the series
25
25
26
26
Get/set the name of the axis, to which the values will be associated
27
27
28
+ ### BorderAppearance ` SeriesBorderAppearance `
29
+
30
+ Specifies the border settings of the outliers.
31
+
28
32
### ColorField ` String `
29
33
30
34
Specifies the color of the series when the chart is databound.
@@ -61,6 +65,10 @@ Gets or Sets the distance between the category clusters.
61
65
62
66
Defines a group name for the series and applies stacking automatically
63
67
68
+ ### HighlightAppearance ` SeriesAppearance `
69
+
70
+ Defines the highlight appearance settings of the series
71
+
64
72
### Items ` SeriesItemCollection `
65
73
66
74
The Items collection is Obsolete. Use the SeriesItems collection to specify the series items.
Original file line number Diff line number Diff line change @@ -25,6 +25,10 @@ Defines the appearance settings of the series
25
25
26
26
Get/set the name of the axis, to which the values will be associated
27
27
28
+ ### BorderAppearance ` SeriesBorderAppearance `
29
+
30
+ Specifies the border settings of the outliers.
31
+
28
32
### ColorField ` String `
29
33
30
34
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
85
89
86
90
Defines the appearance settings of the extremes.
87
91
92
+ ### HighlightAppearance ` SeriesAppearance `
93
+
94
+ Defines the highlight appearance settings of the series
95
+
88
96
### Items ` SeriesItemCollection `
89
97
90
98
The Items collection is Obsolete. Use the SeriesItems collection to specify the series items.
Original file line number Diff line number Diff line change @@ -61,6 +61,10 @@ The data field with the values of the series along the Y axis
61
61
62
62
For a data-binding scenario define the field for the target value.
63
63
64
+ ### HighlightAppearance ` SeriesAppearance `
65
+
66
+ Defines the highlight appearance settings of the series
67
+
64
68
### Items ` SeriesItemCollection `
65
69
66
70
The Items collection is Obsolete. Use the SeriesItems collection to specify the series items.
Original file line number Diff line number Diff line change @@ -25,6 +25,10 @@ Defines the appearance settings of the series
25
25
26
26
Get/set the name of the axis, to which the values will be associated
27
27
28
+ ### BorderAppearance ` SeriesBorderAppearance `
29
+
30
+ Specifies the border settings of the outliers.
31
+
28
32
### ColorField ` String `
29
33
30
34
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.
81
85
82
86
The field which sets the down color of the series items when the close value is lower than the open value.
83
87
88
+ ### HighlightAppearance ` SeriesAppearance `
89
+
90
+ Defines the highlight appearance settings of the series
91
+
84
92
### Items ` SeriesItemCollection `
85
93
86
94
The Items collection is Obsolete. Use the SeriesItems collection to specify the series items.
Original file line number Diff line number Diff line change @@ -26,6 +26,10 @@ Defines the appearance settings of the series
26
26
27
27
Get/set the name of the axis, to which the values will be associated
28
28
29
+ ### BorderAppearance ` SeriesBorderAppearance `
30
+
31
+ Specifies the border settings of the outliers.
32
+
29
33
### ColorField ` String `
30
34
31
35
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
62
66
63
67
The data field holding bool value which determines whether the sector should be exploded
64
68
69
+ ### HighlightAppearance ` SeriesAppearance `
70
+
71
+ Defines the highlight appearance settings of the series
72
+
65
73
### HoleSize ` Int32 `
66
74
67
75
The size of the hole in the donut chart
Original file line number Diff line number Diff line change @@ -69,6 +69,10 @@ Get/Set the automatic change of segment's height according to the item's value
69
69
70
70
Get/Set the slope of funnel's segments
71
71
72
+ ### HighlightAppearance ` SeriesAppearance `
73
+
74
+ Defines the highlight appearance settings of the series
75
+
72
76
### Items ` SeriesItemCollection `
73
77
74
78
The Items collection is Obsolete. Use the SeriesItems collection to specify the series items.
Original file line number Diff line number Diff line change @@ -55,6 +55,10 @@ The data field with the values of the series along the X axis
55
55
56
56
The data field with the values of the series along the Y axis
57
57
58
+ ### HighlightAppearance ` SeriesAppearance `
59
+
60
+ Defines the highlight appearance settings of the series
61
+
58
62
### Items ` SeriesItemCollection `
59
63
60
64
The Items collection is Obsolete. Use the SeriesItems collection to specify the series items.
Original file line number Diff line number Diff line change @@ -26,6 +26,10 @@ Defines the appearance settings of the series
26
26
27
27
Get/set the name of the axis, to which the values will be associated
28
28
29
+ ### BorderAppearance ` SeriesBorderAppearance `
30
+
31
+ Specifies the border settings of the outliers.
32
+
29
33
### ColorField ` String `
30
34
31
35
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
62
66
63
67
The data field holding bool value which determines whether the sector should be exploded
64
68
69
+ ### HighlightAppearance ` SeriesAppearance `
70
+
71
+ Defines the highlight appearance settings of the series
72
+
65
73
### Items ` SeriesItemCollection `
66
74
67
75
The Items collection is Obsolete. Use the SeriesItems collection to specify the series items.
Original file line number Diff line number Diff line change @@ -25,6 +25,10 @@ Defines the appearance settings of the series
25
25
26
26
Get/set the name of the axis, to which the values will be associated
27
27
28
+ ### BorderAppearance ` SeriesBorderAppearance `
29
+
30
+ Specifies the border settings of the outliers.
31
+
28
32
### ColorField ` String `
29
33
30
34
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
73
77
74
78
Gets or Sets the distance between the category clusters.
75
79
80
+ ### HighlightAppearance ` SeriesAppearance `
81
+
82
+ Defines the highlight appearance settings of the series
83
+
76
84
### Items ` SeriesItemCollection `
77
85
78
86
The Items collection is Obsolete. Use the SeriesItems collection to specify the series items.
Original file line number Diff line number Diff line change @@ -26,6 +26,10 @@ Defines the appearance settings of the series
26
26
27
27
Get/set the name of the axis, to which the values will be associated
28
28
29
+ ### BorderAppearance ` SeriesBorderAppearance `
30
+
31
+ Specifies the border settings of the outliers.
32
+
29
33
### ColorField ` String `
30
34
31
35
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
86
90
87
91
Defines the appearance settings of the extremes.
88
92
93
+ ### HighlightAppearance ` SeriesAppearance `
94
+
95
+ Defines the highlight appearance settings of the series
96
+
89
97
### Items ` SeriesItemCollection `
90
98
91
99
The Items collection is Obsolete. Use the SeriesItems collection to specify the series items.
Original file line number Diff line number Diff line change @@ -62,6 +62,10 @@ The data field with the values of the series along the Y axis
62
62
63
63
For a data-binding scenario define the field for the target value.
64
64
65
+ ### HighlightAppearance ` SeriesAppearance `
66
+
67
+ Defines the highlight appearance settings of the series
68
+
65
69
### Items ` SeriesItemCollection `
66
70
67
71
The Items collection is Obsolete. Use the SeriesItems collection to specify the series items.
Original file line number Diff line number Diff line change @@ -25,6 +25,10 @@ Defines the appearance settings of the series
25
25
26
26
Get/set the name of the axis, to which the values will be associated
27
27
28
+ ### BorderAppearance ` SeriesBorderAppearance `
29
+
30
+ Specifies the border settings of the outliers.
31
+
28
32
### ColorField ` String `
29
33
30
34
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.
62
66
63
67
Gets or Sets the distance between the category clusters.
64
68
69
+ ### HighlightAppearance ` SeriesAppearance `
70
+
71
+ Defines the highlight appearance settings of the series
72
+
65
73
### Items ` SeriesItemCollection `
66
74
67
75
The Items collection is Obsolete. Use the SeriesItems collection to specify the series items.
You can’t perform that action at this time.
0 commit comments