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

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