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


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