dotnetCHARTING Send comments on this topic.
DataSource Property
See Also 
dotnetCHARTING Namespace > LegendEntry Class : DataSource Property



Gets or sets a DataSource object used to replace tokens.

Syntax

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

See Also