ActiveReports.Chart Request technical support
Type Property
See Also 


Gets or sets the chart type for the series.

Syntax

Visual Basic (Declaration) 
Public Property Type As ChartType
Visual Basic (Usage)Copy Code
Dim instance As Series
Dim value As ChartType
 
instance.Type = value
 
value = instance.Type
C# 
public ChartType Type {get; set;}

See Also