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

In This Topic
    Visible Property (LineMarker)
    In This Topic
    Gets or sets the visibility of the LineMarker.
    Syntax
    'Declaration
     
    
    <C1DescriptionAttribute("Interaction.LineMarker.Visible", "Gets or sets the visibility of the LineMarker.")>
    Public Property Visible As Boolean
    [C1Description("Interaction.LineMarker.Visible", "Gets or sets the visibility of the LineMarker.")]
    public bool Visible {get; set;}
    See Also