Spread WPF 17
GrapeCity.Windows.SpreadSheet.Data Namespace / DoubleSeriesCollection Class
Members


In This Topic
    DoubleSeriesCollection Class
    In This Topic
    Provides a container for a SeriesDataCollection of double.
    Object Model
    DoubleSeriesCollection Class
    Syntax
    'Declaration
     
    <DefaultMemberAttribute("Item")>
    Public NotInheritable Class DoubleSeriesCollection 
       Inherits GrapeCity.Windows.SpreadSheet.Data.SeriesDataCollection(Of Double)
    'Usage
     
    Dim instance As DoubleSeriesCollection
    [DefaultMember("Item")]
    public sealed class DoubleSeriesCollection : GrapeCity.Windows.SpreadSheet.Data.SeriesDataCollection<double> 
    Inheritance Hierarchy
    See Also