File tree Expand file tree Collapse file tree 16 files changed +134
-0
lines changed 
Telerik.Web.UI.HtmlChart.PlotArea.Series 
Telerik.Web.UI.HtmlChart.PlotArea Expand file tree Collapse file tree 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
2525
2626Get/set the name of the axis, to which the values will be associated
2727
28+ ###  BorderAppearance ` SeriesBorderAppearance `   
29+ 
30+ Specifies the border settings of the outliers.
31+ 
2832###  ColorField ` String `   
2933
3034Specifies 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
6165
6266The data field holding bool value which determines whether the sector should be exploded
6367
68+ ###  HighlightAppearance ` SeriesAppearance `   
69+ 
70+ Defines the highlight appearance settings of the series
71+ 
6472###  Items ` SeriesItemCollection `   
6573
6674The 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
2222
2323Specifies background color of the tooltips
2424
25+ ###  BorderAppearance ` BorderAppearance `   
26+ 
27+ Specifies the border settings of the tooltip.
28+ 
2529###  ClientTemplate ` String `   
2630
2731A 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
5555
5656The data field with the values of the series along the Y axis
5757
58+ ###  HighlightAppearance ` SeriesAppearance `   
59+ 
60+ Defines the highlight appearance settings of the series
61+ 
5862###  Items ` SeriesItemCollection `   
5963
6064The 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
2525
2626Get/set the name of the axis, to which the values will be associated
2727
28+ ###  BorderAppearance ` SeriesBorderAppearance `   
29+ 
30+ Specifies the border settings of the outliers.
31+ 
2832###  ColorField ` String `   
2933
3034Specifies the color of the series when the chart is databound.
@@ -61,6 +65,10 @@ Gets or Sets the distance between the category clusters.
6165
6266Defines a group name for the series and applies stacking automatically
6367
68+ ###  HighlightAppearance ` SeriesAppearance `   
69+ 
70+ Defines the highlight appearance settings of the series
71+ 
6472###  Items ` SeriesItemCollection `   
6573
6674The 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
2525
2626Get/set the name of the axis, to which the values will be associated
2727
28+ ###  BorderAppearance ` SeriesBorderAppearance `   
29+ 
30+ Specifies the border settings of the outliers.
31+ 
2832###  ColorField ` String `   
2933
3034Specifies 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
8589
8690Defines the appearance settings of the extremes.
8791
92+ ###  HighlightAppearance ` SeriesAppearance `   
93+ 
94+ Defines the highlight appearance settings of the series
95+ 
8896###  Items ` SeriesItemCollection `   
8997
9098The 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
6161
6262For a data-binding scenario define the field for the target value.
6363
64+ ###  HighlightAppearance ` SeriesAppearance `   
65+ 
66+ Defines the highlight appearance settings of the series
67+ 
6468###  Items ` SeriesItemCollection `   
6569
6670The 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
2525
2626Get/set the name of the axis, to which the values will be associated
2727
28+ ###  BorderAppearance ` SeriesBorderAppearance `   
29+ 
30+ Specifies the border settings of the outliers.
31+ 
2832###  ColorField ` String `   
2933
3034Specifies 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.
8185
8286The field which sets the down color of the series items when the close value is lower than the open value.
8387
88+ ###  HighlightAppearance ` SeriesAppearance `   
89+ 
90+ Defines the highlight appearance settings of the series
91+ 
8492###  Items ` SeriesItemCollection `   
8593
8694The 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
2626
2727Get/set the name of the axis, to which the values will be associated
2828
29+ ###  BorderAppearance ` SeriesBorderAppearance `   
30+ 
31+ Specifies the border settings of the outliers.
32+ 
2933###  ColorField ` String `   
3034
3135Specifies 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
6266
6367The data field holding bool value which determines whether the sector should be exploded
6468
69+ ###  HighlightAppearance ` SeriesAppearance `   
70+ 
71+ Defines the highlight appearance settings of the series
72+ 
6573###  HoleSize ` Int32 `   
6674
6775The 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
6969
7070Get/Set the slope of funnel's segments
7171
72+ ###  HighlightAppearance ` SeriesAppearance `   
73+ 
74+ Defines the highlight appearance settings of the series
75+ 
7276###  Items ` SeriesItemCollection `   
7377
7478The 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