Blazor | ComponentOne
C1.Blazor.Chart Assembly / C1.Blazor.Chart.Annotation Namespace / AnnotationLayer Class / AnnotationLayer Constructor

In This Topic
    AnnotationLayer Constructor
    In This Topic
    Create an instance of AnnotationLayer.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal chart As FlexChart _
    )
    public AnnotationLayer( 
       FlexChart chart
    )

    Parameters

    chart
    See Also