ActiveReports.Chart Request technical support
LabelsPlacement Enumeration
See Also  


Specifies whether the data point labels appear on the left or right side of the funnel or pyramid chart.

Syntax

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

Members

MemberDescription
LeftLabels appear to the left of the funnel or pyramid.
RightLabels appear to the right of the funnel or pyramid.

Inheritance Hierarchy

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

See Also