FlexChart | ComponentOne
C1.WPF.FlexChart.4.6.2 程序集 / C1.WPF.Chart.Annotation 命名空间 / AnnotationLayer 类 / Annotations 属性

本主题中
    Annotations 属性 (AnnotationLayer)
    本主题中
    Gets the collection of annotation elements in the AnnotationLayer
    语法
    '声明
     
    Public ReadOnly Property Annotations As ObservableCollection(Of IAnnotationBase)
    public ObservableCollection<IAnnotationBase> Annotations {get;}
    请参见