'Declaration <Foundation.ExportAttribute("ChartType")> <BrowsableAttribute(True)> Public Property ChartType As ChartType
'Declaration
<Foundation.ExportAttribute("ChartType")> <BrowsableAttribute(True)> Public Property ChartType As ChartType
'Usage Dim instance As FlexChart Dim value As ChartType instance.ChartType = value value = instance.ChartType
'Usage
Dim instance As FlexChart Dim value As ChartType instance.ChartType = value value = instance.ChartType
[Foundation.Export("ChartType")] [Browsable(true)] public ChartType ChartType {get; set;}
FlexChart Class FlexChart Members