Telerik.Web.UI.HtmlChart.PlotArea.Series.SeriesItemCollections.CandlestickSeriesItemCollection
The collection, which stores candlestick series items.
Inheritance Hierarchy
- System.Object
- System.Web.UI.StateManagedCollection
- Telerik.Web.StronglyTypedStateManagedCollection`1
- Telerik.Web.UI.HtmlChart.PlotArea.Series.SeriesItemCollections.CandlestickSeriesItemCollection
Properties
Item ItemType
ItemType collection indexer.
Methods
Add
Adds a candlestick series item.
Parameters
item Telerik.Web.UI.CandlestickSeriesItem
The candlestick series item.
Returns
System.Void
Add
Adds a candlestick series item, specified by its open, close, high and close values.
Parameters
open System.Nullable{System.Decimal}
The open value of the item.
close System.Nullable{System.Decimal}
The close value of the item.
high System.Nullable{System.Decimal}
The high value of the item.
low System.Nullable{System.Decimal}
The low value of the item.
Returns
System.Void
Add
Adds a candlestick series item, specified by its open, close, high and close values and down color.
Parameters
open System.Nullable{System.Decimal}
The open value of the item.
close System.Nullable{System.Decimal}
The close value of the item.
high System.Nullable{System.Decimal}
The high value of the item.
low System.Nullable{System.Decimal}
The low value of the item.
backgroundColor System.Drawing.Color
The background color of the item.
Returns
System.Void
Add
Adds a candlestick series item, specified by its open, close, high and close values and down color.
Parameters
open System.Drawing.Color
The open value of the item.
close System.Nullable{System.Decimal}
The close value of the item.
high System.Nullable{System.Decimal}
The high value of the item.
low System.Nullable{System.Decimal}
The low value of the item.
downColor System.Nullable{System.Decimal}
The color of the item when the close value is lower than the open value.
Returns
System.Void
Add
Add an item to the collection
Parameters
item `0
Item to be added to the collection
Returns
System.Void
AddRange
Adds the items to the end of the collection
Parameters
items System.Collections.Generic.IEnumerable{
0}`
Items to be added
Returns
System.Void
Contains
Determines whether an element is in the collection
Parameters
item `0
The item to locate in the collection
Returns
System.Boolean
true if item is found in the collection; otherwise, false.
CopyTo
Copies the array or portion of it to the collection
Parameters
array `0
One-dimensional array that serves as a destination
index System.Int32
Zero-based index
Returns
System.Void
IndexOf
Returns the zero-based index of the first occurrence of a value in the collection or in a portion of it.
Parameters
item `0
Target item
Returns
System.Int32
The zero-based index of the first occurrence of item within the entire collection
Insert
Inserts an element into the collection at the specified index.
Parameters
index System.Int32
The zero-based index at which item should be inserted.
item `0
The object to insert.
Returns
System.Void
Remove
Removes the first occurrence of a specific object from the collection.
Parameters
item `0
The object to remove from the collection
Returns
System.Void
RemoveAt
Removes the element at the specified index of the collection.
Parameters
index System.Int32
The zero-based index of the element to remove.
Returns
System.Void