New to Telerik UI for ASP.NET AJAX? Download free 30-day trial

Telerik.Charting.ChartSeriesItemsCollection

Series items collection

Inheritance Hierarchy

  • System.Object
  • Telerik.Charting.ChartingStateManagedCollection1 : IChartingStateManager, ICollection, ICollection1, IEnumerable, IEnumerable1, IList, IList1
  • Telerik.Charting.ChartSeriesItemsCollection

Properties

Count Int32

Gets items count in collection

First T

Link to first item in collection

IsReadOnly Boolean

Gets true if collection is read-only

Item ChartSeriesItem

Gets or sets a Item at the specific position in Items collection.

Item T

Gets the collection item at given index

Last T

Link to last item in collection

List IList1`

Items list

Parent ChartSeries

Parent element

Methods

Add

Add Item at the collection

Parameters

chartSeriesItem Telerik.Charting.ChartSeriesItem

Item to add

Returns

System.Void

Add

Adds new item in collection

Parameters

item `0

Item to add

Returns

System.Void

AddRange

Adds a collection of series items to the items collection.

Parameters

chartSeriesItems Telerik.Charting.ChartSeriesItemsCollection

Items to add

Returns

System.Void

AddRange

Adds items range in collection

Parameters

itemsToAdd `0

Items array to add

Returns

System.Void

Clear

Clears collection

Returns

System.Void

ClearAutoGeneratedLabelText

Clear auto generated items label text for each item in the collection

Returns

System.Void

Contains

Checks does collection contain the given item

Parameters

item `0

Item to check

Returns

System.Boolean True if item is a collection member

CopyTo

Copies the entire System.Collections.Generic.List to a compatible one-dimensional array, starting at the specified index of the target array.

Parameters

array `0

The one-dimensional System.Array that is the destination of the elements

arrayIndex System.Int32

The zero-based index in array at which copying begins

Returns

System.Void

DefineLabelText

Define items label text for each item in the collection

Returns

System.Void

Filter

Filter items by YAxis VisibleValues(All, Negative, Positive)

Parameters

chartAxisVisibleValues Telerik.Charting.Styles.ChartAxisVisibleValues

YAxis VisibleValues(All, Negative, Positive)

Returns

System.Void

GetEnumerator

Returns an enumerator that iterates through the System.Collections.Generic.List>T<.

Returns

System.Collections.Generic.IEnumerator1` A System.Collections.Generic.List>T<.Enumerator for the System.Collections.Generic.List>T<.

GetItemWithMaxYValue

Get item with max YValue not greater than specified

Parameters

notMoreItem Telerik.Charting.ChartSeriesItem

Item which YValue is limit for searching

Returns

Telerik.Charting.ChartSeriesItem Item with max YValue not greater than specified

GetItemWithMinYValue

Get item with min YValue not less than specified

Parameters

notMoreItem Telerik.Charting.ChartSeriesItem

Item which YValue is limit for searching

Returns

Telerik.Charting.ChartSeriesItem Item with min YValue not less than specified

GetMaxValue

Max YValue in specified range

Parameters

minValue System.Double

Min limit for searching

maxValue System.Double

Max limit for searching

Returns

System.Double Max YValue in specified range

GetMinValue

Min YValue in specified range

Parameters

minValue System.Double

Min limit for searching

maxValue System.Double

Max limit for searching

Returns

System.Double Min YValue in specified range

IndexOf

Item index in collection

Parameters

item `0

Item to get index of

Returns

System.Int32 Index

Insert

Inserts item at the given index

Parameters

index System.Int32

Index

item `0

Item to insert

Returns

System.Void

ItemsInRange

Count of items with YValues in specified range

Parameters

min System.Double

Min limit for searching

max System.Double

Max limit for searching

Returns

System.Int32 Count of items with YValues in specified range

LoadViewState

Load ViewState data

Parameters

state System.Object

ViewState with data

Returns

System.Void

LoadViewState

Loads collection from view state

Parameters

state System.Object

View state to load from

Returns

System.Void

OnClear

Before collection clearing event

Returns

System.Void

OnClearComplete

Collection after clean event

Returns

System.Void

OnInsert

Item before insert event

Parameters

index System.Int32

Index to insert at

value System.Object

Value to insert

Returns

System.Void

OnInsertComplete

Item after insert event

Parameters

index System.Int32

Index to insert at

value System.Object

Value to insert

Returns

System.Void

OnRemove

Item before remove event

Parameters

index System.Int32

Index to insert at

value System.Object

Value to insert

Returns

System.Void

OnRemoveComplete

Item after remove event

Parameters

index System.Int32

Index to insert at

value System.Object

Value to insert

Returns

System.Void

PopulateFromXml

Populates collection from XML element

Parameters

rootElement System.Xml.XmlElement

XmlElement to import from

Returns

System.Void

Remove

Removes item from collection

Parameters

item `0

Item to remove

Returns

System.Boolean True in case of success

RemoveAt

Removes item from collection at given index

Parameters

index System.Int32

Index to remove at

Returns

System.Void

ResetActiveRegions

Clear for all items Region

Returns

System.Void

SaveViewState

Saves collection to a view state

Returns

System.Object Saved state bag object

SetDirty

Sets is item in the dirty state

Returns

System.Void

SetItemDirty

Marks collection item dirty

Parameters

item `0

Item to mark

Returns

System.Void

Sort

Sort items

Returns

System.Void

In this article