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

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