ComponentOne FinancialChart for WinForms
C1.Win.Chart.Interaction Namespace / LineMarker Class / LineWidth Property

In This Topic
    LineWidth Property (LineMarker)
    In This Topic
    Gets or sets width of lines
    Syntax
    'Declaration
     
    
    <C1DescriptionAttribute("Interaction.LineMarker.LineWidth", "Gets or sets width of lines")>
    Public Property LineWidth As Integer
    [C1Description("Interaction.LineMarker.LineWidth", "Gets or sets width of lines")]
    public int LineWidth {get; set;}
    See Also