skip navigation
  • Product Bundles

    DevCraft

    All Telerik .NET tools and Kendo UI JavaScript components in one package. Now enhanced with:

    • AI Coding Assistants
    • Embedded Reporting
    • Document Processing Libraries
    • SSO Account Sign-in

    Web

    Kendo UI UI for Angular UI for Vue UI for jQuery KendoReact UI for Blazor UI for ASP.NET Core UI for ASP.NET MVC UI for ASP.NET AJAX

    Mobile

    UI for .NET MAUI

    Document Management

    Telerik Document Processing

    Desktop

    UI for .NET MAUI UI for WinUI UI for WinForms UI for WPF

    Reporting

    Telerik Reporting Telerik Report Server

    Testing & Mocking

    Test Studio Telerik JustMock

    CMS

    Sitefinity

    AI Productivity Tools

    AI Coding Assistants

    UI/UX Tools

    ThemeBuilder Design System Kit Templates and Building Blocks

    Debugging

    Fiddler Fiddler Everywhere Fiddler Classic Fiddler Everywhere Reporter FiddlerCore

    Free Tools

    KendoReact Free VB.NET to C# Converter Testing Framework
    View all products
  • Overview
  • Demos
    • What's New
    • Roadmap
    • Release History
  • Support and Learning

    • Support and Learning Hub
    • First Steps
    • Docs
    • Demos
    • Virtual Classroom
    • Forums
    • Videos
    • Blogs
    • Accessibility
    • Submit a Ticket

    Productivity and Design Tools

    • Visual Studio Extensions
    • Visual Studio Templates
    • Embedded Reporting
  • Pricing
  • Shopping cart
    • Account Overview
    • Your Licenses
    • Downloads
    • Support Center
    • Forum Profile
    • Payment Methods
    • Edit Profile
    • Log out
  • Login
  • Contact Us
  • Try now

Class DataPointSparkCollection<T>

Inheritance
System.Object
System.Collections.ObjectModel.Collection<T>
ElementCollection<T>
DataPointSparkCollection<T>
Inherited Members
ElementCollection<T>.InsertItem(Int32, T)
ElementCollection<T>.ClearItems()
ElementCollection<T>.RemoveItem(Int32)
System.Collections.ObjectModel.Collection<T>.Add(T)
System.Collections.ObjectModel.Collection<T>.Clear()
System.Collections.ObjectModel.Collection<T>.CopyTo(T[], System.Int32)
System.Collections.ObjectModel.Collection<T>.Contains(T)
System.Collections.ObjectModel.Collection<T>.GetEnumerator()
System.Collections.ObjectModel.Collection<T>.IndexOf(T)
System.Collections.ObjectModel.Collection<T>.Insert(System.Int32, T)
System.Collections.ObjectModel.Collection<T>.Remove(T)
System.Collections.ObjectModel.Collection<T>.RemoveAt(System.Int32)
System.Collections.ObjectModel.Collection<T>.SetItem(System.Int32, T)
System.Collections.ObjectModel.Collection<T>.System.Collections.IEnumerable.GetEnumerator()
System.Collections.ObjectModel.Collection<T>.System.Collections.ICollection.CopyTo(System.Array, System.Int32)
System.Collections.ObjectModel.Collection<T>.System.Collections.IList.get_Item(System.Int32)
System.Collections.ObjectModel.Collection<T>.System.Collections.IList.set_Item(System.Int32, System.Object)
System.Collections.ObjectModel.Collection<T>.System.Collections.IList.Add(System.Object)
System.Collections.ObjectModel.Collection<T>.System.Collections.IList.Contains(System.Object)
System.Collections.ObjectModel.Collection<T>.System.Collections.IList.IndexOf(System.Object)
System.Collections.ObjectModel.Collection<T>.System.Collections.IList.Insert(System.Int32, System.Object)
System.Collections.ObjectModel.Collection<T>.System.Collections.IList.Remove(System.Object)
System.Collections.ObjectModel.Collection<T>.Count
System.Collections.ObjectModel.Collection<T>.Items
System.Collections.ObjectModel.Collection<T>.Item[System.Int32]
System.Collections.ObjectModel.Collection<T>.System.Collections.Generic.ICollection<T>.IsReadOnly
System.Collections.ObjectModel.Collection<T>.System.Collections.ICollection.IsSynchronized
System.Collections.ObjectModel.Collection<T>.System.Collections.ICollection.SyncRoot
System.Collections.ObjectModel.Collection<T>.System.Collections.IList.Item[System.Int32]
System.Collections.ObjectModel.Collection<T>.System.Collections.IList.IsReadOnly
System.Collections.ObjectModel.Collection<T>.System.Collections.IList.IsFixedSize
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.WinControls.UI.Sparkline
Assembly: Telerik.WinControls.UI.dll

Syntax

public class DataPointSparkCollection<T> : ElementCollection<T>, IList<T>, ICollection<T>, IList, ICollection, IReadOnlyList<T>, IReadOnlyCollection<T>, IEnumerable<T>, IList<SparkDataPoint>, ICollection<SparkDataPoint>, IEnumerable<SparkDataPoint>, IEnumerable where T : SparkDataPoint
Type Parameters
T

Properties

HighValue

Declaration
public double HighValue { get; }
Property Value
System.Double

LowValue

Declaration
public double LowValue { get; }
Property Value
System.Double

Methods

DetachItemElement(SparkDataPoint)

Declaration
protected virtual void DetachItemElement(SparkDataPoint item)
Parameters
SparkDataPoint item

Explicit Interface Implementations

ICollection<SparkDataPoint>.Add(SparkDataPoint)

Declaration
void ICollection<SparkDataPoint>.Add(SparkDataPoint item)
Parameters
SparkDataPoint item

Implements
System.Collections.Generic.ICollection<T>.Add(T)

ICollection<SparkDataPoint>.Clear()

Declaration
void ICollection<SparkDataPoint>.Clear()
Implements
System.Collections.Generic.ICollection<T>.Clear()

ICollection<SparkDataPoint>.Contains(SparkDataPoint)

Declaration
bool ICollection<SparkDataPoint>.Contains(SparkDataPoint item)
Parameters
SparkDataPoint item

Returns
System.Boolean

Implements
System.Collections.Generic.ICollection<T>.Contains(T)

ICollection<SparkDataPoint>.CopyTo(SparkDataPoint[], Int32)

Declaration
void ICollection<SparkDataPoint>.CopyTo(SparkDataPoint[] array, int arrayIndex)
Parameters
SparkDataPoint[] array

System.Int32 arrayIndex

Implements
System.Collections.Generic.ICollection<T>.CopyTo(T[], System.Int32)

ICollection<SparkDataPoint>.Count

Declaration
int ICollection<SparkDataPoint>.Count { get; }
Returns
System.Int32

Implements
System.Collections.Generic.ICollection<T>.Count

ICollection<SparkDataPoint>.IsReadOnly

Declaration
bool ICollection<SparkDataPoint>.IsReadOnly { get; }
Returns
System.Boolean

Implements
System.Collections.Generic.ICollection<T>.IsReadOnly

ICollection<SparkDataPoint>.Remove(SparkDataPoint)

Declaration
bool ICollection<SparkDataPoint>.Remove(SparkDataPoint item)
Parameters
SparkDataPoint item

Returns
System.Boolean

Implements
System.Collections.Generic.ICollection<T>.Remove(T)

IEnumerable<SparkDataPoint>.GetEnumerator()

Declaration
IEnumerator<SparkDataPoint> IEnumerable<SparkDataPoint>.GetEnumerator()
Returns
System.Collections.Generic.IEnumerator<SparkDataPoint>

Implements
System.Collections.Generic.IEnumerable<T>.GetEnumerator()

IList<SparkDataPoint>.get_Item(Int32)

Declaration
SparkDataPoint IList<SparkDataPoint>.get_Item(int index)
Parameters
System.Int32 index

Returns
SparkDataPoint

Implements
System.Collections.Generic.IList<T>.get_Item(System.Int32)

IList<SparkDataPoint>.IndexOf(SparkDataPoint)

Declaration
int IList<SparkDataPoint>.IndexOf(SparkDataPoint item)
Parameters
SparkDataPoint item

Returns
System.Int32

Implements
System.Collections.Generic.IList<T>.IndexOf(T)

IList<SparkDataPoint>.Insert(Int32, SparkDataPoint)

Declaration
void IList<SparkDataPoint>.Insert(int index, SparkDataPoint item)
Parameters
System.Int32 index

SparkDataPoint item

Implements
System.Collections.Generic.IList<T>.Insert(System.Int32, T)

IList<SparkDataPoint>.Item[Int32]

Declaration
SparkDataPoint IList<SparkDataPoint>.this[] { get; set; }
Parameters
System.Int32 index

Returns
SparkDataPoint

Implements
System.Collections.Generic.IList<T>.Item[System.Int32]

IList<SparkDataPoint>.RemoveAt(Int32)

Declaration
void IList<SparkDataPoint>.RemoveAt(int index)
Parameters
System.Int32 index

Implements
System.Collections.Generic.IList<T>.RemoveAt(System.Int32)

IList<SparkDataPoint>.set_Item(Int32, SparkDataPoint)

Declaration
void IList<SparkDataPoint>.set_Item(int index, SparkDataPoint value)
Parameters
System.Int32 index

SparkDataPoint value

Implements
System.Collections.Generic.IList<T>.set_Item(System.Int32, T)

Extension Methods

SvgExtentions.Traverse<T>(T, Func<T, IEnumerable<T>>)
SvgExtentions.TraverseDepthFirst<T>(T, Func<T, IEnumerable<T>>)
Getting Started
  • Install Now
  • Demos
  • Step-by-Step Tutorial
  • Sample Applications
  • SDK Samples
  • Visual Studio Extensions
Support Resources
  • Code Library
  • Knowledge Base
  • Videos
Community
  • Forums
  • Blogs
  • Feedback Portal
  • Document Processing Feedback Portal

Copyright © 2018 Progress Software Corporation and/or its subsidiaries or affiliates.
All Rights Reserved.

Progress, Telerik, and certain product names used herein are trademarks or registered trademarks of Progress Software Corporation and/or one of its subsidiaries or affiliates in the U.S. and/or other countries. See Trademarks for appropriate markings.