dotnetCHARTING Send comments on this topic.
ChartType Property
See Also 
dotnetCHARTING Namespace > DataEngine Class : ChartType Property



Gets or sets the ChartType enumeration that sets the default DataFields for each type.

Syntax

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

Remarks

See Getting Started > Tutorials > DataFields for more info.

See Also