'Declaration Public Property ChartType As ChartType
'Declaration
Public Property ChartType As ChartType
'Usage Dim instance As Series Dim value As ChartType instance.ChartType = value value = instance.ChartType
'Usage
Dim instance As Series Dim value As ChartType instance.ChartType = value value = instance.ChartType
public ChartType ChartType {get; set;}
public: property ChartType ChartType { ChartType get(); void set ( ChartType value); }
Series Class Series Members