dotnetCHARTING Send comments on this topic.
DataSourceType Property
See Also 
dotnetCHARTING Namespace > Annotation Class : DataSourceType Property



Syntax

Visual Basic (Declaration) 
Public Property DataSourceType As Integer
Visual Basic (Usage)Copy Code
Dim instance As Annotation
Dim value As Integer
 
instance.DataSourceType = value
 
value = instance.DataSourceType
C# 
public int DataSourceType {get; set;}
C++/CLI 
public:
property int DataSourceType {
   int get();
   void set (int value);
}

See Also