ComponentOne FinancialChart for WinForms
C1.Win.Chart.Annotation Namespace / AnnotationBase Class / Style Property

In This Topic
    Style Property (AnnotationBase)
    In This Topic
    Gets or sets the style of annotation.
    Syntax
    'Declaration
     
    
    <C1DescriptionAttribute("Annotation.AnnotationBase.Style", "Gets or sets the style of annotation.")>
    Public ReadOnly Property Style As ChartStyle
    [C1Description("Annotation.AnnotationBase.Style", "Gets or sets the style of annotation.")]
    public ChartStyle Style {get;}
    See Also