Intersoft ClientUI Documentation
DataAnnotations Property (DataPointSeriesWithAxes)



Gets value that indicates collection of Data annotation
Syntax
Public ReadOnly Property DataAnnotations As ObservableCollection(Of DataAnnotation)
Dim instance As DataPointSeriesWithAxes
Dim value As ObservableCollection(Of DataAnnotation)
 
value = instance.DataAnnotations
public ObservableCollection<DataAnnotation> DataAnnotations {get;}
public:
property ObservableCollection<DataAnnotation^>^ DataAnnotations {
   ObservableCollection<DataAnnotation^>^ get();
}
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

DataPointSeriesWithAxes Class
DataPointSeriesWithAxes Members

Send Feedback