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

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