Dundas Chart for ASP.NET
FunnelLabelStyle Enumeration
See Also  Send comments on this topic.
Dundas.Charting.WebControl.ChartTypes Namespace : FunnelLabelStyle Enumeration


Funnel chart labels style enumeration.

Syntax

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

Members

Member Description
Inside Data point labels are located inside of the funnel.
Outside Data point labels are located outside of the funnel.
OutsideInColumn Data point labels are located outside of the funnel in a column.
Disabled Data point labels are disabled.

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Dundas.Charting.WebControl.ChartTypes.FunnelLabelStyle

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

Copyright © 2001 - 2009 Dundas Data Visualization, Inc. and others.