Sparkline for UWP | ComponentOne
C1.UWP Assembly / C1.Xaml Namespace / LineDefinitionCollection Class
Members

In This Topic
    LineDefinitionCollection Class
    In This Topic
    Provides access to an ordered, strongly typed collection of LineDefinition objects.
    Object Model
    LineDefinitionCollection Class
    Syntax
    'Declaration
     
    
    Public NotInheritable Class LineDefinitionCollection 
       Inherits System.Collections.ObjectModel.ObservableCollection(Of LineDefinition)
    public sealed class LineDefinitionCollection : System.Collections.ObjectModel.ObservableCollection<LineDefinition> 
    Inheritance Hierarchy
    See Also