ComponentOne FlexChart for WinForms
FunnelType Property


C1.Win.Chart Namespace > ChartOptions Class : FunnelType Property
Gets or sets the type of funnel chart.
Syntax
'Declaration
 
Public Property FunnelType As FunnelChartType
'Usage
 
Dim instance As ChartOptions
Dim value As FunnelChartType
 
instance.FunnelType = value
 
value = instance.FunnelType
public FunnelChartType FunnelType {get; set;}
See Also

Reference

ChartOptions Class
ChartOptions Members