ActiveReports.Chart Request technical support
FunnelStyle Enumeration
See Also  


Specifies whether the Y value for the series points to the width or the height of the funnel. The default value is YIsHeight.

Syntax

Visual Basic (Declaration) 
Public Enum FunnelStyle 
   Inherits Enum
Visual Basic (Usage)Copy Code
Dim instance As FunnelStyle
C# 
public enum FunnelStyle : Enum 

Members

MemberDescription
YIsWidthThe Y value of the series points determines the Width of the funnel.
YIsHeightThe Y value of the series points determines the Height of the funnel.

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         DataDynamics.ActiveReports.Chart.FunnelStyle

See Also