Class
DataPointSparkCollection<T>

Definition

Namespace:Telerik.WinControls.UI.Sparkline

Assembly:Telerik.WinControls.UI.dll

Type Parameters:

T

Syntax:

cs-api-definition
public class DataPointSparkCollection<T> : ElementCollection<T>, IList, ICollection, IEnumerable where T : SparkDataPoint

Inheritance: objectCollection<T>ElementCollection<T>DataPointSparkCollection<T>

Implements: ICollectionIEnumerableIList

Inherited Members ElementCollection<T>.InsertItem(int, T)ElementCollection<T>.ClearItems()ElementCollection<T>.RemoveItem(int)Collection<T>.Add(T)Collection<T>.Clear()Collection<T>.CopyTo(T[], int)Collection<T>.Contains(T)Collection<T>.GetEnumerator()Collection<T>.IndexOf(T)Collection<T>.Insert(int, T)Collection<T>.Remove(T)Collection<T>.RemoveAt(int)Collection<T>.SetItem(int, T)Collection<T>.CountCollection<T>.ItemsCollection<T>.this[int]

Properties

HighValue

Declaration

cs-api-definition
public double HighValue { get; }

Property Value

double

LowValue

Declaration

cs-api-definition
public double LowValue { get; }

Property Value

double

Methods

DetachItemElement(SparkDataPoint)

Declaration

cs-api-definition
protected virtual void DetachItemElement(SparkDataPoint item)

Parameters

item

SparkDataPoint