ComponentOne FinancialChart for WPF
C1.WPF Namespace / C1LinePanel Class / LineDefinitions Property



In This Topic
    LineDefinitions Property
    In This Topic
    Gets the collection of specifications of how much space to give to each item.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property LineDefinitions As Collection(Of LineDefinition)
    'Usage
     
    
    Dim instance As C1LinePanel
    Dim value As Collection(Of LineDefinition)
     
    value = instance.LineDefinitions
    public Collection<LineDefinition> LineDefinitions {get;}
    public:
    property Collection<LineDefinition^>^ LineDefinitions {
       Collection<LineDefinition^>^ get();
    }
    See Also