ComponentOne FlexChart for UWP
C1.UWP.FlexChart Assembly / C1.Xaml.Chart.Annotation Namespace / Template Class / AnnoTemplate Property

In This Topic
    AnnoTemplate Property
    In This Topic
    Gets or sets the Windows.UI.Xaml.DataTemplate of annotation.
    Syntax
    'Declaration
     
    Public Property AnnoTemplate As Windows.UI.Xaml.DataTemplate
    public Windows.UI.Xaml.DataTemplate AnnoTemplate {get; set;}
    See Also