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;}

Remarks

See Getting Started > Tutorials > DataFields for more info.

See Also

© 2010 All Rights Reserved.