Skip to content

Commit 59ba697

Browse files
author
hadjieva
committed
Server API updated for R3
1 parent 2426c86 commit 59ba697

37 files changed

+3125
-24
lines changed

api/server/Telerik.Web.UI.HtmlChart.PlotArea/CommonTooltipsAppearance.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Defines the common visual appearance settings for the series' tooltips
1212

1313
* System.Object
1414
* Telerik.Web.UI.ObjectWithState
15-
* Telerik.Web.UI.HtmlChart.PlotArea.AppearanceBase
15+
* Telerik.Web.UI.HtmlChart.PlotArea.AppearanceBase : IDefaultCheck
1616
* Telerik.Web.UI.HtmlChart.PlotArea.SeriesTooltipsAppearance
1717
* Telerik.Web.UI.HtmlChart.PlotArea.CommonTooltipsAppearance
1818

Lines changed: 199 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,199 @@
1+
---
2+
title: Telerik.Web.UI.HtmlChart.SeriesItemCollections.BulletSeriesItemCollection
3+
page_title: Telerik.Web.UI.HtmlChart.SeriesItemCollections.BulletSeriesItemCollection
4+
description: Telerik.Web.UI.HtmlChart.SeriesItemCollections.BulletSeriesItemCollection
5+
---
6+
7+
# Telerik.Web.UI.HtmlChart.SeriesItemCollections.BulletSeriesItemCollection
8+
9+
A collection of bullet series items.
10+
11+
## Inheritance Hierarchy
12+
13+
* System.Object
14+
* System.Web.UI.StateManagedCollection
15+
* Telerik.Web.StronglyTypedStateManagedCollection`1
16+
* Telerik.Web.UI.HtmlChart.SeriesItemCollections.BulletSeriesItemCollection
17+
18+
## Properties
19+
20+
### Item `ItemType`
21+
22+
ItemType collection indexer.
23+
24+
## Methods
25+
26+
### Add
27+
28+
Add an item by its current value.
29+
30+
#### Parameters
31+
32+
#### current `System.Nullable{System.Decimal}`
33+
34+
The current value of the item
35+
36+
#### Returns
37+
38+
`System.Void`
39+
40+
### Add
41+
42+
Add an item by its current and target values.
43+
44+
#### Parameters
45+
46+
#### current `System.Nullable{System.Decimal}`
47+
48+
The current value of the item
49+
50+
#### target `System.Nullable{System.Decimal}`
51+
52+
The target value of the item
53+
54+
#### Returns
55+
56+
`System.Void`
57+
58+
### Add
59+
60+
Add an item by its current, target and background color values.
61+
62+
#### Parameters
63+
64+
#### current `System.Nullable{System.Decimal}`
65+
66+
The current value of the item
67+
68+
#### target `System.Nullable{System.Decimal}`
69+
70+
The target value of the item
71+
72+
#### bgColor `System.Drawing.Color`
73+
74+
The background color of the item
75+
76+
#### Returns
77+
78+
`System.Void`
79+
80+
### Add
81+
82+
Add an item to the collection
83+
84+
#### Parameters
85+
86+
#### item ``0`
87+
88+
Item to be added to the collection
89+
90+
#### Returns
91+
92+
`System.Void`
93+
94+
### AddRange
95+
96+
Adds the items to the end of the collection
97+
98+
#### Parameters
99+
100+
#### items `System.Collections.Generic.IEnumerable{`0}`
101+
102+
Items to be added
103+
104+
#### Returns
105+
106+
`System.Void`
107+
108+
### Contains
109+
110+
Determines whether an element is in the collection
111+
112+
#### Parameters
113+
114+
#### item ``0`
115+
116+
The item to locate in the collection
117+
118+
#### Returns
119+
120+
`System.Boolean` true if item is found in the collection; otherwise, false.
121+
122+
### CopyTo
123+
124+
Copies the array or portion of it to the collection
125+
126+
#### Parameters
127+
128+
#### array ``0`
129+
130+
One-dimensional array that serves as a destination
131+
132+
#### index `System.Int32`
133+
134+
Zero-based index
135+
136+
#### Returns
137+
138+
`System.Void`
139+
140+
### IndexOf
141+
142+
Returns the zero-based index of the first occurrence of a value in the collection or in a portion of it.
143+
144+
#### Parameters
145+
146+
#### item ``0`
147+
148+
Target item
149+
150+
#### Returns
151+
152+
`System.Int32` The zero-based index of the first occurrence of item within the entire collection
153+
154+
### Insert
155+
156+
Inserts an element into the collection at the specified index.
157+
158+
#### Parameters
159+
160+
#### index `System.Int32`
161+
162+
The zero-based index at which item should be inserted.
163+
164+
#### item ``0`
165+
166+
The object to insert.
167+
168+
#### Returns
169+
170+
`System.Void`
171+
172+
### Remove
173+
174+
Removes the first occurrence of a specific object from the collection.
175+
176+
#### Parameters
177+
178+
#### item ``0`
179+
180+
The object to remove from the collection
181+
182+
#### Returns
183+
184+
`System.Void`
185+
186+
### RemoveAt
187+
188+
Removes the element at the specified index of the collection.
189+
190+
#### Parameters
191+
192+
#### index `System.Int32`
193+
194+
The zero-based index of the element to remove.
195+
196+
#### Returns
197+
198+
`System.Void`
199+

api/server/Telerik.Web.UI.Map/Bing.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,10 @@ The default configuration for Bing (tm) tile layers.
2020

2121
The attribution of all Bing (tm) layers.
2222

23+
### Culture `String`
24+
25+
The culture to be used for the bing map tiles.
26+
2327
### ImagerySet `String`
2428

2529
The bing map tile types. Possible options:

api/server/Telerik.Web.UI.Map/LayerDefaults.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,3 +36,7 @@ The default configuration for shape layers.
3636

3737
The default configuration for tile layers.
3838

39+
### TileSize `Double`
40+
41+
The size of the image tile in pixels.
42+

api/server/Telerik.Web.UI.Map/Location.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ The map center. Coordinates are listed as [Latitude, Longitude].
1212

1313
* System.Object
1414
* Telerik.Web.StateManager : IMarkableStateManager, IStateManager
15-
* Telerik.Web.UI.Map.Location
15+
* Telerik.Web.UI.Map.Location : IDefaultCheck
1616

1717
## Properties
1818

api/server/Telerik.Web.UI.PivotGrid.Core/PropertyAggregateDescription.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,10 @@ Gets the display-friendly name.
3939

4040
### DisplayValueAsKpi `Boolean`
4141

42+
### IgnoreNullValues `Boolean`
43+
44+
Gets or sets a value that determines whether the s of this will ignore null values when calculating the result.
45+
4246
### Parent `SettingsNode`
4347

4448
Gets the this is used in.

api/server/Telerik.Web.UI.PivotGrid.Core/PropertyAggregateDescriptionBase.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,10 @@ Gets the display-friendly name.
3838

3939
### DisplayValueAsKpi `Boolean`
4040

41+
### IgnoreNullValues `Boolean`
42+
43+
Gets or sets a value that determines whether the s of this will ignore null values when calculating the result.
44+
4145
### Parent `SettingsNode`
4246

4347
Gets the this is used in.

api/server/Telerik.Web.UI.PivotGrid.DataProviders.Queryable/QueryablePropertyAggregateDescription.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,10 @@ Gets the type of the extension methods that holds the extension methods for
5656

5757
Gets or sets the name of the aggregate function, which appears as a property of the group record on which records the function works.
5858

59+
### IgnoreNullValues `Boolean`
60+
61+
Gets or sets a value that determines whether the s of this will ignore null values when calculating the result.
62+
5963
### Parent `SettingsNode`
6064

6165
Gets the this is used in.

api/server/Telerik.Web.UI.PivotGrid.Queryable/QueryablePropertyAggregateDescriptionBase.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,10 @@ Gets the type of the extension methods that holds the extension methods for
5555

5656
Gets or sets the name of the aggregate function, which appears as a property of the group record on which records the function works.
5757

58+
### IgnoreNullValues `Boolean`
59+
60+
Gets or sets a value that determines whether the s of this will ignore null values when calculating the result.
61+
5862
### Parent `SettingsNode`
5963

6064
Gets the this is used in.
Lines changed: 102 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,102 @@
1+
---
2+
title: Telerik.Web.UI.BulletSeries
3+
page_title: Telerik.Web.UI.BulletSeries
4+
description: Telerik.Web.UI.BulletSeries
5+
---
6+
7+
# Telerik.Web.UI.BulletSeries
8+
9+
Bullet series is a variation of a bar chart. The bullet graph compares a given quantitative measure (such as temperature) against qualitative ranges (e.g. warm, hot, mild, cool, chilly, cold, freezing, icy, frosty) and a symbol marker that encodes the comparative measure (for example the max temperature a year ago).
10+
11+
## Inheritance Hierarchy
12+
13+
* System.Object
14+
* Telerik.Web.StateManager : IMarkableStateManager, IStateManager
15+
* Telerik.Web.UI.SeriesBase
16+
* Telerik.Web.UI.BulletSeries
17+
18+
## Properties
19+
20+
### Appearance `SeriesAppearance`
21+
22+
Defines the appearance settings of the series
23+
24+
### AxisName `String`
25+
26+
Get/set the name of the axis, to which the values will be associated
27+
28+
### ColorField `String`
29+
30+
Specifies the color of the series when the chart is databound.
31+
32+
### Data `String`
33+
34+
Get/Set the serialized data entities in a list format. This property is usually set if the series is data bound
35+
36+
### DataCurrentField `String`
37+
38+
For a data-binding scenario define the field for the current value.
39+
40+
### DataField `String`
41+
42+
The data field with the values of the series
43+
44+
### DataFieldSize `String`
45+
46+
Specifies the size value of the bubble item in bubble series when the chart is databound.
47+
48+
### DataFieldTooltip `String`
49+
50+
Specifies the tooltip value of the bubble item in bubble series when the chart is databound.
51+
52+
### DataFieldX `String`
53+
54+
The data field with the values of the series along the X axis
55+
56+
### DataFieldY `String`
57+
58+
The data field with the values of the series along the Y axis
59+
60+
### DataTargetField `BulletTargetAppearance`
61+
62+
For a data-binding scenario define the field for the target value.
63+
64+
### Items `SeriesItemCollection`
65+
66+
The Items collection is Obsolete. Use the SeriesItems collection to specify the series items.
67+
68+
#### Remarks
69+
The Items collection is Obsolete. Use the SeriesItems collection to programmatically set the series items.
70+
71+
### Name `String`
72+
73+
Get/Set the name of the series
74+
75+
### SeriesItems `BulletSeriesItemCollection`
76+
77+
The collection of series items for the Bullet series
78+
79+
### Target `BulletTargetAppearance`
80+
81+
The target of the Bullet series.
82+
83+
### TooltipsAppearance `SeriesAppearance`
84+
85+
Defines the appearance settings of the series
86+
87+
### Type `SeriesType`
88+
89+
Gets the type of the series
90+
91+
### Visible `Boolean`
92+
93+
Get/Set the visibility of the series
94+
95+
### VisibleInLegend `Boolean`
96+
97+
Get/Set the visibility of the series in the legend
98+
99+
### ZIndex `Nullable`1`
100+
101+
Specifies the color of the series when the chart is databound.
102+

0 commit comments

Comments
 (0)