ComponentOne FinancialChart for WPF
C1.WPF.Chart.Interaction Namespace / C1LineMarker Class / LineWidth Property



In This Topic
    LineWidth Property
    In This Topic
    Syntax
    'Declaration
     
    
    Public Property LineWidth As Double
    'Usage
     
    
    Dim instance As C1LineMarker
    Dim value As Double
     
    instance.LineWidth = value
     
    value = instance.LineWidth
    public double LineWidth {get; set;}
    public:
    property double LineWidth {
       double get();
       void set (    double value);
    }
    See Also