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

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